Uses of Interface
com.axemble.vdoc.sdk.interfaces.IAction
Package
Description
-
Uses of IAction in com.axemble.vdoc.sdk.document.extensions
Modifier and TypeMethodDescriptionboolean
BaseDocumentExtension.onAfterSubmit
(IAction action) After submit eventboolean
BaseResourceExtension.onAfterSubmit
(IAction action) boolean
BaseDocumentExtension.onBeforeSubmit
(IAction action) Before submit eventboolean
BaseResourceExtension.onBeforeSubmit
(IAction action) -
Uses of IAction in com.axemble.vdoc.sdk.impl
Modifier and TypeMethodDescriptionCollection
<? extends IAction> WorkflowModuleImpl.getActions
(IContext context, ITask task) -
Uses of IAction in com.axemble.vdoc.sdk.interfaces
Modifier and TypeMethodDescriptionRetrieves an action by its name.ITask.getDelayAction()
Retrieves theIAction
to execute if late.Modifier and TypeMethodDescriptionCollection
<? extends IAction> ITask.getActions()
Retrieves a the actions of a task. -
Uses of IAction in com.axemble.vdoc.sdk.modules
Modifier and TypeMethodDescriptionRetrieve a specificIAction
object from its system name.IBaseDocumentModule.getAction
(IStorageKey key) Gets an action object from its identifier.Retrieve a specificIAction
object from its system name.IBaseWorkflowModule.getAction
(IStorageKey key) Gets an action object from its identifier.Modifier and TypeMethodDescriptionCollection
<? extends IAction> IBaseDocumentModule.getActions
(IContext context, ITask task) Collection
<? extends IAction> IBaseWorkflowModule.getActions
(IContext context, ITask task) Modifier and TypeMethodDescriptionvoid
IBaseDocumentModule.end
(IContext context, ITaskInstance instance, IAction action, String comment) Crosses a transition.void
IBaseDocumentModule.end
(IContext context, IUser addressee, ITaskInstance instance, IAction action, String comment) Allows to cross a transition for another user.void
IBaseWorkflowModule.end
(IContext context, ITaskInstance instance, IAction action, String comment) Crosses a transition.void
IBaseWorkflowModule.end
(IContext context, IUser addressee, ITaskInstance instance, IAction action, String comment) Allows to cross a transition for another user.Gets a action form by its name.Gets a action form by its name.