Uses of Class
org.chenile.stm.impl.STMActionBase
Packages that use STMActionBase
Package
Description
Contains specific action implementations that support some kind of a scripting DSL.
-
Uses of STMActionBase in org.chenile.stm.action.scriptsupport
Subclasses of STMActionBase in org.chenile.stm.action.scriptsupportModifier and TypeClassDescriptionclassBaseCustomComponentPropertiesAction<StateEntityType extends StateEntity>Extend this action if it is desired to obtain access to properties that have been set up per state descriptor in the STD.classBaseScriptingAction<StateEntityType extends StateEntity>classIfAction<StateEntityType extends StateEntity>Implements an IF action using the same expression language as the one supported by theScriptingStrategy.classScriptAction<StateEntityType extends StateEntity>Mimics a script.classSwitchAction<StateEntityType extends StateEntity>Emulates a switch construct. -
Uses of STMActionBase in org.chenile.workflow.service.activities
Subclasses of STMActionBase in org.chenile.workflow.service.activities