Uses of Class
org.flowable.dmn.model.AuthorityRequirement
Packages that use AuthorityRequirement
-
Uses of AuthorityRequirement in org.flowable.dmn.model
Fields in org.flowable.dmn.model with type parameters of type AuthorityRequirementModifier and TypeFieldDescriptionprotected List<AuthorityRequirement>
Decision.authorityRequirements
Methods in org.flowable.dmn.model that return types with arguments of type AuthorityRequirementMethods in org.flowable.dmn.model with parameters of type AuthorityRequirementModifier and TypeMethodDescriptionvoid
Decision.addAuthorityRequirement
(AuthorityRequirement authorityRequirement) Method parameters in org.flowable.dmn.model with type arguments of type AuthorityRequirementModifier and TypeMethodDescriptionvoid
Decision.setAuthorityRequirements
(List<AuthorityRequirement> authorityRequirements)