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
-
Method Details
-
asString
Returns a string representation of the policy rule identifier. The format is not defined and may be different for different implementations.
-