Uses of Interface
com.axemble.vdoc.sdk.interfaces.IWorkflowContainer
Package
Description
-
Uses of IWorkflowContainer in com.axemble.vdoc.sdk.impl
Modifier 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 idModifier and TypeMethodDescriptionCollection
<? extends IWorkflowContainer> WorkflowModuleImpl.getWorkflowContainers
(IContext context, ICatalog catalog) Modifier and TypeMethodDescriptionprotected void
ProcessWorkflowContainerViewTransformer.buildWorkflowContainerXMLBody
(Element xmlBody, IWorkflowContainer workflowContainer) protected void
ProcessWorkflowContainerViewTransformer.buildWorkflowContainerXMLHeader
(Element parent, IWorkflowContainer workflowContainer) WorkflowModuleImpl.createWorkflow
(IContext context, IWorkflowContainer container, String name, byte[] content) PortalLibraryViewController.evaluate
(IWorkflowContainer workflowContainer) ProcessViewController.evaluate
(IWorkflowContainer workflowContainer) int
PortalLibraryViewController.evaluateSize
(IWorkflowContainer workflowContainer) int
ProcessViewController.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
Modifier and TypeMethodDescriptionIWorkflow.getWorflowContainer()
Deprecated.IWorkflow.getWorkflowContainer()
Gets the workflow container object.Modifier and TypeMethodDescriptionIViewController.evaluate
(IWorkflowContainer workflowContainer) Evaluate the request on the workflow container scopeint
IViewController.evaluateSize
(IWorkflowContainer workflowContainer) Evaluate the request on the workflow container scopevoid
IWorkflow.setWorkflowContainer
(IWorkflowContainer workflowContainer) Sets the workflow container object. -
Uses of IWorkflowContainer in com.axemble.vdoc.sdk.modules
Modifier and TypeMethodDescriptionIBaseDocumentModule.createWorkflowContainer
(IContext context, ICatalog catalog, String name) Creates a workflow container within aICatalog
object.IBaseWorkflowModule.createWorkflowContainer
(IContext context, ICatalog catalog, String name) Creates a workflow container within aICatalog
object.IBaseDocumentModule.getWorkflowContainer
(IContext context, ICatalog catalog, String name) Retrieves aIWorkflowContainer
within aICatalog
by its system nameIBaseDocumentModule.getWorkflowContainer
(IWorkflow workflow) Retrieves the workflow container of aIWorkflow
object.IBaseWorkflowModule.getWorkflowContainer
(IContext context, ICatalog catalog, String name) Retrieves aIWorkflowContainer
within aICatalog
by its system nameIBaseWorkflowModule.getWorkflowContainer
(IStorageKey key) Gets a workflow container object from its identifier.IBaseWorkflowModule.getWorkflowContainer
(IWorkflow workflow) Retrieves the workflow container of aIWorkflow
object.Modifier and TypeMethodDescriptionCollection
<? extends IWorkflowContainer> IBaseDocumentModule.getWorkflowContainers
(IContext context, ICatalog catalog) Retrieves a collection ofIWorkflowContainer
objects within aICatalog
object.Collection
<? extends IWorkflowContainer> IBaseWorkflowModule.getWorkflowContainers
(IContext context, ICatalog catalog) Retrieves a collection ofIWorkflowContainer
objects within aICatalog
object.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.IBaseWorkflowModule.getView
(IContext context, IWorkflowContainer workflowContainer, String viewName) Retrieves a view by its name.Collection
<? extends IView> IBaseWorkflowModule.getViews
(IContext context, IWorkflowContainer workflowContainer) Retrieves all the views associated with the workflow container.Collection
<? extends IWorkflow> IBaseDocumentModule.getWorkflows
(IContext context, IWorkflowContainer container) Retrieves a collection ofIWorkflow
objects within aIWorkflowContainer
object.Collection
<? extends IWorkflow> IBaseWorkflowModule.getWorkflows
(IContext context, IWorkflowContainer container) Retrieves a collection ofIWorkflow
objects within aIWorkflowContainer
object.