| 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 |
LoopDef.instantiate() |
WfVertex |
JoinDef.instantiate() |
WfVertex |
OrSplitDef.instantiate() |
WfVertex |
AndSplitDef.instantiate() |
WfVertex |
XOrSplitDef.instantiate() |
WfVertex |
ActivitySlotDef.instantiate() |
abstract WfVertex |
WfVertexDef.instantiate() |
WfVertex |
ActivityDef.instantiate() |
WfVertex |
CompositeActivityDef.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 |
WfVertexDef.configureInstance(WfVertex newVertex)
Copies Properties from vertex definition to vertex instance, and also set the Edges
|
void |
ActivityDef.configureInstance(WfVertex act) |
| 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 |
Join.addNext(WfVertex vertex) |
Next |
Split.addNext(WfVertex vertex) |
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 |
CompositeActivity.addNext(WfVertex origin,
WfVertex terminus) |
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 |
class |
AddNewCollectionDescription
Generates a new empty collection description.
|
class |
AddNewSlot |
class |
AssignItemToSlot |
class |
ClearSlot |
class |
CreateAgentFromDescription |
class |
CreateNewCollectionVersion |
class |
Import |
class |
PredefinedStep |
class |
PredefinedStepContainer |
class |
RemoveC2KObject |
class |
RemoveDomainPath |
class |
RemoveSlotFromCollection |
class |
ReplaceDomainWorkflow |
class |
WriteProperty |
class |
WriteViewpoint |
| Modifier and Type | Class and Description |
|---|---|
class |
AgentPredefinedStepContainer
$Revision: 1.2 $
$Date: 2005/06/02 10:19:33 $
Copyright (C) 2003 CERN - European Organization for Nuclear Research
All rights reserved.
|
class |
RemoveAgent |
class |
SetAgentPassword |
class |
SetAgentRoles |
| Modifier and Type | Class and Description |
|---|---|
class |
CreateItemFromDescription |
class |
Erase |
class |
ItemPredefinedStepContainer
$Revision: 1.2 $
$Date: 2005/06/02 10:19:33 $
Copyright (C) 2003 CERN - European Organization for Nuclear Research
All rights reserved.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddDomainContext |
class |
CreateNewAgent |
class |
CreateNewItem |
class |
CreateNewRole |
class |
RemoveDomainContext |
class |
RemoveRole |
class |
ServerPredefinedStepContainer
$Revision: 1.2 $
$Date: 2005/06/02 10:19:33 $
Copyright (C) 2003 CERN - European Organization for Nuclear Research
All rights reserved.
|
Copyright © 1997–2017 CRISTAL-iSE. All rights reserved.