Uses of Package
org.chenile.stm.action
Packages that use org.chenile.stm.action
Package
Description
Contains specific action implementations that support some kind of a scripting DSL.
This package contains a set of dummy components which can be used to instantiate a state
diagram without instantiating the components.
This is useful to get info about the state transition diagram without actually instantiating the State Transition machine.
It also contains a dummy STMFlowStore that can be used to instantiate the flow impl without instantiating the individual components.
This is useful to get info about the state transition diagram without actually instantiating the State Transition machine.
It also contains a dummy STMFlowStore that can be used to instantiate the flow impl without instantiating the individual components.
Contains Implementation classes (including base implementations) for a bunch of STM interfaces.
Contains a bunch of descriptor classes to hold various kinds of meta data.
Contains support for OGNL.
Workflow entry, exit commands etc.
-
Classes in org.chenile.stm.action used by org.chenile.stmClassDescriptionImplement this interface to become an STM entry or exit action.
This can be used for both entry and exit actions.This interface must be implemented to capture the actual logic to update the state to the new state ID. -
Classes in org.chenile.stm.action used by org.chenile.stm.action.scriptsupportClassDescriptionActions (both actions and transition actions) implement this interface to obtain access to custom properties that can be set.Actions implement this interface to get hold of a scripting strategy that is set by the STM framework.
-
Classes in org.chenile.stm.action used by org.chenile.stm.dummyClassDescriptionImplement this interface to become an STM entry or exit action.
This can be used for both entry and exit actions.This interface must be implemented to capture the actual logic to update the state to the new state ID. -
Classes in org.chenile.stm.action used by org.chenile.stm.implClassDescriptionImplement this interface to become an STM entry or exit action.
This can be used for both entry and exit actions.This interface must be implemented to capture the actual logic to update the state to the new state ID. -
Classes in org.chenile.stm.action used by org.chenile.stm.modelClassDescriptionImplement this interface to become an STM entry or exit action.
This can be used for both entry and exit actions.This interface must be implemented to capture the actual logic to update the state to the new state ID. -
Classes in org.chenile.stm.action used by org.chenile.stm.ognl
-
Classes in org.chenile.stm.action used by org.chenile.workflow.service.activitiesClassDescriptionActions (both actions and transition actions) implement this interface to obtain access to custom properties that can be set.
-
Classes in org.chenile.stm.action used by org.chenile.workflow.service.stmcmdsClassDescriptionImplement this interface to become an STM entry or exit action.
This can be used for both entry and exit actions.This interface must be implemented to capture the actual logic to update the state to the new state ID.