Uses of Interface
org.camunda.bpm.model.cmmn.instance.Sentry
-
-
Uses of Sentry in org.camunda.bpm.engine.impl.cmmn.handler
Methods in org.camunda.bpm.engine.impl.cmmn.handler that return types with arguments of type Sentry Modifier and Type Method Description protected java.util.Collection<Sentry>ItemHandler. getEntryCriterias(CmmnElement element)protected java.util.Collection<Sentry>ItemHandler. getExitCriterias(CmmnElement element)Methods in org.camunda.bpm.engine.impl.cmmn.handler with parameters of type Sentry Modifier and Type Method Description CmmnSentryDeclarationSentryHandler. handleElement(Sentry element, CmmnHandlerContext context)protected voidSentryHandler. initializeOnPart(CaseFileItemOnPart onPart, Sentry sentry, CmmnHandlerContext context)protected voidSentryHandler. initializeOnPart(PlanItemOnPart onPart, Sentry sentry, CmmnHandlerContext context)voidSentryHandler. initializeOnParts(Sentry sentry, CmmnHandlerContext context) -
Uses of Sentry in org.camunda.bpm.engine.impl.cmmn.transformer
Methods in org.camunda.bpm.engine.impl.cmmn.transformer with parameters of type Sentry Modifier and Type Method Description voidAbstractCmmnTransformListener. transformSentry(Sentry sentry, CmmnSentryDeclaration sentryDeclaration)voidCmmnTransformListener. transformSentry(Sentry sentry, CmmnSentryDeclaration sentryDeclaration) -
Uses of Sentry in org.camunda.bpm.engine.impl.history.transformer
Methods in org.camunda.bpm.engine.impl.history.transformer with parameters of type Sentry Modifier and Type Method Description voidCmmnHistoryTransformListener. transformSentry(Sentry sentry, CmmnSentryDeclaration sentryDeclaration) -
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 AttributeReferenceCollection<Sentry>PlanItemImpl. entryCriteriaRefCollectionDeprecated.protected static AttributeReferenceCollection<Sentry>PlanItemImpl. exitCriteriaRefCollectionDeprecated.protected static AttributeReferenceCollection<Sentry>StageImpl. exitCriteriaRefCollectionDeprecated.protected static ChildElementCollection<Sentry>PlanFragmentImpl. sentryCollectionprotected static AttributeReference<Sentry>CriterionImpl. sentryRefAttributeprotected static 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 java.util.Collection<Sentry>PlanItemImpl. getEntryCriteria()java.util.Collection<Sentry>PlanItemImpl. getEntryCriterias()java.util.Collection<Sentry>PlanItemImpl. getExitCriteria()java.util.Collection<Sentry>StageImpl. getExitCriteria()java.util.Collection<Sentry>PlanItemImpl. getExitCriterias()java.util.Collection<Sentry>StageImpl. getExitCriterias()java.util.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 java.util.Collection<Sentry>PlanItem. getEntryCriteria()java.util.Collection<Sentry>PlanItem. getEntryCriterias()Deprecated.java.util.Collection<Sentry>PlanItem. getExitCriteria()java.util.Collection<Sentry>Stage. getExitCriteria()java.util.Collection<Sentry>PlanItem. getExitCriterias()Deprecated.java.util.Collection<Sentry>Stage. getExitCriterias()Deprecated.java.util.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.
-