Uses of Interface
com.axemble.vdoc.sdk.interfaces.ICatalog
Packages that use ICatalog
Package
Description
- 
Uses of ICatalog in com.axemble.vdoc.sdk.implMethods in com.axemble.vdoc.sdk.impl that return ICatalogModifier and TypeMethodDescriptionWorkflowModuleImpl.createCatalog(IContext context, String name, String label) WorkflowModuleImpl.createCatalog(IContext context, String name, String label, IProject project) DirectoryModuleImpl.getCatalog()EzsSiteModule.getCatalog(IContext context, ISite site) GenericResource.getCatalog()ProcessResource.getCatalog()WorkflowModuleImpl.getCatalog(IContext context, String name) WorkflowModuleImpl.getCatalog(IContext context, String name, int catalogType) WorkflowModuleImpl.getCatalog(IContext context, String name, int catalogType, IProject project) WorkflowModuleImpl.getCatalog(IContext context, String name, IProject project) WorkflowModuleImpl.getCatalog(IResourceDefinition resourceDefinition) WorkflowModuleImpl.getCatalog(IStorageKey key) WorkflowModuleImpl.getCatalog(IWorkflow workflow) Methods in com.axemble.vdoc.sdk.impl that return types with arguments of type ICatalogModifier and TypeMethodDescriptionCollection<? extends ICatalog> WorkflowModuleImpl.getAllCatalogs(IContext context) Collection<? extends ICatalog> WorkflowModuleImpl.getCatalogs(IContext context) Collection<? extends ICatalog> WorkflowModuleImpl.getCatalogs(IContext context, int catalogType) Collection<? extends ICatalog> WorkflowModuleImpl.getCatalogs(IContext context, int catalogType, IProject project) Collection<? extends ICatalog> WorkflowModuleImpl.getCatalogs(IContext context, IProject project) Methods in com.axemble.vdoc.sdk.impl with parameters of type ICatalogModifier and TypeMethodDescriptionWorkflowModuleImpl.createDynamicLocalizationsWrapper(IContext context, ICatalog catalog) WorkflowModuleImpl.createOperatorRole(IContext context, ICatalog catalog, String name) WorkflowModuleImpl.createRole(IContext context, ICatalog catalog, String name) Deprecated.WorkflowModuleImpl.createWorkflowContainer(IContext context, ICatalog catalog, String name) ProcessDelegationController.delegateOperatorRoles(ICatalog catalog, Collection<? extends IOperatorRole> roles, IUser user, IUser substituteUser) ProcessDelegationController.delegateProfiles(ICatalog catalog, Collection<? extends IProfile> profiles, IUser user, IUser substituteUser) ProcessDelegationController.delegateResources(ICatalog catalog, Collection<? extends IOperatorRole> roles, Collection<? extends IWorkflowInstance> resources, IUser user, IUser substituteUser) ProcessDelegationController.delegateRoles(ICatalog catalog, Collection<? extends IRole> roles, Collection<? extends IWorkflowInstance> resources, IUser user, IUser substituteUser) intPortalLibraryViewController.evaluateSize(ICatalog catalog) intProcessViewController.evaluateSize(ICatalog catalog) WorkflowModuleImpl.getListLabel(ICatalog catalog, String listName, String key, String language) Collection<? extends IList> WorkflowModuleImpl.getOperatorRole(IContext context, ICatalog catalog, String name) Collection<? extends IOperatorRole> WorkflowModuleImpl.getOperatorRoles(IContext context, ICatalog catalog) WorkflowModuleImpl.getResourceDefinition(IContext context, ICatalog catalog, String name) Collection<? extends IResourceDefinition> WorkflowModuleImpl.getResourceDefinitions(IContext context, ICatalog catalog) Collection<? extends IResource> WorkflowModuleImpl.getResources(IContext context, ICatalog catalog) Deprecated.Collection<? extends IRole> Deprecated.Collection<? extends IView> WorkflowModuleImpl.getWorkflow(IContext context, ICatalog catalog, String name) WorkflowModuleImpl.getWorkflowContainer(IContext context, ICatalog catalog, String name) Collection<? extends IWorkflowContainer> WorkflowModuleImpl.getWorkflowContainers(IContext context, ICatalog catalog) Collection<? extends IWorkflowInstance> WorkflowModuleImpl.getWorkflowInstances(IContext context, ICatalog catalog) Collection<? extends IWorkflowInstance> WorkflowModuleImpl.getWorkflowInstances(IContext context, ICatalog catalog, String reference) Collection<? extends IWorkflow> WorkflowModuleImpl.getWorkflows(IContext context, ICatalog catalog) WorkflowModuleImpl.setDynamicLocalizationsWrapperMessageForLanguage(IContext context, IDynamicLocalizationsWrapper dynamicLocalizationsWrapper, ICatalog catalog, String language, String message) voidReportProcessWorkflowModule.setLanguage(ICatalog catalog) 
- 
Uses of ICatalog in com.axemble.vdoc.sdk.interfacesMethods in com.axemble.vdoc.sdk.interfaces that return ICatalogModifier and TypeMethodDescriptionILinkedResource.getCatalog()Gets the catalog of the linked resourceIOperatorRole.getCatalog()The catalog of the role.IProfile.getCatalog()IRole.getCatalog()Deprecated.The catalog of the role.IStorageResource.getCatalog()Gets the catalog of the resourceIWorkflow.getCatalog()IWorkflowContainer.getCatalog()Retrieve the parent catalog.IWorkflowInstance.getCatalog()Gets the catalog.Methods in com.axemble.vdoc.sdk.interfaces with parameters of type ICatalogModifier and TypeMethodDescriptionIDelegationController.delegateOperatorRoles(ICatalog catalog, Collection<? extends IOperatorRole> roles, IUser user, IUser substituteUser) Allow to replace a user for the operator rolesIDelegationController.delegateProfiles(ICatalog catalog, Collection<? extends IProfile> profiles, IUser user, IUser substituteUser) Allow to replace a user for the profilesIDelegationController.delegateResources(ICatalog catalog, Collection<? extends IOperatorRole> roles, Collection<? extends IWorkflowInstance> resources, IUser user, IUser substituteUser) Allow to replace a user for a specified set of workflow instancesIDelegationController.delegateRoles(ICatalog catalog, Collection<? extends IRole> roles, Collection<? extends IWorkflowInstance> resources, IUser user, IUser substituteUser) Deprecated.: use delegateOperatorRoles or delegateProfilesEvaluate the request on the catalog scopeintIViewController.evaluateSize(ICatalog catalog) Evaluate the request on the catalog scope
- 
Uses of ICatalog in com.axemble.vdoc.sdk.modulesMethods in com.axemble.vdoc.sdk.modules that return ICatalogModifier and TypeMethodDescriptionIBaseDocumentModule.createCatalog(IContext context, String name, String label, IProject project) Allows to create a new catalog.IBaseWorkflowModule.createCatalog(IContext context, String name, String label) Deprecated.: use createCatalog( IContext context, String name, String label, IProject project )IBaseWorkflowModule.createCatalog(IContext context, String name, String label, IProject project) Allows to create a new catalog.IBaseDirectoryModule.getCatalog()Gets the extended attributes catalogIBaseDocumentModule.getCatalog(IContext context, String name, int catalogType, IProject project) Retrieves a catalog form its name.IBaseDocumentModule.getCatalog(IResourceDefinition resourceDefinition) Gets aICatalogobject from a resource definitino.IBaseDocumentModule.getCatalog(IStorageKey key) Gets a catalog object from its identifier.IBaseDocumentModule.getCatalog(IWorkflow workflow) Retrieves the catalog of aIWorkflowobject.IBaseSiteModule.getCatalog(IContext context, ISite site) Retrieves the catalog of the site.IBaseWorkflowModule.getCatalog(IContext context, String name) Deprecated.: use getCatalog( IContext context, String name, IProject project )IBaseWorkflowModule.getCatalog(IContext context, String name, int catalogType) Deprecated.: use getCatalog( IContext context, String name, int catalogType, IProject project )IBaseWorkflowModule.getCatalog(IContext context, String name, int catalogType, IProject project) Retrieves a catalog form its name.IBaseWorkflowModule.getCatalog(IContext context, String name, IProject project) Retrieves a catalog form its name.IBaseWorkflowModule.getCatalog(IResourceDefinition resourceDefinition) Gets aICatalogobject from a resource definitino.IBaseWorkflowModule.getCatalog(IStorageKey key) Gets a catalog object from its identifier.IBaseWorkflowModule.getCatalog(IWorkflow workflow) Retrieves the catalog of aIWorkflowobject.Methods in com.axemble.vdoc.sdk.modules that return types with arguments of type ICatalogModifier and TypeMethodDescriptionCollection<? extends ICatalog> IBaseWorkflowModule.getAllCatalogs(IContext context) Retrieves a collection ofICatalogobject.Collection<? extends ICatalog> IBaseDocumentModule.getCatalogs(IContext context) Retrieves a collection ofICatalogobject.Collection<? extends ICatalog> IBaseDocumentModule.getCatalogs(IContext context, int catalogType) Retrieves a collection ofICatalogobject.Collection<? extends ICatalog> IBaseDocumentModule.getCatalogs(IContext context, IProject project) Retrieves a collection ofICatalogobject.Collection<? extends ICatalog> IBaseWorkflowModule.getCatalogs(IContext context) Deprecated.: use getCatalogs( IContext context, IProject project )Collection<? extends ICatalog> IBaseWorkflowModule.getCatalogs(IContext context, int catalogType) Deprecated.: use getCatalogs( IContext context, int catalogType, IProject project )Collection<? extends ICatalog> IBaseWorkflowModule.getCatalogs(IContext context, int catalogType, IProject project) Retrieves a collection ofICatalogobject.Collection<? extends ICatalog> IBaseWorkflowModule.getCatalogs(IContext context, IProject project) Retrieves a collection ofICatalogobject.Methods in com.axemble.vdoc.sdk.modules with parameters of type ICatalogModifier and TypeMethodDescriptionIBaseWorkflowModule.createDynamicLocalizationsWrapper(IContext context, ICatalog catalog) Creates a dynamicLocalizationsWrapper object by specifying the parentICatalogobject.IBaseWorkflowModule.createOperatorRole(IContext context, ICatalog catalog, String name) Creates aIOperatorRoleinto the catalog object.IBaseDocumentModule.createRole(IContext context, ICatalog catalog, String name) Creates aIRoleinto the catalog object.IBaseWorkflowModule.createRole(IContext context, ICatalog catalog, String name) Deprecated.: use createOperatorRole or createProfileIBaseDocumentModule.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.Gets a list object from a catalog by its name.Gets a list object from a catalog by its name.IWorkflowModule.getListLabel(ICatalog catalog, String listName, String key, String language) get translated value of a listCollection<? extends IList> Gets a collection of a the lists available on a specifiedICatalogobject.Collection<? extends IList> Gets a collection of a the lists available on a specifiedICatalogobject.IBaseWorkflowModule.getOperatorRole(IContext context, ICatalog catalog, String name) Retrieves aIOperatorRoleobject by its system name.Collection<? extends IOperatorRole> IBaseWorkflowModule.getOperatorRoles(IContext context, ICatalog catalog) Retrieves a collection ofIOperatorRoleobjects within a specified catalog.IBaseDocumentModule.getResourceDefinition(IContext context, ICatalog catalog, String name) Retrieves a resource definition by specifying theICatalogand its system name.IBaseWorkflowModule.getResourceDefinition(IContext context, ICatalog catalog, String name) Retrieves a resource definition by specifying theICatalogand its system name.Collection<? extends IResourceDefinition> IBaseDocumentModule.getResourceDefinitions(IContext context, ICatalog catalog) Retrieves all resource definitions by specifying theICatalogCollection<? extends IResourceDefinition> IBaseWorkflowModule.getResourceDefinitions(IContext context, ICatalog catalog) Retrieves all resource definitions by specifying theICatalogCollection<? extends IResource> IBaseDocumentModule.getResources(IContext context, ICatalog catalog) Gets a collection ofIResourceobjects from a catalogCollection<? extends IResource> IBaseWorkflowModule.getResources(IContext context, ICatalog catalog) Gets a collection ofIResourceobjects from a catalogRetrieves aIRoleobject by its system name.Deprecated.: use getRole or getProfileCollection<? extends IRole> Retrieves a collection ofIRoleobjects within a specified catalog.Collection<? extends IRole> Deprecated.: use getRoles or getProfilesCollection<? extends IVersion> IBaseDocumentModule.getVersions(IContext context, ICatalog catalog) Gets all the versions of a specifiedICatalogobject.Collection<? extends IVersion> IBaseDocumentModule.getVersions(IContext context, ICatalog catalog, String reference) Gets all the versions with the same reference within a specifiedICatalogobject.Retrieves a view by its name.Collection<? extends IView> Retrieves all the views associated with the catalog.IBaseDocumentModule.getWorkflow(IContext context, ICatalog catalog, String name) Retrieves a workflow within aIWorkflowobject and from its system name.IBaseWorkflowModule.getWorkflow(IContext context, ICatalog catalog, String name) Retrieves a workflow within aIWorkflowobject and from its system name.IBaseDocumentModule.getWorkflowContainer(IContext context, ICatalog catalog, String name) Retrieves aIWorkflowContainerwithin aICatalogby its system nameIBaseWorkflowModule.getWorkflowContainer(IContext context, ICatalog catalog, String name) Retrieves aIWorkflowContainerwithin aICatalogby its system nameCollection<? 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.Collection<? extends IWorkflowInstance> IBaseWorkflowModule.getWorkflowInstances(IContext context, ICatalog catalog) Gets all the workflow instances of a specifiedICatalogobject.Collection<? extends IWorkflowInstance> IBaseWorkflowModule.getWorkflowInstances(IContext context, ICatalog catalog, String reference) Gets all the workflow instances with the same reference within a specifiedICatalogobject.Collection<? extends IWorkflow> IBaseDocumentModule.getWorkflows(IContext context, ICatalog catalog) Collection<? extends IWorkflow> IBaseWorkflowModule.getWorkflows(IContext context, ICatalog catalog) IBaseWorkflowModule.setDynamicLocalizationsWrapperMessageForLanguage(IContext context, IDynamicLocalizationsWrapper dynamicLocalizationsWrapper, ICatalog catalog, String language, String message) Creates a dynamicLocalizationsWrapper object by specifying the parentICatalogobject.