|
||||||||||
| 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. |
class |
Join
|
class |
MailNode
|
class |
Merge
TODO is the merge node useful ? i don't think the merge node is useful because every node has an implicit merge in front of it (= multiple transitions can arrive in the same node). |
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 | |||||||||