Uses of Class
org.flowable.cmmn.model.SentryOnPart
-
-
Uses of SentryOnPart in org.flowable.cmmn.model
Fields in org.flowable.cmmn.model with type parameters of type SentryOnPart Modifier and Type Field Description protected List<SentryOnPart>Sentry. onPartsMethods in org.flowable.cmmn.model that return types with arguments of type SentryOnPart Modifier and Type Method Description List<SentryOnPart>Sentry. getOnParts()Methods in org.flowable.cmmn.model with parameters of type SentryOnPart Modifier and Type Method Description voidSentry. addSentryOnPart(SentryOnPart sentryOnPart)Method parameters in org.flowable.cmmn.model with type arguments of type SentryOnPart Modifier and Type Method Description voidSentry. setOnParts(List<SentryOnPart> onParts)
-