Class | Description |
---|---|
AddCommentServiceTask |
A service task that creates a comment entry on a target work object.
|
BpmnProcessTask |
A CMMN ProcessTask that represents BPMN process.
|
CasePlanModel |
A 'Stage' plan item with its associated Stage (
TPlanItemDefinition ) representing
the top-most stage (the casePlanModel ) of the case. |
CaseTask | |
CreateDocumentServiceTask |
A service task that creates a document instance and attaches it to the Case.
|
DmnRuleServiceTask |
A service task that evaluates DMN rule.
|
EventListener |
The combination of a
EventListener and its associated
TUserEvent definition. |
ExpressionEvaluationServiceTask |
A basic service task that can evaluate an expression and write the result to a case variable.
|
ExternalEvent |
The combination of a
ExternalEvent and its associated
TEvent definition. |
HumanTask |
The combination of a
PlanItem and its associated
THumanTask definition. |
InitVariablesServiceTask |
A service task that initializes case variables using a variables map configured on the service task.
|
Milestone |
The combination of a
Milestone and its associated
TMilestone definition. |
PlanItem |
A typed plan item.
|
ProcessTask |
The combination of a
PlanItem and its associated
TProcessTask definition. |
SendMailServiceTask |
A service task that sends e-mails as configured in its task definition.
|
ServiceTask |
The base class for all types of service tasks, like for expression evaluation, document creation, PDF generation, etc.
|
Stage | |
Task | |
Task.ParamEntry | |
TimerEvent |
The combination of a
TimerEvent and its associated
TEvent definition. |
UserEvent |
The combination of a
UserEvent and its associated
TUserEvent definition. |
Enum | Description |
---|---|
CaseTask.CaseTaskScope |
<p>A very central package. It contains the classes that are used to represent a case model’s structure.</p>
<p>The classes in this package represent the dynamic model (unlike the classes in the 'staticmodel' package). As transitions occur on this model, new instances of classes in this package may be generated (e.g. stages started leading to the creation of the stage’s child items, or plan items created due to repetition rules).</p>
<p>The names of the various plan item implementation classes are part of the public API (name being the simple name of the respective implementation class).</p>
<p>Exposed plan item types are:</p>
<ul> <li>CasePlanModel</li> <li>CaseTask</li> <li>EventListener</li> <li>ExternalEvent</li> <li>HumanTask</li> <li>Milestone</li> <li>PlanItem</li> <li>ProcessTask</li> <li>Stage</li> <li>Task</li> <li>UserEvent</li> </ul>
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.