| Package | Description |
|---|---|
| org.cristalise.kernel.entity.imports | |
| org.cristalise.kernel.entity.proxy |
The Proxy API is a major part of the client-side functionality of the
CRISTAL API, which provides client-side proxy objects that represent the
Items and Agents on the server.
|
| 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 |
|---|---|
protected CompositeActivity |
ImportItem.createCompositeActivity()
This method enables to use ImportItem in different bootstrap uses cases (e.g.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ItemProxy.initialise(AgentPath agentId,
PropertyArrayList itemProps,
CompositeActivity workflow,
CollectionArrayList colls)
Initialise the new Item with instance data which was normally created from descriptions
|
void |
ItemProxy.initialise(AgentPath agentId,
PropertyArrayList itemProps,
CompositeActivity workflow,
CollectionArrayList colls,
Viewpoint viewpoint,
Outcome outcome)
Initialise the new Item with instance data which was normally created from descriptions
|
| Modifier and Type | Method and Description |
|---|---|
Next[] |
CompositeActivityDef.instantiateEdges(CompositeActivity ca)
Loops through the edges of children graph model and calls their instantiate method
|
WfVertex[] |
CompositeActivityDef.intantiateVertices(CompositeActivity ca)
Loops through the vertices of children graph model and calls their instantiate method
|
| Modifier and Type | Class and Description |
|---|---|
class |
Workflow |
| Modifier and Type | Method and Description |
|---|---|
CompositeActivity |
CompositeActivity.newCompChild(String id,
boolean first,
GraphPoint point) |
| Constructor and Description |
|---|
Workflow(CompositeActivity domain,
PredefinedStepContainer predef) |
| Modifier and Type | Class and Description |
|---|---|
class |
PredefinedStepContainer |
| Modifier and Type | Class and Description |
|---|---|
class |
AgentPredefinedStepContainer |
| Modifier and Type | Class and Description |
|---|---|
class |
ItemPredefinedStepContainer |
| Modifier and Type | Method and Description |
|---|---|
protected CompositeActivity |
CreateItemFromDescription.instantiateWorkflow(ItemPath descItemPath,
String descVer,
Object locker)
Retrieve the Workflow dependency for the given description version, instantiate the loaded CompositeActivityDef
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServerPredefinedStepContainer |
Copyright © 1997–2020 CRISTAL-iSE. All rights reserved.