Type Parameters:
T - type of the policy object to be used to react to it.
All Known Implementing Classes:
SecurityPolicy

public interface Policy<T>
Top level of a policy that should be applied to work items. Most of the cases it is used to restrict access or operations on top of the work item.
  • Method Summary

    Modifier and Type
    Method
    Description
    Actual type of policy data used to enforce this policy
  • Method Details

    • value

      T value()
      Actual type of policy data used to enforce this policy
      Returns:
      policy data