Package com.axelor.meta.schema.actions
Class ActionGroup
java.lang.Object
com.axelor.meta.schema.actions.Action
com.axelor.meta.schema.actions.ActionResumable
com.axelor.meta.schema.actions.ActionGroup
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.axelor.meta.schema.actions.Action
Action.Element -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected ActionGroupcopy()evaluate(ActionHandler handler) voidsetActions(List<ActionGroup.ActionItem> actions) voidvalidate()Validate the action sequence in the group.Methods inherited from class com.axelor.meta.schema.actions.ActionResumable
getIndex, resumeAtMethods inherited from class com.axelor.meta.schema.actions.Action
checkPermission, execute, getActionId, getModel, getModuleToCheck, getName, getXmlId, setActionId, setModel, setModuleToCheck, setName, setXmlId, test, toExpression, toString, wrap, wrapper
-
Constructor Details
-
ActionGroup
public ActionGroup()
-
-
Method Details
-
getActions
-
setActions
-
addAction
-
validate
Validate the action sequence in the group.- Throws:
IllegalStateException
-
copy
- Specified by:
copyin classActionResumable
-
evaluate
-