Uses of Class
org.cristalise.kernel.lifecycle.instance.stateMachine.StateMachine
Packages that use StateMachine
Package
Description
This file is part of the CRISTAL-iSE kernel.
The implementation of the Item lifecycle, as composite workflows.
-
Uses of StateMachine in org.cristalise.kernel.entity
Methods in org.cristalise.kernel.entity that return StateMachine -
Uses of StateMachine in org.cristalise.kernel.events
Methods in org.cristalise.kernel.events with parameters of type StateMachineModifier and TypeMethodDescriptionHistory.addEvent(AgentPath agentPath, String agentRole, String stepName, String stepPath, String stepType, StateMachine stateMachine, int transitionId) History.addEvent(AgentPath agentPath, String agentRole, String stepName, String stepPath, String stepType, StateMachine stateMachine, int transitionId, String timeString) History.addEvent(AgentPath agentPath, String agentRole, String stepName, String stepPath, String stepType, Schema schema, StateMachine stateMachine, int transitionId, String viewName) History.addEvent(AgentPath agentPath, String agentRole, String stepName, String stepPath, String stepType, Schema schema, StateMachine stateMachine, int transitionId, String viewName, boolean hasAttachment) History.addEvent(AgentPath agentPath, String agentRole, String stepName, String stepPath, String stepType, Schema schema, StateMachine stateMachine, int transitionId, String viewName, String timeString) Constructors in org.cristalise.kernel.events with parameters of type StateMachineModifierConstructorDescriptionEvent(ItemPath itemPath, AgentPath agentPath, String agentRole, String stepName, String stepPath, String stepType, StateMachine stateMachine, int transitionId) Event(ItemPath itemPath, AgentPath agentPath, String agentRole, String stepName, String stepPath, String stepType, StateMachine stateMachine, int transitionId, boolean hasAttachment) -
Uses of StateMachine in org.cristalise.kernel.lifecycle
Methods in org.cristalise.kernel.lifecycle that return StateMachineModifier and TypeMethodDescriptionActivityDef.getActStateMachine()ActivityDef.getStateMachine()ActivityDef.getStateMachine(TransactionKey transactionKey) Methods in org.cristalise.kernel.lifecycle with parameters of type StateMachine -
Uses of StateMachine in org.cristalise.kernel.lifecycle.instance
Methods in org.cristalise.kernel.lifecycle.instance that return StateMachineModifier and TypeMethodDescriptionActivity.getStateMachine()Activity.getStateMachine(TransactionKey transKey) -
Uses of StateMachine in org.cristalise.kernel.process
Methods in org.cristalise.kernel.process that return StateMachineModifier and TypeMethodDescriptionprotected static StateMachineStandardClient.getRequiredStateMachine(String propPrefix, String namesSpaceDefault, String bootfileDefault) CRISTAL-iSE clients could use the StateMachine information to implement application logic. -
Uses of StateMachine in org.cristalise.kernel.utils
Methods in org.cristalise.kernel.utils that return StateMachineModifier and TypeMethodDescriptionprotected StateMachineStateMachineCache.buildObject(String name, int version, ItemPath path, String data) static StateMachineLocalObjectLoader.getStateMachine(String smName, int smVersion) Retrieves a named version of a StateMachine from the databasestatic StateMachineLocalObjectLoader.getStateMachine(String smName, int smVersion, TransactionKey transactionKey) static StateMachineLocalObjectLoader.getStateMachine(CastorHashMap properties) static StateMachineLocalObjectLoader.getStateMachine(CastorHashMap properties, TransactionKey transactionKey)