| Package | Description |
|---|---|
| org.cristalise.kernel.entity.agent |
The implementation of Agents, and their Jobs.
|
| 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.instance.stateMachine |
| Modifier and Type | Method and Description |
|---|---|
Transition |
Job.getTransition() |
| Modifier and Type | Method and Description |
|---|---|
void |
Job.setTransition(Transition transition) |
| Constructor and Description |
|---|
Job(Activity act,
ItemPath itemPath,
Transition transition,
AgentPath agent,
String role) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Transition |
StateMachine.createTransition(String name)
Factory method to create a new Transition for the given name.
|
Transition |
StateMachine.getTransition(int transitionID) |
| Modifier and Type | Method and Description |
|---|---|
HashMap<Integer,Transition> |
State.getPossibleTransitions() |
Map<Transition,String> |
StateMachine.getPossibleTransitions(Activity act,
AgentPath agent) |
ArrayList<Transition> |
StateMachine.getTransitions() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
State.addPossibleTransition(Transition possibleTransition) |
State |
StateMachine.traverse(Activity act,
Transition transition,
AgentPath agent) |
| Modifier and Type | Method and Description |
|---|---|
void |
StateMachine.setTransitions(ArrayList<Transition> newTransitions) |
Copyright © 1997–2016 CRISTAL-iSE. All rights reserved.