| Package | Description |
|---|---|
| org.cristalise.kernel.lifecycle |
The implementation of the Item lifecycle, as composite workflows.
|
| org.cristalise.kernel.lifecycle.instance |
| Modifier and Type | Method and Description |
|---|---|
Next |
NextDef.instantiate() |
Next[] |
CompositeActivityDef.instantiateEdges(CompositeActivity ca)
Loops through the edges of children graph model and calls their instantiate method
|
| Modifier and Type | Method and Description |
|---|---|
Next |
CompositeActivity.addNext(int originID,
int terminusID) |
Next |
Join.addNext(String idNext) |
abstract Next |
WfVertex.addNext(WfVertex vertex) |
Next |
Activity.addNext(WfVertex vertex)
adds a New link between the current Activity and the WfVertex passed in
param
|
Next |
Join.addNext(WfVertex vertex) |
Next |
Split.addNext(WfVertex vertex) |
Next |
CompositeActivity.addNext(WfVertex origin,
WfVertex terminus) |
Next |
Activity.getNext() |
| Modifier and Type | Method and Description |
|---|---|
void |
XOrSplit.followNext(Next activeNext,
AgentPath agent,
ItemPath itemPath,
Object locker) |
void |
Loop.followNext(Next activeNext,
AgentPath agent,
ItemPath itemPath,
Object locker) |
Copyright © 1997–2020 CRISTAL-iSE. All rights reserved.