Package com.axelor.meta.schema.actions
Class ActionResumable
java.lang.Object
com.axelor.meta.schema.actions.Action
com.axelor.meta.schema.actions.ActionResumable
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ActionGroup,ActionValidate
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.axelor.meta.schema.actions.Action
Action.Element -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract ActionResumablecopy()intgetIndex()protected final ActionResumableresumeAt(int index) Methods inherited from class com.axelor.meta.schema.actions.Action
checkPermission, evaluate, execute, getActionId, getModel, getModuleToCheck, getName, getXmlId, setActionId, setModel, setModuleToCheck, setName, setXmlId, test, toExpression, toString, wrap, wrapper
-
Constructor Details
-
ActionResumable
public ActionResumable()
-
-
Method Details
-
getIndex
public int getIndex() -
resumeAt
-
copy
-