| Package | Description |
|---|---|
| org.cristalise.kernel.events |
Events are generated and stored whenever a step in an Item's lifecycle
changes state, and provide a full record of what was done, when, and by whom.
|
| org.cristalise.kernel.lifecycle |
The implementation of the Item lifecycle, as composite workflows.
|
| org.cristalise.kernel.lifecycle.instance | |
| org.cristalise.kernel.process | |
| org.cristalise.kernel.utils |
| Modifier and Type | Method and Description |
|---|---|
Event |
History.addEvent(AgentPath agentPath,
AgentPath delegatePath,
String agentRole,
String stepName,
String stepPath,
String stepType,
Schema schema,
StateMachine stateMachine,
int transitionId,
String viewName) |
Event |
History.addEvent(AgentPath agentPath,
AgentPath delegatePath,
String agentRole,
String stepName,
String stepPath,
String stepType,
Schema schema,
StateMachine stateMachine,
int transitionId,
String viewName,
String timeString) |
Event |
History.addEvent(AgentPath agentPath,
AgentPath delegatePath,
String agentRole,
String stepName,
String stepPath,
String stepType,
StateMachine stateMachine,
int transitionId) |
Event |
History.addEvent(AgentPath agentPath,
AgentPath delegatePath,
String agentRole,
String stepName,
String stepPath,
String stepType,
StateMachine stateMachine,
int transitionId,
String timeString) |
| Constructor and Description |
|---|
Event(ItemPath itemPath,
AgentPath agentPath,
AgentPath delegatePath,
String agentRole,
String stepName,
String stepPath,
String stepType,
StateMachine stateMachine,
int transitionId) |
| Modifier and Type | Method and Description |
|---|---|
StateMachine |
ActivityDef.getStateMachine() |
| Modifier and Type | Method and Description |
|---|---|
void |
ActivityDef.setStateMachine(StateMachine actStateMachine) |
| Modifier and Type | Method and Description |
|---|---|
StateMachine |
Activity.getStateMachine() |
| Modifier and Type | Method and Description |
|---|---|
static StateMachine |
Bootstrap.getPredefSM() |
| Modifier and Type | Method and Description |
|---|---|
StateMachine |
StateMachineCache.buildObject(String name,
int version,
ItemPath path,
String data) |
static StateMachine |
LocalObjectLoader.getStateMachine(String smName,
int smVersion)
Retrieves a named version of a state machine from the database
|
Copyright © 1997–2016 CRISTAL-iSE. All rights reserved.