Interface PolicyRuleIdentifier

All Known Implementing Classes:
ActivityPolicyRuleIdentifier, PlainPolicyRuleIdentifier

public interface PolicyRuleIdentifier
Generic interface for policy rules that may come from different places, be it activity, global (system configuration) or task assignment, etc.
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull String
    Returns a string representation of the policy rule identifier.
  • Method Details

    • asString

      @NotNull @NotNull String asString()
      Returns a string representation of the policy rule identifier. The format is not defined and may be different for different implementations.