Uses of Interface
com.axemble.vdoc.sdk.interfaces.IAction
Packages that use IAction
Package
Description
-
Uses of IAction in com.axemble.vdoc.sdk.document.extensions
Methods in com.axemble.vdoc.sdk.document.extensions with parameters of type IActionModifier 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
Methods in com.axemble.vdoc.sdk.impl that return IActionMethods in com.axemble.vdoc.sdk.impl that return types with arguments of type IActionModifier and TypeMethodDescriptionCollection
<? extends IAction> WorkflowModuleImpl.getActions
(IContext context, ITask task) Methods in com.axemble.vdoc.sdk.impl with parameters of type IAction -
Uses of IAction in com.axemble.vdoc.sdk.interfaces
Methods in com.axemble.vdoc.sdk.interfaces that return IActionModifier and TypeMethodDescriptionRetrieves an action by its name.ITask.getDelayAction()
Retrieves theIAction
to execute if late.Methods in com.axemble.vdoc.sdk.interfaces that return types with arguments of type IActionModifier and TypeMethodDescriptionCollection
<? extends IAction> ITask.getActions()
Retrieves a the actions of a task. -
Uses of IAction in com.axemble.vdoc.sdk.modules
Methods in com.axemble.vdoc.sdk.modules that return IActionModifier 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.Methods in com.axemble.vdoc.sdk.modules that return types with arguments of type IActionModifier and TypeMethodDescriptionCollection
<? extends IAction> IBaseDocumentModule.getActions
(IContext context, ITask task) Collection
<? extends IAction> IBaseWorkflowModule.getActions
(IContext context, ITask task) Methods in com.axemble.vdoc.sdk.modules with parameters of type IActionModifier 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.