| 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 |
ActivityDef.instantiate(String name,
TransactionKey transactionKey) |
WfVertex |
CompositeActivityDef.instantiate(String name,
TransactionKey transactionKey) |
WfVertex |
JoinDef.instantiate(TransactionKey transactionKey) |
WfVertex |
AndSplitDef.instantiate(TransactionKey transactionKey) |
WfVertex |
ActivitySlotDef.instantiate(TransactionKey transactionKey) |
WfVertex |
ActivityDef.instantiate(TransactionKey transactionKey) |
WfVertex |
OrSplitDef.instantiate(TransactionKey transactionKey) |
WfVertex |
CompositeActivityDef.instantiate(TransactionKey transactionKey) |
abstract WfVertex |
WfVertexDef.instantiate(TransactionKey transactionKey) |
WfVertex |
XOrSplitDef.instantiate(TransactionKey transactionKey) |
WfVertex |
LoopDef.instantiate(TransactionKey transactionKey) |
WfVertex[] |
CompositeActivityDef.intantiateVertices(CompositeActivity ca,
TransactionKey transactionKey)
Loops through the vertices of children graph model and calls their instantiate method
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActivityDef.configureInstance(WfVertex act,
TransactionKey transactionKey) |
void |
WfVertexDef.configureInstance(WfVertex newVertex,
TransactionKey transactionKey)
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 |
|---|---|
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 |
Split.addNext(WfVertex vertex) |
Next |
Join.addNext(WfVertex vertex) |
Next |
CompositeActivity.addNext(WfVertex origin,
WfVertex terminus) |
protected String |
WfVertex.getOtherPairingID(WfVertex otherVertex)
Retrieve the PairingID of the other vertex
|
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
|
protected Boolean |
WfVertex.isMyPair(WfVertex otherVertex)
Checks if the vertex has a pairing id or not and if it has one compares it with the other vertex pairing id
|
| 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 |
AddMembersToCollection |
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 |
UpdateImportReport
|
class |
UpdateProperitesFromDescription
|
class |
WriteProperty |
class |
WriteViewpoint |
| Modifier and Type | Class and Description |
|---|---|
class |
AgentPredefinedStepContainer |
class |
Authenticate |
class |
ForcedLogout
|
class |
Login
|
class |
LoginTimeout
|
class |
Logout
|
class |
RemoveAgent
Deprecated.
As of release 3.5, replaced by predefinedStep Erase
|
class |
SetAgentPassword |
class |
SetAgentRoles |
class |
Sign
|
| Modifier and Type | Class and Description |
|---|---|
class |
CreateItemFromDescription |
class |
ItemPredefinedStepContainer |
class |
UpdateItemFromDescription |
| Modifier and Type | Class and Description |
|---|---|
class |
AddDomainContext |
class |
BulkImport |
class |
ConfigureLogback
|
class |
CreateNewAgent |
class |
CreateNewItem |
class |
CreateNewRole |
class |
RemoveDomainContext |
class |
RemoveRole |
class |
ServerPredefinedStepContainer |
class |
UpdateRole |
Copyright © 1997–2022 CRISTAL-iSE. All rights reserved.