Modifier and Type | Method and Description |
---|---|
protected IWorkflow |
BaseTreatmentConnectorEditor.getWorkflow() |
Modifier and Type | Method and Description |
---|---|
void |
BaseTreatmentConnectorEditor.init(com.axemble.vdp.ui.framework.document.AbstractDocument document,
com.axemble.vdp.ui.framework.composites.base.CtlAbstractSheet abstractSheet,
IWorkflow workflow,
String treatmentKey) |
Modifier and Type | Method and Description |
---|---|
IWorkflow |
IWorkflowInstance.getWorkflow()
Gets the associated workflow.
|
IWorkflow |
ITask.getWorkflow()
Retrieves the workflow of the task.
|
IWorkflow |
IVersion.getWorkflow()
Gets the associated workflow.
|
Modifier and Type | Method and Description |
---|---|
Collection |
IViewController.evaluate(IWorkflow workflow)
Evaluate the request on the workflow scope
|
int |
IViewController.evaluateSize(IWorkflow workflow)
Evaluate the request on the workflow scope
|
Modifier and Type | Method and Description |
---|---|
IWorkflow |
IDesignWorkflow.getWorkflow()
Gets the associated workflow.
|
Modifier and Type | Method and Description |
---|---|
IWorkflow |
IBaseWorkflowModule.createWorkflow(IContext context,
IWorkflowContainer container,
String name,
byte[] content)
Creates a workflow within a workflow container.
|
IWorkflow |
IBaseDocumentModule.createWorkflow(IContext context,
IWorkflowContainer container,
String name,
byte[] content)
Creates a workflow within a workflow container.
|
IWorkflow |
IBaseWorkflowModule.getWorkflow(IContext context,
ICatalog catalog,
String name)
Retrieves a workflow within a
IWorkflow object and from its system name. |
IWorkflow |
IBaseDocumentModule.getWorkflow(IContext context,
ICatalog catalog,
String name)
Retrieves a workflow within a
IWorkflow object and from its system name. |
IWorkflow |
IBaseWorkflowModule.getWorkflow(IContext context,
String name)
Deprecated.
: use getWorkflow( IContext context, ICatalog catalog, String name )
|
IWorkflow |
IBaseWorkflowModule.getWorkflow(IStorageKey key)
Gets a workflow object from its identifier.
|
IWorkflow |
IBaseDocumentModule.getWorkflow(IStorageKey key)
Gets a workflow object from its identifier.
|
IWorkflow |
IBaseWorkflowModule.getWorkflow(ITask task)
Gets the associated workflow of a task.
|
IWorkflow |
IBaseDocumentModule.getWorkflow(ITask task)
Gets the associated workflow of a task.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends IWorkflow> |
IBaseWorkflowModule.getWorkflows(IContext context,
ICatalog catalog)
|
Collection<? extends IWorkflow> |
IBaseDocumentModule.getWorkflows(IContext context,
ICatalog catalog)
|
Collection<? extends IWorkflow> |
IBaseWorkflowModule.getWorkflows(IContext context,
IWorkflowContainer container)
Retrieves a collection of
IWorkflow objects within a IWorkflowContainer object. |
Collection<? extends IWorkflow> |
IBaseDocumentModule.getWorkflows(IContext context,
IWorkflowContainer container)
Retrieves a collection of
IWorkflow objects within a IWorkflowContainer object. |
Modifier and Type | Method and Description |
---|---|
IWorkflowInstance |
IBaseWorkflowModule.createWorkflowInstance(IContext context,
IWorkflow workflow,
String reference)
Creates a workflow instance object by specifying the
IWorkflow object, its reference. |
IWorkflowInstance |
IBaseWorkflowModule.createWorkflowInstance(IContext context,
IWorkflow workflow,
String reference,
String label)
Creates a workflow instance object by specifying the
IWorkflow object, its reference, and its label. |
ICatalog |
IBaseWorkflowModule.getCatalog(IWorkflow workflow)
Retrieves the catalog of a
IWorkflow object. |
ICatalog |
IBaseDocumentModule.getCatalog(IWorkflow workflow)
Retrieves the catalog of a
IWorkflow object. |
IForm |
IBaseWorkflowModule.getForm(IContext context,
IWorkflow workflow,
String formName)
Gets a workflow form by its name.
|
IForm |
IBaseDocumentModule.getForm(IContext context,
IWorkflow workflow,
String formName)
Gets a workflow form by its name.
|
IMailForm |
IBaseWorkflowModule.getMailForm(IContext context,
IWorkflow workflow,
String mailFormName) |
IMailForm |
IBaseDocumentModule.getMailForm(IContext context,
IWorkflow workflow,
String mailFormName) |
Collection<? extends IMailForm> |
IBaseWorkflowModule.getMailForms(IContext context,
IWorkflow workflow)
Gets all the mail forms from a specified
IWorkflow object. |
Collection<? extends IMailForm> |
IBaseDocumentModule.getMailForms(IContext context,
IWorkflow workflow)
Gets all the mail forms from a specified
IWorkflow object. |
Collection<? extends IMailForm> |
IBaseWorkflowModule.getMailForms(IContext context,
IWorkflow workflow,
String startsWith) |
Collection<? extends IMailForm> |
IBaseDocumentModule.getMailForms(IContext context,
IWorkflow workflow,
String startsWith) |
IForm |
IBaseWorkflowModule.getSubForm(IContext context,
IWorkflow workflow,
String formName)
Gets a sub form by its name.
|
IForm |
IBaseDocumentModule.getSubForm(IContext context,
IWorkflow workflow,
String formName)
Gets a sub form by its name.
|
ITask |
IBaseWorkflowModule.getTask(IContext context,
IWorkflow workflow,
String name)
Retrieves a specific task of a
IWorkflow object by its name. |
ITask |
IBaseDocumentModule.getTask(IContext context,
IWorkflow workflow,
String name)
Retrieves a specific task of a
IWorkflow object by its name. |
Collection<? extends IVersion> |
IBaseDocumentModule.getVersions(IContext context,
IWorkflow workflow)
Gets all the versions of a specified
IWorkflow object. |
IWorkflowContainer |
IBaseWorkflowModule.getWorkflowContainer(IWorkflow workflow)
Retrieves the workflow container of a
IWorkflow object. |
IWorkflowContainer |
IBaseDocumentModule.getWorkflowContainer(IWorkflow workflow)
Retrieves the workflow container of a
IWorkflow object. |
Collection<? extends IWorkflowInstance> |
IBaseWorkflowModule.getWorkflowInstances(IContext context,
IWorkflow workflow)
Gets all the workflow instances of a specified
IWorkflow object. |
Collection<? extends IWorkflowInstance> |
IBaseWorkflowModule.getWorkflowInstances(IContext context,
IWorkflow workflow,
String reference)
Gets all the workflow instances with the same reference within a specified
IWorkflow object. |
void |
IBaseDocumentModule.send(IContext context,
IWorkflow workflow,
IResource resource,
String formName,
Collection entries)
Allows to send a mail.
|
void |
IBaseWorkflowModule.send(IContext context,
IWorkflow workflow,
IResource resource,
String formName,
Collection<?> entries)
Deprecated.
use send( IContext context, IResource resource, IMailForm mailForm, Collection extends IUser> mail_to, String comment )
|
void |
IBaseDocumentModule.send(IContext context,
IWorkflow workflow,
String formName,
Collection entries)
Allows to send a mail.
|
void |
IBaseWorkflowModule.send(IContext context,
IWorkflow workflow,
String formName,
Collection<?> entries)
Deprecated.
use send( IContext context, IResource resource, IMailForm mailForm, Collection extends IUser> mail_to, String comment )
|
Modifier and Type | Method and Description |
---|---|
IWorkflow |
BaseWorkflowExtension.getWorkflow() |
Modifier and Type | Method and Description |
---|---|
void |
BaseWorkflowExtension.init(IResourceDefinition resourceDefinition,
IWorkflow workflow) |
Copyright © 2021 Visiativ Software. All rights reserved.