Modifier and Type | Method and Description |
---|---|
protected Collection<Sentry> |
ItemHandler.getEntryCriterias(CmmnElement element) |
protected Collection<Sentry> |
ItemHandler.getExitCriterias(CmmnElement element) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
void |
CmmnTransformListener.transformSentry(Sentry sentry,
CmmnSentryDeclaration sentryDeclaration) |
void |
AbstractCmmnTransformListener.transformSentry(Sentry sentry,
CmmnSentryDeclaration sentryDeclaration) |
Modifier and Type | Method and Description |
---|---|
void |
CmmnHistoryTransformListener.transformSentry(Sentry sentry,
CmmnSentryDeclaration sentryDeclaration) |
Modifier and Type | Class and Description |
---|---|
class |
SentryImpl |
Modifier and Type | Field and 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.
|
Modifier and Type | Method and Description |
---|---|
Sentry |
CriterionImpl.getSentry() |
Sentry |
PlanItemOnPartImpl.getSentry() |
Modifier and Type | Method and 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() |
Modifier and Type | Method and Description |
---|---|
void |
CriterionImpl.setSentry(Sentry sentry) |
void |
PlanItemOnPartImpl.setSentry(Sentry sentry) |
Modifier and Type | Method and Description |
---|---|
Sentry |
Criterion.getSentry() |
Sentry |
PlanItemOnPart.getSentry()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Collection<Sentry> |
PlanItem.getEntryCriteria() |
Collection<Sentry> |
PlanItem.getEntryCriterias()
Deprecated.
|
Collection<Sentry> |
Stage.getExitCriteria() |
Collection<Sentry> |
PlanItem.getExitCriteria() |
Collection<Sentry> |
Stage.getExitCriterias()
Deprecated.
|
Collection<Sentry> |
PlanItem.getExitCriterias()
Deprecated.
|
Collection<Sentry> |
PlanFragment.getSentrys() |
Modifier and Type | Method and Description |
---|---|
void |
Criterion.setSentry(Sentry sentry) |
void |
PlanItemOnPart.setSentry(Sentry sentry)
Deprecated.
|
Copyright © 2022. All rights reserved.