Uses of Class
org.flowable.cmmn.model.Sentry
-
-
Uses of Sentry in org.flowable.cmmn.model
Fields in org.flowable.cmmn.model declared as Sentry Modifier and Type Field Description protected SentryCriterion. sentryFields in org.flowable.cmmn.model with type parameters of type Sentry Modifier and Type Field Description protected List<Sentry>PlanFragment. sentriesMethods in org.flowable.cmmn.model that return Sentry Modifier and Type Method Description SentryPlanFragment. findSentry(String sentryId)SentryCriterion. getSentry()Methods in org.flowable.cmmn.model that return types with arguments of type Sentry Modifier and Type Method Description List<Sentry>PlanFragment. getSentries()Methods in org.flowable.cmmn.model with parameters of type Sentry Modifier and Type Method Description voidPlanFragment. addSentry(Sentry sentry)voidCriterion. setSentry(Sentry sentry)Method parameters in org.flowable.cmmn.model with type arguments of type Sentry Modifier and Type Method Description voidPlanFragment. setSentries(List<Sentry> sentries)
-