Uses of Interface
com.axemble.vdoc.sdk.interfaces.IWorkflow
Packages that use IWorkflow
Package
Description
- 
Uses of IWorkflow in com.axemble.vdoc.sdk.connectorsMethods 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.implMethods 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) intPortalLibraryViewController.evaluateSize(IWorkflow workflow) intProcessViewController.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 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.interfacesMethods 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.designerMethods in com.axemble.vdoc.sdk.interfaces.ui.designer that return IWorkflow
- 
Uses of IWorkflow in com.axemble.vdoc.sdk.modulesMethods in com.axemble.vdoc.sdk.modules that return IWorkflowModifier 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 aIWorkflowobject 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 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) Gets a workflow object from its identifier.IBaseWorkflowModule.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> IBaseDocumentModule.getWorkflows(IContext context, ICatalog catalog) Collection<? extends IWorkflow> IBaseDocumentModule.getWorkflows(IContext context, IWorkflowContainer container) Retrieves a collection ofIWorkflowobjects within aIWorkflowContainerobject.Collection<? extends IWorkflow> IBaseWorkflowModule.getWorkflows(IContext context, ICatalog catalog) Collection<? extends IWorkflow> IBaseWorkflowModule.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) Creates a workflow instance object by specifying theIWorkflowobject, its reference.IBaseWorkflowModule.createWorkflowInstance(IContext context, IWorkflow workflow, String reference, String label) Creates a workflow instance object by specifying theIWorkflowobject, its reference, and its label.IBaseDocumentModule.getCatalog(IWorkflow workflow) Retrieves the catalog of aIWorkflowobject.IBaseWorkflowModule.getCatalog(IWorkflow workflow) Retrieves the catalog of aIWorkflowobject.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 specifiedIWorkflowobject.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 specifiedIWorkflowobject.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 aIWorkflowobject by its name.Retrieves a specific task of aIWorkflowobject by its name.Collection<? extends IVersion> IBaseDocumentModule.getVersions(IContext context, IWorkflow workflow) Gets all the versions of a specifiedIWorkflowobject.IBaseDocumentModule.getWorkflowContainer(IWorkflow workflow) Retrieves the workflow container of aIWorkflowobject.IBaseWorkflowModule.getWorkflowContainer(IWorkflow workflow) Retrieves the workflow container of aIWorkflowobject.Collection<? extends IWorkflowInstance> IBaseWorkflowModule.getWorkflowInstances(IContext context, IWorkflow workflow) Gets all the workflow instances of a specifiedIWorkflowobject.Collection<? extends IWorkflowInstance> IBaseWorkflowModule.getWorkflowInstances(IContext context, IWorkflow workflow, String reference) Gets all the workflow instances with the same reference within a specifiedIWorkflowobject.voidIBaseDocumentModule.send(IContext context, IWorkflow workflow, IResource resource, String formName, Collection entries) Allows to send a mail.voidIBaseDocumentModule.send(IContext context, IWorkflow workflow, String formName, Collection entries) Allows to send a mail.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 )
- 
Uses of IWorkflow in com.axemble.vdoc.sdk.workflow.extensionsMethods 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)