Uses of Interface
com.axemble.vdoc.sdk.interfaces.IWorkflow
Packages that use IWorkflow
Package
Description
-
Uses of IWorkflow in com.axemble.vdoc.sdk.connectors
Methods in com.axemble.vdoc.sdk.connectors that return IWorkflowModifier and TypeMethodDescriptionprotected final IWorkflowBaseTreatmentConnectorEditor.getWorkflow()Methods in com.axemble.vdoc.sdk.connectors with parameters of type IWorkflow -
Uses of IWorkflow in com.axemble.vdoc.sdk.impl
Methods in com.axemble.vdoc.sdk.impl that return IWorkflowModifier 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 idMethods in com.axemble.vdoc.sdk.impl that return types with arguments of type IWorkflowModifier and TypeMethodDescriptionCollection<? extends IWorkflow> WorkflowModuleImpl.getWorkflows(IContext context, ICatalog catalog) Collection<? extends IWorkflow> WorkflowModuleImpl.getWorkflows(IContext context, IWorkflowContainer container) Methods in com.axemble.vdoc.sdk.impl with parameters of type IWorkflowModifier and TypeMethodDescriptionprotected voidProcessCatalogViewTransformer.buildWorkflowXMLBody(Element xmlBody, IWorkflow workflow) protected voidProcessWorkflowViewTransformer.buildWorkflowXMLBody(Element xmlBody, IWorkflow workflow) protected voidProcessCatalogViewTransformer.buildWorkflowXMLHeader(Element parent, IWorkflow workflow) protected voidProcessWorkflowViewTransformer.buildWorkflowXMLHeader(Element parent, IWorkflow workflow) WorkflowModuleImpl.createWorkflowInstance(IContext context, IWorkflow workflow, String reference) WorkflowModuleImpl.createWorkflowInstance(IContext context, IWorkflow workflow, String reference, String label) intBaseDirectoryViewController.evaluateSize(IWorkflow workflow) intPortalLibraryViewController.evaluateSize(IWorkflow workflow) intProcessViewController.evaluateSize(IWorkflow workflow) WorkflowModuleImpl.getCatalog(IWorkflow workflow) WorkflowModuleImpl.getFieldController(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 workflowintReportProcessWorkflowModule.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 workflowvoidWorkflowModuleImpl.send(IContext context, IWorkflow workflow, IResource resource, String formName, Collection<?> entries) voidWorkflowModuleImpl.send(IContext context, IWorkflow workflow, String formName, Collection<?> entries) -
Uses of IWorkflow in com.axemble.vdoc.sdk.interfaces
Methods in com.axemble.vdoc.sdk.interfaces that return IWorkflowModifier and TypeMethodDescriptionITask.getWorkflow()Retrieves the workflow of the task.IVersion.getWorkflow()Gets the associated workflow.IWorkflowInstance.getWorkflow()Gets the associated workflow.Methods in com.axemble.vdoc.sdk.interfaces with parameters of type IWorkflowModifier and TypeMethodDescriptionEvaluate the request on the workflow scopeintIViewController.evaluateSize(IWorkflow workflow) Evaluate the request on the workflow scope -
Uses of IWorkflow in com.axemble.vdoc.sdk.interfaces.ui.designer
Methods in com.axemble.vdoc.sdk.interfaces.ui.designer that return IWorkflow -
Uses of IWorkflow in com.axemble.vdoc.sdk.modules
Methods in com.axemble.vdoc.sdk.modules that return IWorkflowModifier and TypeMethodDescriptionIBaseWorkflowModule.createWorkflow(IContext context, IWorkflowContainer container, String name, byte[] content) Deprecated, for removal: This API element is subject to removal in a future version.Creates a workflow within a workflow container.IWorkflowModule.createWorkflow(IContext context, IWorkflowContainer container, String name, byte[] content) Creates a workflow within a workflow container.IBaseWorkflowModule.getWorkflow(IContext context, ICatalog catalog, String name) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves a workflow within aIWorkflowobject and from its system name.IBaseWorkflowModule.getWorkflow(IContext context, String name) Deprecated.: use getWorkflow( IContext context, ICatalog catalog, String name )IBaseWorkflowModule.getWorkflow(IStorageKey key) Deprecated, for removal: This API element is subject to removal in a future version.Gets a workflow object from its identifier.IBaseWorkflowModule.getWorkflow(ITask task) Deprecated, for removal: This API element is subject to removal in a future version.Gets the associated workflow of a task.IWorkflowModule.getWorkflow(IContext context, ICatalog catalog, String name) Retrieves a workflow within aIWorkflowobject and from its system name.IWorkflowModule.getWorkflow(IContext context, String name) Deprecated.: use getWorkflow( IContext context, ICatalog catalog, String name )IWorkflowModule.getWorkflow(IStorageKey key) Gets a workflow object from its identifier.IWorkflowModule.getWorkflow(ITask task) Gets the associated workflow of a task.Methods in com.axemble.vdoc.sdk.modules that return types with arguments of type IWorkflowModifier and TypeMethodDescriptionCollection<? extends IWorkflow> IBaseWorkflowModule.getWorkflows(IContext context, ICatalog catalog) Deprecated, for removal: This API element is subject to removal in a future version.Collection<? extends IWorkflow> IBaseWorkflowModule.getWorkflows(IContext context, IWorkflowContainer container) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves a collection ofIWorkflowobjects within aIWorkflowContainerobject.Collection<? extends IWorkflow> IWorkflowModule.getWorkflows(IContext context, ICatalog catalog) Collection<? extends IWorkflow> IWorkflowModule.getWorkflows(IContext context, IWorkflowContainer container) Retrieves a collection ofIWorkflowobjects within aIWorkflowContainerobject.Methods in com.axemble.vdoc.sdk.modules with parameters of type IWorkflowModifier and TypeMethodDescriptionIBaseWorkflowModule.createWorkflowInstance(IContext context, IWorkflow workflow, String reference) Deprecated, for removal: This API element is subject to removal in a future version.Creates a workflow instance object by specifying theIWorkflowobject, its reference.IBaseWorkflowModule.createWorkflowInstance(IContext context, IWorkflow workflow, String reference, String label) Deprecated, for removal: This API element is subject to removal in a future version.Creates a workflow instance object by specifying theIWorkflowobject, its reference, and its label.IWorkflowModule.createWorkflowInstance(IContext context, IWorkflow workflow, String reference) Creates a workflow instance object by specifying theIWorkflowobject, its reference.IWorkflowModule.createWorkflowInstance(IContext context, IWorkflow workflow, String reference, String label) Creates a workflow instance object by specifying theIWorkflowobject, its reference, and its label.IBaseWorkflowModule.getCatalog(IWorkflow workflow) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves the catalog of aIWorkflowobject.IWorkflowModule.getCatalog(IWorkflow workflow) Retrieves the catalog of aIWorkflowobject.IWorkflowModule.getFieldController(IWorkflow workflow) Gets the resource controller object.Deprecated, for removal: This API element is subject to removal in a future version.Gets a workflow form by its name.Gets a workflow form by its name.IBaseWorkflowModule.getMailForm(IContext context, IWorkflow workflow, String mailFormName) Deprecated, for removal: This API element is subject to removal in a future version.IWorkflowModule.getMailForm(IContext context, IWorkflow workflow, String mailFormName) Collection<? extends IMailForm> IBaseWorkflowModule.getMailForms(IContext context, IWorkflow workflow) Deprecated, for removal: This API element is subject to removal in a future version.Gets all the mail forms from a specifiedIWorkflowobject.Collection<? extends IMailForm> IBaseWorkflowModule.getMailForms(IContext context, IWorkflow workflow, String startsWith) Deprecated, for removal: This API element is subject to removal in a future version.Collection<? extends IMailForm> IWorkflowModule.getMailForms(IContext context, IWorkflow workflow) Gets all the mail forms from a specifiedIWorkflowobject.Collection<? extends IMailForm> IWorkflowModule.getMailForms(IContext context, IWorkflow workflow, String startsWith) IBaseWorkflowModule.getSubForm(IContext context, IWorkflow workflow, String formName) Deprecated, for removal: This API element is subject to removal in a future version.Gets a sub form by its name.IWorkflowModule.getSubForm(IContext context, IWorkflow workflow, String formName) Gets a sub form by its name.Deprecated, for removal: This API element is subject to removal in a future version.Retrieves a specific task of aIWorkflowobject by its name.Retrieves a specific task of aIWorkflowobject by its name.IBaseWorkflowModule.getWorkflowContainer(IWorkflow workflow) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves the workflow container of aIWorkflowobject.IWorkflowModule.getWorkflowContainer(IWorkflow workflow) Retrieves the workflow container of aIWorkflowobject.Collection<? extends IWorkflowInstance> IBaseWorkflowModule.getWorkflowInstances(IContext context, IWorkflow workflow) Deprecated, for removal: This API element is subject to removal in a future version.Gets all the workflow instances of a specifiedIWorkflowobject.Collection<? extends IWorkflowInstance> IBaseWorkflowModule.getWorkflowInstances(IContext context, IWorkflow workflow, String reference) Deprecated, for removal: This API element is subject to removal in a future version.Gets all the workflow instances with the same reference within a specifiedIWorkflowobject.Collection<? extends IWorkflowInstance> IWorkflowModule.getWorkflowInstances(IContext context, IWorkflow workflow) Gets all the workflow instances of a specifiedIWorkflowobject.Collection<? extends IWorkflowInstance> IWorkflowModule.getWorkflowInstances(IContext context, IWorkflow workflow, String reference) Gets all the workflow instances with the same reference within a specifiedIWorkflowobject.voidIBaseWorkflowModule.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 )voidIBaseWorkflowModule.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 )voidIWorkflowModule.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 )voidIWorkflowModule.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
Methods in com.axemble.vdoc.sdk.workflow.extensions that return IWorkflowMethods in com.axemble.vdoc.sdk.workflow.extensions with parameters of type IWorkflowModifier and TypeMethodDescriptionvoidBaseWorkflowExtension.init(IResourceDefinition resourceDefinition, IWorkflow workflow) -
Uses of IWorkflow in com.vdoc.sdk.commons.utils
Methods in com.vdoc.sdk.commons.utils that return IWorkflowModifier and TypeMethodDescriptionstatic IWorkflowWorkflowUtils.getChildWorkflow(IWorkflowModule workflowModule, IWorkflowContainer workflowContainer, IWorkflow parentWorkflow) Get a workflow for a parentWorkflow, depends on the lifecycle statusstatic IWorkflowWorkflowUtils.getWorkflow(IWorkflowModule workflowModule, IWorkflowContainer workflowContainer) Return the IWorkflow with lifecycle status closest to PRODUCTION (EXPIRED status is considered as low as UNKNOWN)Methods in com.vdoc.sdk.commons.utils with parameters of type IWorkflowModifier and TypeMethodDescriptionintstatic IWorkflowWorkflowUtils.getChildWorkflow(IWorkflowModule workflowModule, IWorkflowContainer workflowContainer, IWorkflow parentWorkflow) Get a workflow for a parentWorkflow, depends on the lifecycle status