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 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.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 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.modules
Methods in com.axemble.vdoc.sdk.modules that return IActionModifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Retrieve a specificIActionobject from its system name.IBaseWorkflowModule.getAction(IStorageKey key) Deprecated, for removal: This API element is subject to removal in a future version.Gets an action object from its identifier.Retrieve a specificIActionobject from its system name.IWorkflowModule.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> IBaseWorkflowModule.getActions(IContext context, ITask task) Deprecated, for removal: This API element is subject to removal in a future version.Collection<? extends IAction> IWorkflowModule.getActions(IContext context, ITask task) Methods in com.axemble.vdoc.sdk.modules with parameters of type IActionModifier and TypeMethodDescriptionvoidIBaseWorkflowModule.end(IContext context, ITaskInstance instance, IAction action, String comment) Deprecated, for removal: This API element is subject to removal in a future version.Crosses a transition.voidIBaseWorkflowModule.end(IContext context, IUser addressee, ITaskInstance instance, IAction action, String comment) Deprecated, for removal: This API element is subject to removal in a future version.Allows to cross a transition for another user.voidIWorkflowModule.end(IContext context, ITaskInstance instance, IAction action, String comment) Crosses a transition.voidIWorkflowModule.end(IContext context, IUser addressee, ITaskInstance instance, IAction action, String comment) Allows to cross a transition for another user.Deprecated, for removal: This API element is subject to removal in a future version.Gets a action form by its name.Gets a action form by its name.