Modifier and Type | Method and Description |
---|---|
abstract int |
BaseTreatmentConnector.execute(IContext context,
IWorkflowInstance workflowInstance,
ITaskInstance taskInstance,
Element customElement) |
Modifier and Type | Method and Description |
---|---|
ITaskInstance |
IWorkflowInstance.getCurrentTaskInstance(IContext context)
Gets the current task instance.
|
ITaskInstance |
IVersion.getCurrentTaskInstance(IContext context)
Gets the current task instance.
|
ITaskInstance |
ITaskInstanceTransformer.xmlToTaskInstance(InputStream inputStream) |
ITaskInstance |
ITaskInstanceTransformer.xmlToTaskInstance(ITaskInstance taskInstance,
InputStream inputStream) |
Modifier and Type | Method and Description |
---|---|
void |
IDelegationController.delegate(IUser user,
IUser substituteUser,
ITaskInstance taskInstance)
Delegate a specific task instance.
|
void |
ITaskInstanceTransformer.taskInstanceToXML(ITaskInstance taskInstance,
File taskInstanceFolder) |
void |
ITaskInstanceTransformer.taskInstanceToXML(ITaskInstance taskInstance,
OutputStream outputStream) |
void |
ITaskInstanceTransformer.taskInstanceToXML(ITaskInstance taskInstance,
OutputStream outputStream,
File attachmentsFolder) |
ITaskInstance |
ITaskInstanceTransformer.xmlToTaskInstance(ITaskInstance taskInstance,
InputStream inputStream) |
Modifier and Type | Method and Description |
---|---|
Collection<? extends ITaskInstance> |
IWorkflowInstanceDiscussionMessage.getTaskInstances()
Returns the ItaskInstances active when the message was created
|
Modifier and Type | Method and Description |
---|---|
protected ITaskInstance |
BaseMailExtension.getTaskInstance() |
Modifier and Type | Method and Description |
---|---|
ITaskInstance |
IBaseDocumentModule.getOneTaskInstance(IContext context,
IVersion version)
Gets one of the task instances (any).
|
ITaskInstance |
IBaseWorkflowModule.getOneTaskInstance(IContext context,
IWorkflowInstance instance)
Gets one of the task instances (any).
|
ITaskInstance |
IBaseDocumentModule.getTaskInstance(IContext context,
IVersion version,
String name)
Gets a task instance associated with a specified task name.
|
ITaskInstance |
IBaseWorkflowModule.getTaskInstance(IContext context,
IWorkflowInstance instance,
String name)
Gets the started task instance associated with a specified task name.
|
ITaskInstance |
IBaseWorkflowModule.getTaskInstance(IStorageKey key)
Gets a task instance object from its identifier.
|
ITaskInstance |
IBaseDocumentModule.getTaskInstance(IStorageKey key)
Gets a task instance object from its identifier.
|
ITaskInstance |
IBaseWorkflowModule.getTaskInstance(String id)
Deprecated.
Use getTaskInstance(
IStorageKey key ) method instead. |
Modifier and Type | Method and Description |
---|---|
Collection<? extends ITaskInstance> |
IBaseDocumentModule.getAbortedTaskInstances(IContext context,
IVersion version)
Retrieves all the aborted task instances of a version.
|
Collection<? extends ITaskInstance> |
IBaseWorkflowModule.getAbortedTaskInstances(IContext context,
IWorkflowInstance instance)
Retrieves all the aborted task instances of a workflow instance.
|
Collection<? extends ITaskInstance> |
IBaseDocumentModule.getEndedTaskInstances(IContext context,
IVersion version)
Retrieves all the ended task instances of a version.
|
Collection<? extends ITaskInstance> |
IBaseWorkflowModule.getEndedTaskInstances(IContext context,
IWorkflowInstance instance)
Retrieves all the ended task instances of a workflow instance.
|
Collection<? extends ITaskInstance> |
IBaseDocumentModule.getManualTaskInstances(IContext context,
IVersion version)
Retrieves all the manual task instances of a workflow instance.
|
Collection<? extends ITaskInstance> |
IBaseWorkflowModule.getManualTaskInstances(IContext context,
IWorkflowInstance instance)
Retrieves all the manual task instances of a workflow instance.
|
Collection<? extends ITaskInstance> |
IBaseWorkflowModule.getManualTaskInstancesByStatus(IContext context,
int status)
Retrieves all the manual task instances for a status.
|
Collection<? extends ITaskInstance> |
IBaseWorkflowModule.getManualTaskInstancesModifiedSince(IContext context,
Date date)
Retrieves all the manual task instances modified since.
|
Collection<? extends ITaskInstance> |
IBaseDocumentModule.getStartedTaskInstances(IContext context,
IVersion version)
Retrieves all the started task instances of a version.
|
Collection<? extends ITaskInstance> |
IBaseWorkflowModule.getStartedTaskInstances(IContext context,
IWorkflowInstance instance)
Retrieves all the started task instances of a workflow instance.
|
Collection<? extends ITaskInstance> |
IBaseDocumentModule.getTaskInstances(IContext context,
IVersion version)
Retrieves all the task instances of a specified version.
|
Collection<? extends ITaskInstance> |
IBaseDocumentModule.getTaskInstances(IContext context,
IVersion version,
String name)
Retrieves all the task instances of a specified version filtered by the name of a
ITask . |
Collection<? extends ITaskInstance> |
IBaseWorkflowModule.getTaskInstances(IContext context,
IWorkflowInstance instance)
Retrieves all the task instances of a specified workflow instance.
|
Collection<? extends ITaskInstance> |
IBaseWorkflowModule.getTaskInstances(IContext context,
IWorkflowInstance instance,
String name)
Retrieves all the task instances of a specified workflow instance filtered by the name of a
ITask . |
Modifier and Type | Method and Description |
---|---|
String |
IBaseWorkflowModule.buildMailMessage(ITaskInstance taskInstance,
IMailForm mailForm,
String language)
Evaluates the form and returns the HTML content as a java.lang.String object.
|
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.
|
String |
IBaseWorkflowModule.evaluatedHtml(ITaskInstance taskInstance,
IMailForm mailForm)
Deprecated.
: use buildMailMessage( ITaskInstance taskInstance, IMailForm mailForm, String language )
|
String |
IBaseDocumentModule.evaluatedHtml(ITaskInstance taskInstance,
IMailForm mailForm)
Evaluates the form and returns the HTML content as a java.lang.String object.
|
Collection<? extends IOperator> |
IBaseWorkflowModule.getOperators(ITaskInstance instance)
Retrieves the operators of a task instance.
|
Collection<? extends IOperator> |
IBaseDocumentModule.getOperators(ITaskInstance instance)
Retrieves the operators of a task instance.
|
ITask |
IBaseWorkflowModule.getTask(ITaskInstance instance)
Gets the definition of a task instance.
|
ITask |
IBaseDocumentModule.getTask(ITaskInstance instance)
Gets the definition of a task instance.
|
void |
IBaseWorkflowModule.remind(IContext context,
ITaskInstance taskInstance,
String comment)
Allows to remind current operators of a specified task instance.
|
void |
IBaseDocumentModule.remind(IContext context,
ITaskInstance taskInstance,
String comment)
Allows to remind current operators of a specified task instance.
|
void |
IBaseWorkflowModule.send(IContext context,
ITaskInstance taskInstance,
IMailForm mailForm,
Collection<?> entries,
String subject,
String content)
Deprecated.
use send( IContext context, ITaskInstance taskInstance, IMailForm mailForm, Collection extends IUser> mail_to, String comment )
|
void |
IBaseWorkflowModule.send(IContext context,
ITaskInstance taskInstance,
IMailForm mailForm,
Collection<? extends IUser> mail_to,
String comment)
Sends a mail by specifying the subject and the content of the body.
|
void |
IBaseDocumentModule.send(IContext context,
ITaskInstance taskInstance,
IMailForm mailForm,
Collection entries,
String subject,
String content)
Sends a mail by specifying the subject and the content of the body.
|
void |
IBaseWorkflowModule.send(IContext context,
ITaskInstance instance,
IMailForm form,
String comment)
Deprecated.
use send( IContext context, ITaskInstance taskInstance, IMailForm mailForm, Collection extends IUser> mail_to, String comment )
|
void |
IBaseDocumentModule.send(IContext context,
ITaskInstance instance,
IMailForm form,
String comment)
Sends a mail using a specified mail form.
|
void |
IBaseWorkflowModule.send(IContext context,
IUser addressee,
ITaskInstance instance,
IMailForm form,
String comment)
Deprecated.
use send( IContext context, ITaskInstance taskInstance, IMailForm mailForm, Collection extends IUser> mail_to, String comment )
|
void |
IBaseDocumentModule.send(IContext context,
IUser addressee,
ITaskInstance instance,
IMailForm form,
String comment)
Sends a mail using a specified mail form.
|
Modifier and Type | Method and Description |
---|---|
ITaskInstance |
ViewItem.getTaskInstance() |
Modifier and Type | Method and Description |
---|---|
ITaskInstance |
ViewItemImpl.getTaskInstance() |
Modifier and Type | Method and Description |
---|---|
void |
BaseWorkflowExtension.onCreateEmbeddedWorkflowInstance(ITaskInstance parentTaskInstance,
IWorkflowInstance parentWorkflowInstance,
IWorkflowInstance embeddedWorkflowInstance)
This method is called on a parent workflow before creating an embedded workflow instance.
|
void |
BaseWorkflowExtension.onCreateTaskInstance(ITaskInstance taskInstance)
This method is called each time a new task instance is created.
|
List<IUser> |
BaseWorkflowExtension.onEvaluateOperators(ITaskInstance taskInstance,
List<IUser> users)
This method is called each time the system requires the operators of the current task instance.
|
void |
BaseWorkflowExtension.onTerminateTaskInstance(ITaskInstance taskInstance,
String transitionName)
This method is called each time the abort method is used.
|
Copyright © 2022 Visiativ. All rights reserved.