Uses of Interface
com.axemble.vdoc.sdk.interfaces.IWorkflowContainer
Packages that use IWorkflowContainer
Package
Description
-
Uses of IWorkflowContainer in com.axemble.vdoc.sdk.impl
Methods in com.axemble.vdoc.sdk.impl that return IWorkflowContainerModifier and TypeMethodDescriptionWorkflowModuleImpl.createWorkflowContainer(IContext context, ICatalog catalog, String name) WorkflowModuleImpl.getWorkflowContainer(IContext context, ICatalog catalog, String name) WorkflowModuleImpl.getWorkflowContainer(IStorageKey key) WorkflowModuleImpl.getWorkflowContainer(IWorkflow workflow) WorkflowModuleImpl.getWorkflowContainer(String id) Get workflow container from its idMethods in com.axemble.vdoc.sdk.impl that return types with arguments of type IWorkflowContainerModifier and TypeMethodDescriptionCollection<? extends IWorkflowContainer> WorkflowModuleImpl.getWorkflowContainers(IContext context, ICatalog catalog) Methods in com.axemble.vdoc.sdk.impl with parameters of type IWorkflowContainerModifier and TypeMethodDescriptionprotected voidProcessWorkflowContainerViewTransformer.buildWorkflowContainerXMLBody(Element xmlBody, IWorkflowContainer workflowContainer) protected voidProcessWorkflowContainerViewTransformer.buildWorkflowContainerXMLHeader(Element parent, IWorkflowContainer workflowContainer) WorkflowModuleImpl.createWorkflow(IContext context, IWorkflowContainer container, String name, byte[] content) BaseDirectoryViewController.evaluate(IWorkflowContainer workflowContainer) PortalLibraryViewController.evaluate(IWorkflowContainer workflowContainer) ProcessViewController.evaluate(IWorkflowContainer workflowContainer) intBaseDirectoryViewController.evaluateSize(IWorkflowContainer workflowContainer) intPortalLibraryViewController.evaluateSize(IWorkflowContainer workflowContainer) intProcessViewController.evaluateSize(IWorkflowContainer workflowContainer) WorkflowModuleImpl.getView(IContext context, IWorkflowContainer workflowContainer, String viewName) Collection<? extends IView> WorkflowModuleImpl.getViews(IContext context, IWorkflowContainer workflowContainer) Collection<? extends IWorkflow> WorkflowModuleImpl.getWorkflows(IContext context, IWorkflowContainer container) -
Uses of IWorkflowContainer in com.axemble.vdoc.sdk.interfaces
Methods in com.axemble.vdoc.sdk.interfaces that return IWorkflowContainerModifier and TypeMethodDescriptionIWorkflow.getWorflowContainer()Deprecated.IWorkflow.getWorkflowContainer()Gets the workflow container object.Methods in com.axemble.vdoc.sdk.interfaces with parameters of type IWorkflowContainerModifier and TypeMethodDescriptionIViewController.evaluate(IWorkflowContainer workflowContainer) Evaluate the request on the workflow container scopeintIViewController.evaluateSize(IWorkflowContainer workflowContainer) Evaluate the request on the workflow container scopevoidIWorkflow.setWorkflowContainer(IWorkflowContainer workflowContainer) Sets the workflow container object. -
Uses of IWorkflowContainer in com.axemble.vdoc.sdk.modules
Methods in com.axemble.vdoc.sdk.modules that return IWorkflowContainerModifier and TypeMethodDescriptionIBaseWorkflowModule.createWorkflowContainer(IContext context, ICatalog catalog, String name) Deprecated, for removal: This API element is subject to removal in a future version.Creates a workflow container within aICatalogobject.IWorkflowModule.createWorkflowContainer(IContext context, ICatalog catalog, String name) Creates a workflow container within aICatalogobject.IBaseWorkflowModule.getWorkflowContainer(IContext context, ICatalog catalog, String name) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves aIWorkflowContainerwithin aICatalogby its system nameIBaseWorkflowModule.getWorkflowContainer(IStorageKey key) Deprecated, for removal: This API element is subject to removal in a future version.Gets a workflow container object from its identifier.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(IContext context, ICatalog catalog, String name) Retrieves aIWorkflowContainerwithin aICatalogby its system nameIWorkflowModule.getWorkflowContainer(IStorageKey key) Gets a workflow container object from its identifier.IWorkflowModule.getWorkflowContainer(IWorkflow workflow) Retrieves the workflow container of aIWorkflowobject.Methods in com.axemble.vdoc.sdk.modules that return types with arguments of type IWorkflowContainerModifier and TypeMethodDescriptionCollection<? extends IWorkflowContainer> IBaseWorkflowModule.getWorkflowContainers(IContext context, ICatalog catalog) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves a collection ofIWorkflowContainerobjects within aICatalogobject.Collection<? extends IWorkflowContainer> IWorkflowModule.getWorkflowContainers(IContext context, ICatalog catalog) Retrieves a collection ofIWorkflowContainerobjects within aICatalogobject.Methods in com.axemble.vdoc.sdk.modules with parameters of type IWorkflowContainerModifier 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.getView(IContext context, IWorkflowContainer workflowContainer, String viewName) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves a view by its name.IWorkflowModule.getView(IContext context, IWorkflowContainer workflowContainer, String viewName) Retrieves a view by its name.Collection<? extends IView> IBaseWorkflowModule.getViews(IContext context, IWorkflowContainer workflowContainer) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves all the views associated with the workflow container.Collection<? extends IView> IWorkflowModule.getViews(IContext context, IWorkflowContainer workflowContainer) Retrieves all the views associated with the workflow container.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, IWorkflowContainer container) Retrieves a collection ofIWorkflowobjects within aIWorkflowContainerobject. -
Uses of IWorkflowContainer in com.vdoc.sdk.commons.utils
Methods in com.vdoc.sdk.commons.utils with parameters of type IWorkflowContainerModifier and TypeMethodDescriptionstatic IWorkflowInstanceWorkflowInstanceUtils.createLinkedWorkflowInstance(IContext context, IWorkflowInstance parentWorkflowInstance, IWorkflowContainer workflowContainer, String fieldName) Create a linked workflowinstance for a workflowinstance and save it in a fieldstatic 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)