Package | Description |
---|---|
com.axemble.vdoc.sdk.document.extensions | |
com.axemble.vdoc.sdk.interfaces | |
com.axemble.vdoc.sdk.modules |
Modifier and Type | Method and Description |
---|---|
boolean |
BaseDocumentExtension.onAfterSubmit(IAction action)
After submit event
|
boolean |
BaseResourceExtension.onAfterSubmit(IAction action) |
boolean |
BaseDocumentExtension.onBeforeSubmit(IAction action)
Before submit event
|
boolean |
BaseResourceExtension.onBeforeSubmit(IAction action) |
Modifier and Type | Method and Description |
---|---|
IAction |
ITask.getAction(String name)
Retrieves an action by its name.
|
IAction |
ITask.getDelayAction()
Retrieves the
IAction to execute if late. |
Modifier and Type | Method and Description |
---|---|
Collection<? extends IAction> |
ITask.getActions()
Retrieves a the actions of a task.
|
Modifier and Type | Method and Description |
---|---|
void |
ITaskInstance.end(IAction action,
String comment) |
void |
ITaskInstance.end(IUser addressee,
IAction action,
String comment) |
Modifier and Type | Method and Description |
---|---|
IAction |
IBaseWorkflowModule.getAction(IContext context,
ITask task,
String name)
Retrieve a specific
IAction object from its system name. |
IAction |
IBaseDocumentModule.getAction(IContext context,
ITask task,
String name)
Retrieve a specific
IAction object from its system name. |
IAction |
IBaseWorkflowModule.getAction(IStorageKey key)
Gets an action object from its identifier.
|
IAction |
IBaseDocumentModule.getAction(IStorageKey key)
Gets an action object from its identifier.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends IAction> |
IBaseWorkflowModule.getActions(IContext context,
ITask task)
|
Collection<? extends IAction> |
IBaseDocumentModule.getActions(IContext context,
ITask task)
|
Modifier and Type | Method and Description |
---|---|
void |
IBaseWorkflowModule.end(IContext context,
ITaskInstance instance,
IAction action,
String comment)
Crosses a transition.
|
void |
IBaseDocumentModule.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.
|
void |
IBaseDocumentModule.end(IContext context,
IUser addressee,
ITaskInstance instance,
IAction action,
String comment)
Allows to cross a transition for another user.
|
IForm |
IBaseWorkflowModule.getForm(IContext context,
IAction action,
String formName)
Gets a action form by its name.
|
IForm |
IBaseDocumentModule.getForm(IContext context,
IAction action,
String formName)
Gets a action form by its name.
|
Copyright © 2022 Visiativ. All rights reserved.