IPolicyHandler Interface

Definition

This class provides an interface for all handler functions.

public interface IPolicyHandler : IDisposable
type IPolicyHandler = interface
    interface IDisposable
Public Interface IPolicyHandler
Implements IDisposable
Implements

Methods

ComputeActions(ExecutionState)

Executes the rules in the engine based on the provided state and returns the list of actions to be executed.

GetSensitivityLabel(ExecutionState)

Get the sensitivity label from existing content.

NotifyCommittedActions(ExecutionState)

Called once the computed actions have been applied, and the data committed to disk.

Applies to