| Package | Description |
|---|---|
| org.cristalise.kernel.events | |
| 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,
boolean hasAttachment) |
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) |
Event(ItemPath itemPath,
AgentPath agentPath,
AgentPath delegatePath,
String agentRole,
String stepName,
String stepPath,
String stepType,
StateMachine stateMachine,
int transitionId,
boolean hasAttachment) |
| 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 |
|---|---|
protected static StateMachine |
StandardClient.getRequiredStateMachine(String propPrefix,
String namesSpaceDefault,
String bootfileDefault)
CRISTAL-iSE clients should use the StateMachine information to implement application logic.
|
| Modifier and Type | Method and Description |
|---|---|
StateMachine |
StateMachineCache.buildObject(String name,
int version,
ItemPath path,
String data) |
static StateMachine |
LocalObjectLoader.getStateMachine(CastorHashMap properties) |
static StateMachine |
LocalObjectLoader.getStateMachine(String smName,
int smVersion)
Retrieves a named version of a StateMachine from the database
|
Copyright © 1997–2020 CRISTAL-iSE. All rights reserved.