Uses of Interface
com.axemble.vdoc.sdk.interfaces.IAction
Packages that use IAction
Package
Description
- 
Uses of IAction in com.axemble.vdoc.sdk.document.extensionsMethods in com.axemble.vdoc.sdk.document.extensions with parameters of type IActionModifier and TypeMethodDescriptionbooleanBaseDocumentExtension.onAfterSubmit(IAction action) After submit eventbooleanBaseResourceExtension.onAfterSubmit(IAction action) booleanBaseDocumentExtension.onBeforeSubmit(IAction action) Before submit eventbooleanBaseResourceExtension.onBeforeSubmit(IAction action) 
- 
Uses of IAction in com.axemble.vdoc.sdk.implMethods 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.interfacesMethods in com.axemble.vdoc.sdk.interfaces that return IActionModifier and TypeMethodDescriptionRetrieves an action by its name.ITask.getDelayAction()Retrieves theIActionto 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.modulesMethods in com.axemble.vdoc.sdk.modules that return IActionModifier and TypeMethodDescriptionRetrieve a specificIActionobject from its system name.IBaseDocumentModule.getAction(IStorageKey key) Gets an action object from its identifier.Retrieve a specificIActionobject 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 TypeMethodDescriptionvoidIBaseDocumentModule.end(IContext context, ITaskInstance instance, IAction action, String comment) Crosses a transition.voidIBaseDocumentModule.end(IContext context, IUser addressee, ITaskInstance instance, IAction action, String comment) Allows to cross a transition for another user.voidIBaseWorkflowModule.end(IContext context, ITaskInstance instance, IAction action, String comment) Crosses a transition.voidIBaseWorkflowModule.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.