Uses of Class
org.flowable.dmn.model.AuthorityRequirement
-
-
Uses of AuthorityRequirement in org.flowable.dmn.model
Fields in org.flowable.dmn.model with type parameters of type AuthorityRequirement Modifier and Type Field Description protected List<AuthorityRequirement>Decision. authorityRequirementsMethods in org.flowable.dmn.model that return types with arguments of type AuthorityRequirement Modifier and Type Method Description List<AuthorityRequirement>Decision. getAuthorityRequirements()Methods in org.flowable.dmn.model with parameters of type AuthorityRequirement Modifier and Type Method Description voidDecision. addAuthorityRequirement(AuthorityRequirement authorityRequirement)Method parameters in org.flowable.dmn.model with type arguments of type AuthorityRequirement Modifier and Type Method Description voidDecision. setAuthorityRequirements(List<AuthorityRequirement> authorityRequirements)
-