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 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 Sentry Modifier and Type Method Description CmmnSentryDeclaration
SentryHandler. 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 Sentry Modifier and Type Method Description void
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 Sentry Modifier and Type Method Description void
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 Sentry Modifier and Type Class Description class
SentryImpl
Fields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type Sentry Modifier and Type Field Description protected 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 Sentry Modifier and Type Method Description Sentry
CriterionImpl. getSentry()
Sentry
PlanItemOnPartImpl. 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 void
CriterionImpl. setSentry(Sentry sentry)
void
PlanItemOnPartImpl. 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 Sentry
Criterion. getSentry()
Sentry
PlanItemOnPart. 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 void
Criterion. setSentry(Sentry sentry)
void
PlanItemOnPart. setSentry(Sentry sentry)
Deprecated.
-