| Package | Description |
|---|---|
| org.cristalise.kernel.lifecycle |
The implementation of the Item lifecycle, as composite workflows.
|
| org.cristalise.kernel.lifecycle.instance | |
| org.cristalise.kernel.lifecycle.instance.predefined | |
| org.cristalise.kernel.lifecycle.instance.predefined.agent | |
| org.cristalise.kernel.lifecycle.instance.predefined.item | |
| org.cristalise.kernel.lifecycle.instance.predefined.server |
| Modifier and Type | Method and Description |
|---|---|
WfVertex |
XOrSplitDef.instantiate() |
WfVertex |
AndSplitDef.instantiate() |
WfVertex |
LoopDef.instantiate() |
WfVertex |
ActivityDef.instantiate() |
WfVertex |
CompositeActivityDef.instantiate() |
WfVertex |
OrSplitDef.instantiate() |
abstract WfVertex |
WfVertexDef.instantiate() |
WfVertex |
ActivitySlotDef.instantiate() |
WfVertex |
JoinDef.instantiate() |
WfVertex |
ActivityDef.instantiate(String name) |
WfVertex |
CompositeActivityDef.instantiate(String name) |
WfVertex[] |
CompositeActivityDef.intantiateVertices(CompositeActivity ca)
Loops through the vertices of children graph model and calls their instantiate method
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActivityDef.configureInstance(WfVertex act) |
void |
WfVertexDef.configureInstance(WfVertex newVertex)
Copies Properties from vertex definition to vertex instance, and also set the Edges
|
| Modifier and Type | Class and Description |
|---|---|
class |
Activity |
class |
AndSplit |
class |
CompositeActivity |
class |
Join |
class |
Loop |
class |
OrSplit |
class |
Split |
class |
Workflow |
class |
XOrSplit |
| Modifier and Type | Method and Description |
|---|---|
WfVertex |
Next.getTerminusVertex() |
WfVertex |
CompositeActivity.newChild(String vertexTypeId,
GraphPoint point) |
WfVertex |
CompositeActivity.newChild(String Name,
String Type,
GraphPoint point) |
WfVertex |
CompositeActivity.newChild(WfVertex.Types type,
String name,
boolean first,
GraphPoint point) |
WfVertex |
CompositeActivity.newExistingChild(Activity child,
String Name,
GraphPoint point) |
| Modifier and Type | Method and Description |
|---|---|
Next |
Activity.addNext(WfVertex vertex)
adds a New link between the current Activity and the WfVertex passed in
param
|
Next |
Split.addNext(WfVertex vertex) |
Next |
Join.addNext(WfVertex vertex) |
abstract Next |
WfVertex.addNext(WfVertex vertex) |
Next |
CompositeActivity.addNext(WfVertex origin,
WfVertex terminus) |
List<Activity> |
CompositeActivity.getPossibleActs(WfVertex fromVertex,
int direction) |
void |
CompositeActivity.initChild(WfVertex vertex,
boolean first,
GraphPoint point)
Initialise Vertex and attach to the current activity
|
| Constructor and Description |
|---|
Next(WfVertex pre,
WfVertex nex)
create and initialize a link between an Activities
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddC2KObject |
class |
AddDomainPath |
class |
AddMemberToCollection
Generates a new slot in a Dependency for the given item
Params:
0 - collection name
1 - target UUID or DomainPath
2 - slot properties (optional)
|
class |
AddNewCollectionDescription
Generates a new empty collection description.
|
class |
AddNewSlot |
class |
AssignItemToSlot |
class |
ChangeName |
class |
ClearSlot |
class |
CreateAgentFromDescription |
class |
CreateNewCollectionVersion |
class |
Erase |
class |
Import |
class |
PredefinedStep
PredefinedStep are always Active, and have only one transition.
|
class |
PredefinedStepCollectionBase |
class |
PredefinedStepContainer |
class |
RemoveC2KObject |
class |
RemoveDomainPath |
class |
RemoveSlotFromCollection
"Removes the given slot from the collection" - Params: 0 - collection name, 1 - slot id
|
class |
RemoveViewpoint |
class |
ReplaceDomainWorkflow |
class |
UpdateCollectionsFromDescription
|
class |
UpdateDependencyMember
Params:
0: collection name
1: slot number
2: target UUID or DomainPath if slot number is -1
3: marshaled properties of member
|
class |
UpdateProperitesFromDescription
|
class |
WriteProperty |
class |
WriteViewpoint |
| Modifier and Type | Class and Description |
|---|---|
class |
AgentPredefinedStepContainer |
class |
RemoveAgent
Deprecated.
As of release 3.5, replaced by predefinedStep Erase
|
class |
SetAgentPassword |
class |
SetAgentRoles |
| Modifier and Type | Class and Description |
|---|---|
class |
CreateItemFromDescription |
class |
ItemPredefinedStepContainer |
class |
UpdateItemFromDescription |
| Modifier and Type | Class and Description |
|---|---|
class |
AddDomainContext |
class |
BulkImport
This
|
class |
CreateNewAgent |
class |
CreateNewItem |
class |
CreateNewRole |
class |
RemoveDomainContext |
class |
RemoveRole |
class |
ServerPredefinedStepContainer |
class |
UpdateRole |
Copyright © 1997–2019 CRISTAL-iSE. All rights reserved.