Uses of Interface
com.axemble.vdoc.sdk.interfaces.ICatalog
Packages that use ICatalog
Package
Description
-
Uses of ICatalog in com.axemble.vdoc.sdk.impl
Methods 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) intBaseDirectoryViewController.evaluateSize(ICatalog catalog) intPortalLibraryViewController.evaluateSize(ICatalog catalog) intProcessViewController.evaluateSize(ICatalog catalog) WorkflowModuleImpl.getFieldController(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.interfaces
Methods 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.modules
Methods in com.axemble.vdoc.sdk.modules that return ICatalogModifier and TypeMethodDescriptionIBaseWorkflowModule.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) Deprecated, for removal: This API element is subject to removal in a future version.Allows to create a new catalog.IWorkflowModule.createCatalog(IContext context, String name, String label) Deprecated.: use createCatalog( IContext context, String name, String label, IProject project )IWorkflowModule.createCatalog(IContext context, String name, String label, IProject project) Allows to create a new catalog.IBaseDirectoryModule.getCatalog()Deprecated, for removal: This API element is subject to removal in a future version.Gets the extended attributes catalogIBaseSiteModule.getCatalog(IContext context, ISite site) Deprecated, for removal: This API element is subject to removal in a future version.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) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves a catalog form its name.IBaseWorkflowModule.getCatalog(IContext context, String name, IProject project) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves a catalog form its name.IBaseWorkflowModule.getCatalog(IResourceDefinition resourceDefinition) Deprecated, for removal: This API element is subject to removal in a future version.Gets aICatalogobject from a resource definitino.IBaseWorkflowModule.getCatalog(IStorageKey key) Deprecated, for removal: This API element is subject to removal in a future version.Gets a catalog object from its identifier.IBaseWorkflowModule.getCatalog(IWorkflow workflow) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves the catalog of aIWorkflowobject.IDirectoryModule.getCatalog()Gets the extended attributes catalogISiteModule.getCatalog(IContext context, ISite site) Retrieves the catalog of the site.IWorkflowModule.getCatalog(IContext context, String name) Deprecated.: use getCatalog( IContext context, String name, IProject project )IWorkflowModule.getCatalog(IContext context, String name, int catalogType) Deprecated.: use getCatalog( IContext context, String name, int catalogType, IProject project )IWorkflowModule.getCatalog(IContext context, String name, int catalogType, IProject project) Retrieves a catalog form its name.IWorkflowModule.getCatalog(IContext context, String name, IProject project) Retrieves a catalog form its name.IWorkflowModule.getCatalog(IResourceDefinition resourceDefinition) Gets aICatalogobject from a resource definitino.IWorkflowModule.getCatalog(IStorageKey key) Gets a catalog object from its identifier.IWorkflowModule.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) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves a collection ofICatalogobject.Collection<? extends ICatalog> IWorkflowModule.getAllCatalogs(IContext context) 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) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves a collection ofICatalogobject.Collection<? extends ICatalog> IBaseWorkflowModule.getCatalogs(IContext context, IProject project) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves a collection ofICatalogobject.Collection<? extends ICatalog> IWorkflowModule.getCatalogs(IContext context) Deprecated.: use getCatalogs( IContext context, IProject project )Collection<? extends ICatalog> IWorkflowModule.getCatalogs(IContext context, int catalogType) Deprecated.: use getCatalogs( IContext context, int catalogType, IProject project )Collection<? extends ICatalog> IWorkflowModule.getCatalogs(IContext context, int catalogType, IProject project) Retrieves a collection ofICatalogobject.Collection<? extends ICatalog> IWorkflowModule.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) Deprecated, for removal: This API element is subject to removal in a future version.Creates a dynamicLocalizationsWrapper object by specifying the parentICatalogobject.IWorkflowModule.createDynamicLocalizationsWrapper(IContext context, ICatalog catalog) Creates a dynamicLocalizationsWrapper object by specifying the parentICatalogobject.IBaseWorkflowModule.createOperatorRole(IContext context, ICatalog catalog, String name) Deprecated, for removal: This API element is subject to removal in a future version.Creates aIOperatorRoleinto the catalog object.IWorkflowModule.createOperatorRole(IContext context, ICatalog catalog, String name) Creates aIOperatorRoleinto the catalog object.IBaseWorkflowModule.createRole(IContext context, ICatalog catalog, String name) Deprecated.: use createOperatorRole or createProfileIWorkflowModule.createRole(IContext context, ICatalog catalog, String name) Deprecated.: use createOperatorRole or createProfileIBaseWorkflowModule.createWorkflowContainer(IContext context, ICatalog catalog, String name) Deprecated, for removal: This API element is subject to removal in a future version.Creates a workflow container within aICatalogobject.IWorkflowModule.createWorkflowContainer(IContext context, ICatalog catalog, String name) Creates a workflow container within aICatalogobject.IWorkflowModule.getFieldController(ICatalog catalog) Gets the resource controller object.Deprecated, for removal: This API element is subject to removal in a future version.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> Deprecated, for removal: This API element is subject to removal in a future version.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) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves aIOperatorRoleobject by its system name.IWorkflowModule.getOperatorRole(IContext context, ICatalog catalog, String name) Retrieves aIOperatorRoleobject by its system name.Collection<? extends IOperatorRole> IBaseWorkflowModule.getOperatorRoles(IContext context, ICatalog catalog) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves a collection ofIOperatorRoleobjects within a specified catalog.Collection<? extends IOperatorRole> IWorkflowModule.getOperatorRoles(IContext context, ICatalog catalog) Retrieves a collection ofIOperatorRoleobjects within a specified catalog.IBaseWorkflowModule.getResourceDefinition(IContext context, ICatalog catalog, String name) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves a resource definition by specifying theICatalogand its system name.IWorkflowModule.getResourceDefinition(IContext context, ICatalog catalog, String name) Retrieves a resource definition by specifying theICatalogand its system name.Collection<? extends IResourceDefinition> IBaseWorkflowModule.getResourceDefinitions(IContext context, ICatalog catalog) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves all resource definitions by specifying theICatalogCollection<? extends IResourceDefinition> IWorkflowModule.getResourceDefinitions(IContext context, ICatalog catalog) Retrieves all resource definitions by specifying theICatalogCollection<? extends IResource> IBaseWorkflowModule.getResources(IContext context, ICatalog catalog) Deprecated, for removal: This API element is subject to removal in a future version.Gets a collection ofIResourceobjects from a catalogCollection<? extends IResource> IWorkflowModule.getResources(IContext context, ICatalog catalog) Gets a collection ofIResourceobjects from a catalogDeprecated.: use getRole or getProfileDeprecated.: use getRole or getProfileCollection<? extends IRole> Deprecated.: use getRoles or getProfilesCollection<? extends IRole> Deprecated.: use getRoles or getProfilesDeprecated, for removal: This API element is subject to removal in a future version.Retrieves a view by its name.Retrieves a view by its name.Collection<? extends IView> Deprecated, for removal: This API element is subject to removal in a future version.Retrieves all the views associated with the catalog.Collection<? extends IView> Retrieves all the views associated with the catalog.IBaseWorkflowModule.getWorkflow(IContext context, ICatalog catalog, String name) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves a workflow within aIWorkflowobject and from its system name.IWorkflowModule.getWorkflow(IContext context, ICatalog catalog, String name) Retrieves a workflow within aIWorkflowobject and from its system name.IBaseWorkflowModule.getWorkflowContainer(IContext context, ICatalog catalog, String name) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves aIWorkflowContainerwithin aICatalogby its system nameIWorkflowModule.getWorkflowContainer(IContext context, ICatalog catalog, String name) Retrieves aIWorkflowContainerwithin aICatalogby its system nameCollection<? extends IWorkflowContainer> IBaseWorkflowModule.getWorkflowContainers(IContext context, ICatalog catalog) Deprecated, for removal: This API element is subject to removal in a future version.Retrieves a collection ofIWorkflowContainerobjects within aICatalogobject.Collection<? extends IWorkflowContainer> IWorkflowModule.getWorkflowContainers(IContext context, ICatalog catalog) Retrieves a collection ofIWorkflowContainerobjects within aICatalogobject.Collection<? extends IWorkflowInstance> IBaseWorkflowModule.getWorkflowInstances(IContext context, ICatalog catalog) Deprecated, for removal: This API element is subject to removal in a future version.Gets all the workflow instances of a specifiedICatalogobject.Collection<? extends IWorkflowInstance> IBaseWorkflowModule.getWorkflowInstances(IContext context, ICatalog catalog, String reference) Deprecated, for removal: This API element is subject to removal in a future version.Gets all the workflow instances with the same reference within a specifiedICatalogobject.Collection<? extends IWorkflowInstance> IWorkflowModule.getWorkflowInstances(IContext context, ICatalog catalog) Gets all the workflow instances of a specifiedICatalogobject.Collection<? extends IWorkflowInstance> IWorkflowModule.getWorkflowInstances(IContext context, ICatalog catalog, String reference) Gets all the workflow instances with the same reference within a specifiedICatalogobject.Collection<? extends IWorkflow> IBaseWorkflowModule.getWorkflows(IContext context, ICatalog catalog) Deprecated, for removal: This API element is subject to removal in a future version.Collection<? extends IWorkflow> IWorkflowModule.getWorkflows(IContext context, ICatalog catalog) IBaseWorkflowModule.setDynamicLocalizationsWrapperMessageForLanguage(IContext context, IDynamicLocalizationsWrapper dynamicLocalizationsWrapper, ICatalog catalog, String language, String message) Deprecated, for removal: This API element is subject to removal in a future version.Creates a dynamicLocalizationsWrapper object by specifying the parentICatalogobject.IWorkflowModule.setDynamicLocalizationsWrapperMessageForLanguage(IContext context, IDynamicLocalizationsWrapper dynamicLocalizationsWrapper, ICatalog catalog, String language, String message) Creates a dynamicLocalizationsWrapper object by specifying the parentICatalogobject. -
Uses of ICatalog in com.vdoc.sdk.commons.utils.copy.properties.strategies.simple
Methods in com.vdoc.sdk.commons.utils.copy.properties.strategies.simple that return ICatalogModifier and TypeMethodDescriptionprotected abstract ICatalogAbstractDynamicLocalizationsPropertyCopyStrategy.getCatalog(PropertyCopyConfiguration configuration) -
Uses of ICatalog in com.vdoc.sdk.commons.utils.copy.properties.strategies.simple.dynamic.localizations
Methods in com.vdoc.sdk.commons.utils.copy.properties.strategies.simple.dynamic.localizations that return ICatalogModifier and TypeMethodDescriptionprotected ICatalogStorageResourceDynamicLocalizationsPropertyCopyStrategy.getCatalog(PropertyCopyConfiguration configuration) protected ICatalogWorkflowInstanceDynamicLocalizationsPropertyCopyStrategy.getCatalog(PropertyCopyConfiguration configuration)