Package com.axelor.meta.schema.actions
Class ActionResumable
- java.lang.Object
-
- com.axelor.meta.schema.actions.Action
-
- com.axelor.meta.schema.actions.ActionResumable
-
- Direct Known Subclasses:
ActionGroup,ActionValidate
public abstract class ActionResumable extends Action
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.axelor.meta.schema.actions.Action
Action.Element
-
-
Constructor Summary
Constructors Constructor Description ActionResumable()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract ActionResumablecopy()intgetIndex()protected 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
-
-
-
-
Method Detail
-
getIndex
public int getIndex()
-
resumeAt
protected final ActionResumable resumeAt(int index)
-
copy
protected abstract ActionResumable copy()
-
-