Package | Description |
---|---|
com.axemble.vdoc.sdk.modules |
Modifier and Type | Method and Description |
---|---|
IView |
IBaseWorkflowModule.getView(IContext context,
ICatalog catalog,
String viewName)
Retrieves a view by its name.
|
IView |
IBaseWorkflowModule.getView(IContext context,
IResourceDefinition resourceDefinition,
String viewName)
Retrieves a view by its name.
|
IView |
IBaseDocumentModule.getView(IContext context,
IResourceDefinition resourceDefinition,
String viewName)
Retrieves a view by its name.
|
IView |
IBaseSiteModule.getView(IContext context,
IResourceDefinition resourceDefinition,
String viewName) |
IView |
IBaseWorkflowModule.getView(IContext context,
IWorkflowContainer workflowContainer,
String viewName)
Retrieves a view by its name.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends IView> |
IBaseWorkflowModule.getViews(IContext context,
ICatalog catalog)
Retrieves all the views associated with the catalog.
|
Collection<? extends IView> |
IBaseWorkflowModule.getViews(IContext context,
IResourceDefinition resourceDefinition)
Retrieves all the views associated with the resource definition.
|
Collection<? extends IView> |
IBaseWorkflowModule.getViews(IContext context,
IWorkflowContainer workflowContainer)
Retrieves all the views associated with the workflow container.
|
Copyright © 2022 Visiativ. All rights reserved.