Package | Description |
---|---|
com.edorasware.cmmn.model.rulesandsentries |
<p>Contains classes and code related to the evaluation of rules, sentries (onParts) and the evaluation of applicability rules for
discretionary items.
|
Modifier and Type | Method and Description |
---|---|
TriggerResult |
Sentry.evaluateOnParts(EventSources eventSources,
PlanItem sentryOwner) |
TriggerResult |
Sentry.isTriggered(EventSources eventSources,
PlanItem sentryOwner,
TransitionData transitionData,
EvaluationListeners evaluationListeners)
Evaluate the "onParts" of this sentry.
|
TriggerResult |
CaseFileItemOnPart.isTriggered(PlanItem sentryOwner,
EventSources eventSources,
boolean isExitSentry) |
abstract TriggerResult |
OnPart.isTriggered(PlanItem sentryOwner,
EventSources eventSources,
boolean isExitSentry)
Abstract method to evaluate the sentry.
|
TriggerResult |
PlanItemOnPart.isTriggered(PlanItem sentryOwner,
EventSources eventSources,
boolean isExitSentry) |
TriggerResult |
IfPart.isTriggered(PlanItem planItem,
TransitionData transitionData,
EvaluationListeners evaluationListeners)
Method to evaluate this
IfPart . |
TriggerResult |
TriggerResult.upgrade(TriggerResult to) |
static TriggerResult |
TriggerResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TriggerResult[] |
TriggerResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TriggerResult |
TriggerResult.upgrade(TriggerResult to) |
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.