| Package | Description |
|---|---|
| org.cristalise.kernel.entity.agent |
The implementation of Agents, and their Jobs.
|
| 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,
AgentPath delegate,
String role)
Main constructor to create Job during workflow enactment
|
Job(int id,
ItemPath itemPath,
String stepName,
String stepPath,
String stepType,
Transition transition,
String originStateName,
String targetStateName,
String agentRole,
AgentPath agentPath,
AgentPath delegatePath,
CastorHashMap actProps,
GTimeStamp creationDate)
Constructor for recreating Job from backend
|
| 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) |
Transition |
StateMachine.getTransition(String name) |
| Modifier and Type | Method and Description |
|---|---|
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–2019 CRISTAL-iSE. All rights reserved.