Uses of Interface
org.camunda.bpm.model.cmmn.instance.Sentry
-
Packages that use Sentry Package Description org.camunda.bpm.model.cmmn.impl.instance org.camunda.bpm.model.cmmn.instance -
-
Uses of Sentry in org.camunda.bpm.model.cmmn.impl.instance
Classes in org.camunda.bpm.model.cmmn.impl.instance that implement Sentry Modifier and Type Class Description classSentryImplFields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type Sentry Modifier and Type Field Description protected static org.camunda.bpm.model.xml.type.reference.AttributeReferenceCollection<Sentry>PlanItemImpl. entryCriteriaRefCollectionDeprecated.protected static org.camunda.bpm.model.xml.type.reference.AttributeReferenceCollection<Sentry>PlanItemImpl. exitCriteriaRefCollectionDeprecated.protected static org.camunda.bpm.model.xml.type.reference.AttributeReferenceCollection<Sentry>StageImpl. exitCriteriaRefCollectionDeprecated.protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<Sentry>PlanFragmentImpl. sentryCollectionprotected static org.camunda.bpm.model.xml.type.reference.AttributeReference<Sentry>CriterionImpl. sentryRefAttributeprotected static org.camunda.bpm.model.xml.type.reference.AttributeReference<Sentry>PlanItemOnPartImpl. sentryRefAttributeDeprecated.Methods in org.camunda.bpm.model.cmmn.impl.instance that return Sentry Modifier and Type Method Description SentryCriterionImpl. getSentry()SentryPlanItemOnPartImpl. getSentry()Methods in org.camunda.bpm.model.cmmn.impl.instance that return types with arguments of type Sentry Modifier and Type Method Description Collection<Sentry>PlanItemImpl. getEntryCriteria()Collection<Sentry>PlanItemImpl. getEntryCriterias()Collection<Sentry>PlanItemImpl. getExitCriteria()Collection<Sentry>StageImpl. getExitCriteria()Collection<Sentry>PlanItemImpl. getExitCriterias()Collection<Sentry>StageImpl. getExitCriterias()Collection<Sentry>PlanFragmentImpl. getSentrys()Methods in org.camunda.bpm.model.cmmn.impl.instance with parameters of type Sentry Modifier and Type Method Description voidCriterionImpl. setSentry(Sentry sentry)voidPlanItemOnPartImpl. setSentry(Sentry sentry) -
Uses of Sentry in org.camunda.bpm.model.cmmn.instance
Methods in org.camunda.bpm.model.cmmn.instance that return Sentry Modifier and Type Method Description SentryCriterion. getSentry()SentryPlanItemOnPart. getSentry()Deprecated.Methods in org.camunda.bpm.model.cmmn.instance that return types with arguments of type Sentry Modifier and Type Method Description Collection<Sentry>PlanItem. getEntryCriteria()Collection<Sentry>PlanItem. getEntryCriterias()Deprecated.Collection<Sentry>PlanItem. getExitCriteria()Collection<Sentry>Stage. getExitCriteria()Collection<Sentry>PlanItem. getExitCriterias()Deprecated.Collection<Sentry>Stage. getExitCriterias()Deprecated.Collection<Sentry>PlanFragment. getSentrys()Methods in org.camunda.bpm.model.cmmn.instance with parameters of type Sentry Modifier and Type Method Description voidCriterion. setSentry(Sentry sentry)voidPlanItemOnPart. setSentry(Sentry sentry)Deprecated.
-