Uses of Interface
com.axemble.vdoc.sdk.interfaces.IView
-
Uses of IView in com.axemble.vdoc.sdk.impl
Modifier and TypeMethodDescriptionEzsSiteModule.getView
(IContext context, IResourceDefinition resourceDefinition, String viewName) WorkflowModuleImpl.getView
(IContext context, IResourceDefinition resourceDefinition, String viewName) WorkflowModuleImpl.getView
(IContext context, IWorkflowContainer workflowContainer, String viewName) Modifier and TypeMethodDescriptionCollection
<? extends IView> Collection
<? extends IView> WorkflowModuleImpl.getViews
(IContext context, IResourceDefinition resourceDefinition) Collection
<? extends IView> WorkflowModuleImpl.getViews
(IContext context, IWorkflowContainer workflowContainer) -
Uses of IView in com.axemble.vdoc.sdk.modules
Modifier and TypeMethodDescriptionIBaseDocumentModule.getView
(IContext context, IResourceDefinition resourceDefinition, String viewName) Retrieves a view by its name.IBaseSiteModule.getView
(IContext context, IResourceDefinition resourceDefinition, String viewName) Retrieves a view by its name.IBaseWorkflowModule.getView
(IContext context, IResourceDefinition resourceDefinition, String viewName) Retrieves a view by its name.IBaseWorkflowModule.getView
(IContext context, IWorkflowContainer workflowContainer, String viewName) Retrieves a view by its name.Modifier and TypeMethodDescriptionCollection
<? extends IView> 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.