Uses of Interface
com.axemble.vdoc.sdk.interfaces.IWorkflowContainer
Packages that use IWorkflowContainer
Package
Description
- 
Uses of IWorkflowContainer in com.axemble.vdoc.sdk.implMethods 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) PortalLibraryViewController.evaluate(IWorkflowContainer workflowContainer) ProcessViewController.evaluate(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.interfacesMethods 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.modulesMethods in com.axemble.vdoc.sdk.modules that return IWorkflowContainerModifier and TypeMethodDescriptionIBaseDocumentModule.createWorkflowContainer(IContext context, ICatalog catalog, String name) Creates a workflow container within aICatalogobject.IBaseWorkflowModule.createWorkflowContainer(IContext context, ICatalog catalog, String name) Creates a workflow container within aICatalogobject.IBaseDocumentModule.getWorkflowContainer(IContext context, ICatalog catalog, String name) Retrieves aIWorkflowContainerwithin aICatalogby its system nameIBaseDocumentModule.getWorkflowContainer(IWorkflow workflow) Retrieves the workflow container of aIWorkflowobject.IBaseWorkflowModule.getWorkflowContainer(IContext context, ICatalog catalog, String name) Retrieves aIWorkflowContainerwithin aICatalogby its system nameIBaseWorkflowModule.getWorkflowContainer(IStorageKey key) Gets a workflow container object from its identifier.IBaseWorkflowModule.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> IBaseDocumentModule.getWorkflowContainers(IContext context, ICatalog catalog) Retrieves a collection ofIWorkflowContainerobjects within aICatalogobject.Collection<? extends IWorkflowContainer> IBaseWorkflowModule.getWorkflowContainers(IContext context, ICatalog catalog) Retrieves a collection ofIWorkflowContainerobjects within aICatalogobject.Methods in com.axemble.vdoc.sdk.modules with parameters of type IWorkflowContainerModifier 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 ofIWorkflowobjects within aIWorkflowContainerobject.Collection<? extends IWorkflow> IBaseWorkflowModule.getWorkflows(IContext context, IWorkflowContainer container) Retrieves a collection ofIWorkflowobjects within aIWorkflowContainerobject.