Uses of Class
org.chenile.stm.action.scriptsupport.BaseCustomComponentPropertiesAction
Packages that use BaseCustomComponentPropertiesAction
Package
Description
Contains specific action implementations that support some kind of a scripting DSL.
-
Uses of BaseCustomComponentPropertiesAction in org.chenile.stm.action.scriptsupport
Subclasses of BaseCustomComponentPropertiesAction in org.chenile.stm.action.scriptsupportModifier and TypeClassDescriptionclass
BaseScriptingAction<StateEntityType extends StateEntity>
class
IfAction<StateEntityType extends StateEntity>
Implements an IF action using the same expression language as the one supported by theScriptingStrategy
.class
ScriptAction<StateEntityType extends StateEntity>
Mimics a script.class
SwitchAction<StateEntityType extends StateEntity>
Emulates a switch construct. -
Uses of BaseCustomComponentPropertiesAction in org.chenile.workflow.service.activities