Uses of Interface
org.camunda.bpm.model.cmmn.instance.Sentry
Package
Description
-
Uses of Sentry in org.camunda.bpm.engine.impl.cmmn.handler
Modifier and TypeMethodDescriptionprotected Collection<Sentry>
ItemHandler.getEntryCriterias
(CmmnElement element) protected Collection<Sentry>
ItemHandler.getExitCriterias
(CmmnElement element) Modifier and TypeMethodDescriptionSentryHandler.handleElement
(Sentry element, CmmnHandlerContext context) protected void
SentryHandler.initializeOnPart
(CaseFileItemOnPart onPart, Sentry sentry, CmmnHandlerContext context) protected void
SentryHandler.initializeOnPart
(PlanItemOnPart onPart, Sentry sentry, CmmnHandlerContext context) void
SentryHandler.initializeOnParts
(Sentry sentry, CmmnHandlerContext context) -
Uses of Sentry in org.camunda.bpm.engine.impl.cmmn.transformer
Modifier and TypeMethodDescriptionvoid
AbstractCmmnTransformListener.transformSentry
(Sentry sentry, CmmnSentryDeclaration sentryDeclaration) void
CmmnTransformListener.transformSentry
(Sentry sentry, CmmnSentryDeclaration sentryDeclaration) -
Uses of Sentry in org.camunda.bpm.engine.impl.history.transformer
Modifier and TypeMethodDescriptionvoid
CmmnHistoryTransformListener.transformSentry
(Sentry sentry, CmmnSentryDeclaration sentryDeclaration) -
Uses of Sentry in org.camunda.bpm.model.cmmn.impl.instance
Modifier and TypeFieldDescriptionprotected static AttributeReferenceCollection<Sentry>
PlanItemImpl.entryCriteriaRefCollection
Deprecated.protected static AttributeReferenceCollection<Sentry>
PlanItemImpl.exitCriteriaRefCollection
Deprecated.protected static AttributeReferenceCollection<Sentry>
StageImpl.exitCriteriaRefCollection
Deprecated.protected static ChildElementCollection<Sentry>
PlanFragmentImpl.sentryCollection
protected static AttributeReference<Sentry>
CriterionImpl.sentryRefAttribute
protected static AttributeReference<Sentry>
PlanItemOnPartImpl.sentryRefAttribute
Deprecated.Modifier and TypeMethodDescriptionPlanItemImpl.getEntryCriteria()
PlanItemImpl.getEntryCriterias()
PlanItemImpl.getExitCriteria()
StageImpl.getExitCriteria()
PlanItemImpl.getExitCriterias()
StageImpl.getExitCriterias()
PlanFragmentImpl.getSentrys()
-
Uses of Sentry in org.camunda.bpm.model.cmmn.instance
Modifier and TypeMethodDescriptionPlanItem.getEntryCriteria()
PlanItem.getEntryCriterias()
Deprecated.PlanItem.getExitCriteria()
Stage.getExitCriteria()
PlanItem.getExitCriterias()
Deprecated.Stage.getExitCriterias()
Deprecated.PlanFragment.getSentrys()