Uses of Interface
com.axemble.vdoc.sdk.interfaces.IView
Packages that use IView
-
Uses of IView in com.axemble.vdoc.sdk.impl
Methods in com.axemble.vdoc.sdk.impl that return IViewModifier 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) Methods in com.axemble.vdoc.sdk.impl that return types with arguments of type IViewModifier 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
Methods in com.axemble.vdoc.sdk.modules that return IViewModifier 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.Methods in com.axemble.vdoc.sdk.modules that return types with arguments of type IViewModifier 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.