Package org.kuali.rice.kew.engine
Class EngineState
java.lang.Object
org.kuali.rice.kew.engine.EngineState
- All Implemented Interfaces:
Serializable
Represents the current state of the workflow engine.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the next id to be used for simulation purposes.voidsetCompleteNodeInstances(List<String> completeNodeInstances) voidsetGeneratedRequests(List<ActionRequestValue> generatedRequests) voidsetTransitioningFrom(RouteNodeInstance transitioningFrom) voidsetTransitioningTo(RouteNodeInstance transitioningTo)
-
Constructor Details
-
EngineState
public EngineState()
-
-
Method Details
-
getCompleteNodeInstances
-
setCompleteNodeInstances
-
getTransitioningFrom
-
setTransitioningFrom
-
getTransitioningTo
-
setTransitioningTo
-
getGeneratedRequests
-
setGeneratedRequests
-
getNextSimulationId
Gets the next id to be used for simulation purposes. Since, during simulation, we cannot save to the database and get primary keys assigned to our data beans, this method will be used to get a new simulation id which is guaranteed to be a negative number which will be unique for at least the lifetime of the simulation.
-