Uses of Interface
org.camunda.bpm.model.cmmn.instance.Sentry
Packages that use Sentry
Package
Description
-
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 SentryModifier and TypeMethodDescriptionprotected Collection<Sentry>
ItemHandler.getEntryCriterias
(CmmnElement element) protected Collection<Sentry>
ItemHandler.getExitCriterias
(CmmnElement element) Methods in org.camunda.bpm.engine.impl.cmmn.handler with parameters of type SentryModifier 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
Methods in org.camunda.bpm.engine.impl.cmmn.transformer with parameters of type SentryModifier 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
Methods in org.camunda.bpm.engine.impl.history.transformer with parameters of type SentryModifier and TypeMethodDescriptionvoid
CmmnHistoryTransformListener.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 SentryFields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type SentryModifier 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.Methods in org.camunda.bpm.model.cmmn.impl.instance that return SentryMethods in org.camunda.bpm.model.cmmn.impl.instance that return types with arguments of type SentryModifier and TypeMethodDescriptionPlanItemImpl.getEntryCriteria()
PlanItemImpl.getEntryCriterias()
PlanItemImpl.getExitCriteria()
StageImpl.getExitCriteria()
PlanItemImpl.getExitCriterias()
StageImpl.getExitCriterias()
PlanFragmentImpl.getSentrys()
Methods in org.camunda.bpm.model.cmmn.impl.instance with parameters of type Sentry -
Uses of Sentry in org.camunda.bpm.model.cmmn.instance
Methods in org.camunda.bpm.model.cmmn.instance that return SentryMethods in org.camunda.bpm.model.cmmn.instance that return types with arguments of type SentryModifier and TypeMethodDescriptionPlanItem.getEntryCriteria()
PlanItem.getEntryCriterias()
Deprecated.PlanItem.getExitCriteria()
Stage.getExitCriteria()
PlanItem.getExitCriterias()
Deprecated.Stage.getExitCriterias()
Deprecated.PlanFragment.getSentrys()
Methods in org.camunda.bpm.model.cmmn.instance with parameters of type Sentry