| 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.persistency.outcome |
| 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) |
Event |
History.addEvent(AgentPath agentPath,
String agentRole,
String stepName,
String stepPath,
String stepType,
String schemaName,
Integer schemaVersion,
String stateMachineName,
Integer stateMachineVersion,
Transition transition,
String viewName)
Deprecated.
|
Event |
History.addEvent(AgentPath agentPath,
String agentRole,
String stepName,
String stepPath,
String stepType,
String schemaName,
Integer schemaVersion,
String stateMachineName,
Integer stateMachineVersion,
Transition transition,
String viewName,
String timeString)
Deprecated.
|
Event |
History.addEvent(AgentPath agentPath,
String agentRole,
String stepName,
String stepPath,
String stepType,
String stateMachineName,
Integer stateMachineVersion,
Transition transition)
Deprecated.
|
Event |
History.addEvent(AgentPath agentPath,
String agentRole,
String stepName,
String stepPath,
String stepType,
String stateMachineName,
Integer stateMachineVersion,
Transition transition,
String timeString)
Deprecated.
|
Event |
History.getEvent(int id) |
Event |
History.remove(Object key) |
| Modifier and Type | Method and Description |
|---|---|
Event |
Viewpoint.getEvent()
Method getEvent.
|
Copyright © 1997–2016 CRISTAL-iSE. All rights reserved.