Uses of Interface
com.axemble.vdoc.sdk.interfaces.IWorkflow
Package
Description
-
Uses of IWorkflow in com.axemble.vdoc.sdk.connectors
Modifier and TypeMethodDescriptionprotected final IWorkflow
BaseTreatmentConnectorEditor.getWorkflow()
-
Uses of IWorkflow in com.axemble.vdoc.sdk.impl
Modifier and TypeMethodDescriptionWorkflowModuleImpl.createWorkflow
(IContext context, IWorkflowContainer container, String name, byte[] content) ProcessWorkflowInstance.getWorkflow()
WorkflowModuleImpl.getWorkflow
(IContext context, ICatalog catalog, String name) WorkflowModuleImpl.getWorkflow
(IContext context, String name) Deprecated.WorkflowModuleImpl.getWorkflow
(IStorageKey key) WorkflowModuleImpl.getWorkflow
(ITask task) WorkflowModuleImpl.getWorkflow
(String id) Get workflow from its idModifier and TypeMethodDescriptionCollection
<? extends IWorkflow> WorkflowModuleImpl.getWorkflows
(IContext context, ICatalog catalog) Collection
<? extends IWorkflow> WorkflowModuleImpl.getWorkflows
(IContext context, IWorkflowContainer container) Modifier and TypeMethodDescriptionprotected void
ProcessCatalogViewTransformer.buildWorkflowXMLBody
(Element xmlBody, IWorkflow workflow) protected void
ProcessWorkflowViewTransformer.buildWorkflowXMLBody
(Element xmlBody, IWorkflow workflow) protected void
ProcessCatalogViewTransformer.buildWorkflowXMLHeader
(Element parent, IWorkflow workflow) protected void
ProcessWorkflowViewTransformer.buildWorkflowXMLHeader
(Element parent, IWorkflow workflow) WorkflowModuleImpl.createWorkflowInstance
(IContext context, IWorkflow workflow, String reference) WorkflowModuleImpl.createWorkflowInstance
(IContext context, IWorkflow workflow, String reference, String label) int
PortalLibraryViewController.evaluateSize
(IWorkflow workflow) int
ProcessViewController.evaluateSize
(IWorkflow workflow) WorkflowModuleImpl.getCatalog
(IWorkflow workflow) WorkflowModuleImpl.getMailForm
(IContext context, IWorkflow workflow, String mailFormName) Collection
<? extends IMailForm> WorkflowModuleImpl.getMailForms
(IContext context, IWorkflow workflow) Collection
<? extends IMailForm> WorkflowModuleImpl.getMailForms
(IContext context, IWorkflow workflow, String startsWith) Collection
<? extends ITask> WorkflowModuleImpl.getManualTasks
(IContext context, IWorkflow workflow) Get manual task from workflowint
ReportProcessWorkflowModule.getNbWorkflowInstancesByStartDate
(IWorkflow workflow, Date minDate, Date maxDate) WorkflowModuleImpl.getSubForm
(IContext context, IWorkflow workflow, String formName) Collection
<? extends ITask> Get task from workflowWorkflowModuleImpl.getWorkflowContainer
(IWorkflow workflow) Collection
<? extends IWorkflowInstance> WorkflowModuleImpl.getWorkflowInstances
(IContext context, IWorkflow workflow) Collection
<? extends IWorkflowInstance> WorkflowModuleImpl.getWorkflowInstances
(IContext context, IWorkflow workflow, String reference) ReportProcessWorkflowModule.getWorkflowInstancesByStartDateOffset
(IWorkflow workflow, Date minDate, Date maxDate, int start, int count) ProjectModuleImpl.importWorkflowDiagram
(IWorkflow workflow) Utilisé en interne pour importer un diagramme de workflowvoid
WorkflowModuleImpl.send
(IContext context, IWorkflow workflow, IResource resource, String formName, Collection<?> entries) void
WorkflowModuleImpl.send
(IContext context, IWorkflow workflow, String formName, Collection<?> entries) -
Uses of IWorkflow in com.axemble.vdoc.sdk.interfaces
Modifier and TypeMethodDescriptionITask.getWorkflow()
Retrieves the workflow of the task.IVersion.getWorkflow()
Gets the associated workflow.IWorkflowInstance.getWorkflow()
Gets the associated workflow.Modifier and TypeMethodDescriptionEvaluate the request on the workflow scopeint
IViewController.evaluateSize
(IWorkflow workflow) Evaluate the request on the workflow scope -
Uses of IWorkflow in com.axemble.vdoc.sdk.interfaces.ui.designer
-
Uses of IWorkflow in com.axemble.vdoc.sdk.modules
Modifier and TypeMethodDescriptionIBaseDocumentModule.createWorkflow
(IContext context, IWorkflowContainer container, String name, byte[] content) Creates a workflow within a workflow container.IBaseWorkflowModule.createWorkflow
(IContext context, IWorkflowContainer container, String name, byte[] content) Creates a workflow within a workflow container.IBaseDocumentModule.getWorkflow
(IContext context, ICatalog catalog, String name) Retrieves a workflow within aIWorkflow
object and from its system name.IBaseDocumentModule.getWorkflow
(IStorageKey key) Gets a workflow object from its identifier.IBaseDocumentModule.getWorkflow
(ITask task) Gets the associated workflow of a task.IBaseWorkflowModule.getWorkflow
(IContext context, ICatalog catalog, String name) Retrieves a workflow within aIWorkflow
object and from its system name.IBaseWorkflowModule.getWorkflow
(IContext context, String name) Deprecated.: use getWorkflow( IContext context, ICatalog catalog, String name )IBaseWorkflowModule.getWorkflow
(IStorageKey key) Gets a workflow object from its identifier.IBaseWorkflowModule.getWorkflow
(ITask task) Gets the associated workflow of a task.Modifier and TypeMethodDescriptionCollection
<? extends IWorkflow> IBaseDocumentModule.getWorkflows
(IContext context, ICatalog catalog) Collection
<? extends IWorkflow> IBaseDocumentModule.getWorkflows
(IContext context, IWorkflowContainer container) Retrieves a collection ofIWorkflow
objects within aIWorkflowContainer
object.Collection
<? extends IWorkflow> IBaseWorkflowModule.getWorkflows
(IContext context, ICatalog catalog) Collection
<? extends IWorkflow> IBaseWorkflowModule.getWorkflows
(IContext context, IWorkflowContainer container) Retrieves a collection ofIWorkflow
objects within aIWorkflowContainer
object.Modifier and TypeMethodDescriptionIBaseWorkflowModule.createWorkflowInstance
(IContext context, IWorkflow workflow, String reference) Creates a workflow instance object by specifying theIWorkflow
object, its reference.IBaseWorkflowModule.createWorkflowInstance
(IContext context, IWorkflow workflow, String reference, String label) Creates a workflow instance object by specifying theIWorkflow
object, its reference, and its label.IBaseDocumentModule.getCatalog
(IWorkflow workflow) Retrieves the catalog of aIWorkflow
object.IBaseWorkflowModule.getCatalog
(IWorkflow workflow) Retrieves the catalog of aIWorkflow
object.Gets a workflow form by its name.Gets a workflow form by its name.IBaseDocumentModule.getMailForm
(IContext context, IWorkflow workflow, String mailFormName) IBaseWorkflowModule.getMailForm
(IContext context, IWorkflow workflow, String mailFormName) Collection
<? extends IMailForm> IBaseDocumentModule.getMailForms
(IContext context, IWorkflow workflow) Gets all the mail forms from a specifiedIWorkflow
object.Collection
<? extends IMailForm> IBaseDocumentModule.getMailForms
(IContext context, IWorkflow workflow, String startsWith) Collection
<? extends IMailForm> IBaseWorkflowModule.getMailForms
(IContext context, IWorkflow workflow) Gets all the mail forms from a specifiedIWorkflow
object.Collection
<? extends IMailForm> IBaseWorkflowModule.getMailForms
(IContext context, IWorkflow workflow, String startsWith) IBaseDocumentModule.getSubForm
(IContext context, IWorkflow workflow, String formName) Gets a sub form by its name.IBaseWorkflowModule.getSubForm
(IContext context, IWorkflow workflow, String formName) Gets a sub form by its name.Retrieves a specific task of aIWorkflow
object by its name.Retrieves a specific task of aIWorkflow
object by its name.Collection
<? extends IVersion> IBaseDocumentModule.getVersions
(IContext context, IWorkflow workflow) Gets all the versions of a specifiedIWorkflow
object.IBaseDocumentModule.getWorkflowContainer
(IWorkflow workflow) Retrieves the workflow container of aIWorkflow
object.IBaseWorkflowModule.getWorkflowContainer
(IWorkflow workflow) Retrieves the workflow container of aIWorkflow
object.Collection
<? extends IWorkflowInstance> IBaseWorkflowModule.getWorkflowInstances
(IContext context, IWorkflow workflow) Gets all the workflow instances of a specifiedIWorkflow
object.Collection
<? extends IWorkflowInstance> IBaseWorkflowModule.getWorkflowInstances
(IContext context, IWorkflow workflow, String reference) Gets all the workflow instances with the same reference within a specifiedIWorkflow
object.void
IBaseDocumentModule.send
(IContext context, IWorkflow workflow, IResource resource, String formName, Collection entries) Allows to send a mail.void
IBaseDocumentModule.send
(IContext context, IWorkflow workflow, 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, Collectioninvalid input: '<'? extends IUser> mail_to, String comment )void
IBaseWorkflowModule.send
(IContext context, IWorkflow workflow, String formName, Collection<?> entries) Deprecated.use send( IContext context, IResource resource, IMailForm mailForm, Collectioninvalid input: '<'? extends IUser> mail_to, String comment ) -
Uses of IWorkflow in com.axemble.vdoc.sdk.workflow.extensions
Modifier and TypeMethodDescriptionvoid
BaseWorkflowExtension.init
(IResourceDefinition resourceDefinition, IWorkflow workflow)