| Package | Description | 
|---|---|
| com.axemble.vdoc.sdk.interfaces | |
| com.axemble.vdoc.sdk.modules | 
| Modifier and Type | Method and Description | 
|---|---|
IWorkflowContainer | 
IWorkflow.getWorflowContainer()
Deprecated.  
 | 
IWorkflowContainer | 
IWorkflow.getWorkflowContainer()
Gets the workflow container object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Collection | 
IViewController.evaluate(IWorkflowContainer workflowContainer)
Evaluate the request on the workflow container scope 
 | 
int | 
IViewController.evaluateSize(IWorkflowContainer workflowContainer)
Evaluate the request on the workflow container scope 
 | 
void | 
IWorkflow.setWorkflowContainer(IWorkflowContainer workflowContainer)
Sets the workflow container object. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IWorkflowContainer | 
IBaseDocumentModule.createWorkflowContainer(IContext context,
                       ICatalog catalog,
                       String name)
Creates a workflow container within a  
ICatalog object. | 
IWorkflowContainer | 
IBaseWorkflowModule.createWorkflowContainer(IContext context,
                       ICatalog catalog,
                       String name)
Creates a workflow container within a  
ICatalog object. | 
IWorkflowContainer | 
IBaseDocumentModule.getWorkflowContainer(IContext context,
                    ICatalog catalog,
                    String name)
Retrieves a  
IWorkflowContainer within a ICatalog by its system name | 
IWorkflowContainer | 
IBaseWorkflowModule.getWorkflowContainer(IContext context,
                    ICatalog catalog,
                    String name)
Retrieves a  
IWorkflowContainer within a ICatalog by its system name | 
IWorkflowContainer | 
IBaseWorkflowModule.getWorkflowContainer(IStorageKey key)
Gets a workflow container object from its identifier. 
 | 
IWorkflowContainer | 
IBaseDocumentModule.getWorkflowContainer(IWorkflow workflow)
Retrieves the workflow container of a  
IWorkflow object. | 
IWorkflowContainer | 
IBaseWorkflowModule.getWorkflowContainer(IWorkflow workflow)
Retrieves the workflow container of a  
IWorkflow object. | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<? extends IWorkflowContainer> | 
IBaseDocumentModule.getWorkflowContainers(IContext context,
                     ICatalog catalog)
Retrieves a collection of  
IWorkflowContainer objects within a ICatalog object. | 
Collection<? extends IWorkflowContainer> | 
IBaseWorkflowModule.getWorkflowContainers(IContext context,
                     ICatalog catalog)
Retrieves a collection of  
IWorkflowContainer objects within a ICatalog object. | 
| Modifier and Type | Method and Description | 
|---|---|
IWorkflow | 
IBaseDocumentModule.createWorkflow(IContext context,
              IWorkflowContainer container,
              String name,
              byte[] content)
Creates a workflow within a workflow container. 
 | 
IWorkflow | 
IBaseWorkflowModule.createWorkflow(IContext context,
              IWorkflowContainer container,
              String name,
              byte[] content)
Creates a workflow within a workflow container. 
 | 
IView | 
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 of  
IWorkflow objects within a IWorkflowContainer object. | 
Collection<? extends IWorkflow> | 
IBaseWorkflowModule.getWorkflows(IContext context,
            IWorkflowContainer container)
Retrieves a collection of  
IWorkflow objects within a IWorkflowContainer object. | 
Copyright © 2019 Visiativ Software. All rights reserved.