Package | Description |
---|---|
com.edorasware.cmmn.one.casefileitemhandlers |
<p>Contains code and classes implementing the
CaseFileItemListeners interface. |
com.edorasware.cmmn.one.transitionhandlers |
<p>Contains code and classes implementing the
TransitionListeners interface. |
com.edorasware.cmmn.one.transitionhandlers.complete |
<p>Contains code and classes implementing the edoras side of the CMMN state transition
PlanItemTransition.COMPLETE . |
com.edorasware.cmmn.one.transitionhandlers.create |
<p>Contains code and classes implementing the edoras side of the CMMN state transition
PlanItemTransition.CREATE . |
com.edorasware.cmmn.one.transitionhandlers.disable |
<p>Contains code and classes implementing the edoras side of the CMMN state transition
PlanItemTransition.DISABLE . |
com.edorasware.cmmn.one.transitionhandlers.enable |
<p>Contains code and classes implementing the edoras side of the CMMN state transition
PlanItemTransition.ENABLE . |
com.edorasware.cmmn.one.transitionhandlers.exit |
<p>Contains code and classes implementing the edoras side of the CMMN state transition
PlanItemTransition.EXIT . |
com.edorasware.cmmn.one.transitionhandlers.fault |
<p>Contains code and classes implementing the edoras side of the CMMN state transition
PlanItemTransition.FAULT . |
com.edorasware.cmmn.one.transitionhandlers.manualStart |
<p>Contains code and classes implementing the edoras side of the CMMN state transition
PlanItemTransition.MANUAL_START . |
com.edorasware.cmmn.one.transitionhandlers.occur |
<p>Contains code and classes implementing the edoras side of the CMMN state transition
PlanItemTransition.OCCUR . |
com.edorasware.cmmn.one.transitionhandlers.parentComplete |
<p>Contains code and classes implementing the edoras side of the CMMN state transition
PlanItemTransition.PARENT_COMPLETE . |
com.edorasware.cmmn.one.transitionhandlers.reactivate |
<p>Contains code and classes implementing the edoras side of the CMMN state transition
PlanItemTransition.REACTIVATE . |
com.edorasware.cmmn.one.transitionhandlers.reenable |
<p>Contains code and classes implementing the edoras side of the CMMN state transition
PlanItemTransition.REENABLE . |
com.edorasware.cmmn.one.transitionhandlers.start |
<p>Contains code and classes implementing the edoras side of the CMMN state transition
PlanItemTransition.START . |
com.edorasware.cmmn.one.transitionhandlers.terminate |
<p>Contains code and classes implementing the edoras side of the CMMN state transition
PlanItemTransition.TERMINATE . |
Modifier and Type | Class and Description |
---|---|
class |
CaseFileItemHandler |
class |
EdorasCaseVariableHandler |
Modifier and Type | Class and Description |
---|---|
class |
TransitionHandler |
Modifier and Type | Class and Description |
---|---|
class |
CaseCompleteHandler |
class |
CompleteHandler |
class |
TaskCompleteHandler |
Modifier and Type | Class and Description |
---|---|
class |
CaseCreateHandler
Starts a case.
|
class |
CreateHandler |
class |
HumanTaskCreateHandler
Simply sets the human task’s clientRef property to the ID of the human task’s edoras task definition ID.
|
class |
TimerEventCreateHandler
Starts a background timer and links it to the passed plan item in order to eventually respond to the completed
background timer by completing the plan item.
|
Modifier and Type | Class and Description |
---|---|
class |
DisableHandler |
Modifier and Type | Class and Description |
---|---|
class |
EnableHandler |
Modifier and Type | Class and Description |
---|---|
class |
BpmnProcessTaskExitHandler |
class |
CaseTaskExitHandler |
class |
ExitHandler |
class |
HumanTaskExitHandler |
class |
TimerEventExitHandler
Best effort deletion of the flowable timer entity associated with this handler’s plan item.
|
Modifier and Type | Class and Description |
---|---|
class |
FaultHandler |
Modifier and Type | Class and Description |
---|---|
class |
ManualStartHandler |
class |
TaskManualStartHandler
The default manual task start handler.
|
Modifier and Type | Class and Description |
---|---|
class |
OccurHandler |
class |
TimerEventOccurHandler
Responds to OCCUR transition of an event timer plan item.
|
Modifier and Type | Class and Description |
---|---|
class |
ParentCompleteHandler |
class |
TimerEventParentCompleteHandler
Cancel the timer by delegating to its exit handler.
|
Modifier and Type | Class and Description |
---|---|
class |
ReactivateHandler |
Modifier and Type | Class and Description |
---|---|
class |
ReenableHandler |
Modifier and Type | Class and Description |
---|---|
class |
AddCommentTaskStartHandler
A service task that creates a comment entry on a target work object.
|
class |
BpmnProcessTaskStartHandler
A start handler for CMMN start transition of a BPMN process task.
|
class |
CaseTaskStartHandler |
class |
CreateDocumentTaskStartHandler
Creates a document from a document template and attaches it to the plan item’s top-most Case Work Object in the hierarchy.
|
class |
DmnRuleTaskStartHandler
A service task that evaluates Dmn rule.
|
class |
ExpressionEvaluationServiceTaskStartHandler
A simple type of service task that can evaluate an expression and store the result of the expression evaluation
on the case.
|
class |
HumanTaskStartHandler |
class |
InitVariablesServiceTaskStartHandler
A service task that initializes a set of variables based on an input parameter map.
|
class |
SendMailTaskStartHandler
Send e-mails as configured via an edoras one CMMN Send Mail task.
|
class |
StartHandler |
Modifier and Type | Class and Description |
---|---|
class |
CaseTerminateHandler |
class |
TaskTerminateHandler |
class |
TerminateHandler |
class |
TimerEventTerminateHandler
Cancel a timer event listener by cancelling its associated background timer.
|
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.