|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Identifiable | |
|---|---|
| org.jbpm.graph.def | contains all structural elements of a process graph. |
| org.jbpm.graph.exe | contains the runtime structures for process executions. |
| org.jbpm.graph.node | contains basic node implementations. |
| org.jbpm.graph.node.advanced | |
| org.jbpm.taskmgmt.def | |
| org.jbpm.taskmgmt.exe | |
| Uses of Identifiable in org.jbpm.graph.def |
|---|
| Classes in org.jbpm.graph.def that implement Identifiable | |
|---|---|
class |
GraphElement
|
class |
Node
|
class |
ProcessDefinition
|
class |
SuperState
brings hierarchy into the elements of a process definition by creating a parent-child relation between GraphElements. |
class |
Transition
|
| Uses of Identifiable in org.jbpm.graph.exe |
|---|
| Classes in org.jbpm.graph.exe that implement Identifiable | |
|---|---|
class |
Execution
Introduce the concept of Execution. |
class |
ProcessInstance
is one execution of a ProcessDefinition. |
class |
Token
represents one path of execution and maintains a pointer to a node in the ProcessDefinition. |
| Uses of Identifiable in org.jbpm.graph.node |
|---|
| Classes in org.jbpm.graph.node that implement Identifiable | |
|---|---|
class |
Decision
decision node. |
class |
EndState
|
class |
Fork
specifies configurable fork behaviour. |
class |
InterleaveEnd
a interleaving end node should have 2 leaving transitions. |
class |
InterleaveStart
is an unordered set of child nodeMap. the path of execution will be given to each node exactly once. the sequence of the child nodeMap will be determined at runtime. this implements the workflow pattern interleved parallel routing. |
class |
Join
|
class |
MailNode
|
class |
Merge
TODO is the merge node useful ? |
class |
MilestoneNode
|
class |
ProcessState
|
class |
StartState
|
class |
State
|
class |
TaskNode
is a node that relates to one or more tasks. |
| Uses of Identifiable in org.jbpm.graph.node.advanced |
|---|
| Classes in org.jbpm.graph.node.advanced that implement Identifiable | |
|---|---|
class |
ParallelSplit
|
| Uses of Identifiable in org.jbpm.taskmgmt.def |
|---|
| Classes in org.jbpm.taskmgmt.def that implement Identifiable | |
|---|---|
class |
Task
defines a task and how the actor must be calculated at runtime. |
| Uses of Identifiable in org.jbpm.taskmgmt.exe |
|---|
| Classes in org.jbpm.taskmgmt.exe that implement Identifiable | |
|---|---|
class |
TaskInstance
is one task instance that can be assigned to an actor (read: put in someones task list) and that can trigger the coninuation of execution of the token upon completion. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||