Uses of Interface
com.axemble.vdoc.sdk.interfaces.ICatalog
Package
Description
-
Uses of ICatalog in com.axemble.vdoc.sdk.impl
Modifier 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) Modifier 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) Modifier 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) int
PortalLibraryViewController.evaluateSize
(ICatalog catalog) int
ProcessViewController.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) void
ReportProcessWorkflowModule.setLanguage
(ICatalog catalog) -
Uses of ICatalog in com.axemble.vdoc.sdk.interfaces
Modifier 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.Modifier 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 scopeint
IViewController.evaluateSize
(ICatalog catalog) Evaluate the request on the catalog scope -
Uses of ICatalog in com.axemble.vdoc.sdk.modules
Modifier 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 aICatalog
object from a resource definitino.IBaseDocumentModule.getCatalog
(IStorageKey key) Gets a catalog object from its identifier.IBaseDocumentModule.getCatalog
(IWorkflow workflow) Retrieves the catalog of aIWorkflow
object.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 aICatalog
object from a resource definitino.IBaseWorkflowModule.getCatalog
(IStorageKey key) Gets a catalog object from its identifier.IBaseWorkflowModule.getCatalog
(IWorkflow workflow) Retrieves the catalog of aIWorkflow
object.Modifier and TypeMethodDescriptionCollection
<? extends ICatalog> IBaseWorkflowModule.getAllCatalogs
(IContext context) Retrieves a collection ofICatalog
object.Collection
<? extends ICatalog> IBaseDocumentModule.getCatalogs
(IContext context) Retrieves a collection ofICatalog
object.Collection
<? extends ICatalog> IBaseDocumentModule.getCatalogs
(IContext context, int catalogType) Retrieves a collection ofICatalog
object.Collection
<? extends ICatalog> IBaseDocumentModule.getCatalogs
(IContext context, IProject project) Retrieves a collection ofICatalog
object.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 ofICatalog
object.Collection
<? extends ICatalog> IBaseWorkflowModule.getCatalogs
(IContext context, IProject project) Retrieves a collection ofICatalog
object.Modifier and TypeMethodDescriptionIBaseWorkflowModule.createDynamicLocalizationsWrapper
(IContext context, ICatalog catalog) Creates a dynamicLocalizationsWrapper object by specifying the parentICatalog
object.IBaseWorkflowModule.createOperatorRole
(IContext context, ICatalog catalog, String name) Creates aIOperatorRole
into the catalog object.IBaseDocumentModule.createRole
(IContext context, ICatalog catalog, String name) Creates aIRole
into 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 aICatalog
object.IBaseWorkflowModule.createWorkflowContainer
(IContext context, ICatalog catalog, String name) Creates a workflow container within aICatalog
object.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 specifiedICatalog
object.Collection
<? extends IList> Gets a collection of a the lists available on a specifiedICatalog
object.IBaseWorkflowModule.getOperatorRole
(IContext context, ICatalog catalog, String name) Retrieves aIOperatorRole
object by its system name.Collection
<? extends IOperatorRole> IBaseWorkflowModule.getOperatorRoles
(IContext context, ICatalog catalog) Retrieves a collection ofIOperatorRole
objects within a specified catalog.IBaseDocumentModule.getResourceDefinition
(IContext context, ICatalog catalog, String name) Retrieves a resource definition by specifying theICatalog
and its system name.IBaseWorkflowModule.getResourceDefinition
(IContext context, ICatalog catalog, String name) Retrieves a resource definition by specifying theICatalog
and its system name.Collection
<? extends IResourceDefinition> IBaseDocumentModule.getResourceDefinitions
(IContext context, ICatalog catalog) Retrieves all resource definitions by specifying theICatalog
Collection
<? extends IResourceDefinition> IBaseWorkflowModule.getResourceDefinitions
(IContext context, ICatalog catalog) Retrieves all resource definitions by specifying theICatalog
Collection
<? extends IResource> IBaseDocumentModule.getResources
(IContext context, ICatalog catalog) Gets a collection ofIResource
objects from a catalogCollection
<? extends IResource> IBaseWorkflowModule.getResources
(IContext context, ICatalog catalog) Gets a collection ofIResource
objects from a catalogRetrieves aIRole
object by its system name.Deprecated.: use getRole or getProfileCollection
<? extends IRole> Retrieves a collection ofIRole
objects 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 specifiedICatalog
object.Collection
<? extends IVersion> IBaseDocumentModule.getVersions
(IContext context, ICatalog catalog, String reference) Gets all the versions with the same reference within a specifiedICatalog
object.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 aIWorkflow
object and from its system name.IBaseWorkflowModule.getWorkflow
(IContext context, ICatalog catalog, String name) Retrieves a workflow within aIWorkflow
object and from its system name.IBaseDocumentModule.getWorkflowContainer
(IContext context, ICatalog catalog, String name) Retrieves aIWorkflowContainer
within aICatalog
by its system nameIBaseWorkflowModule.getWorkflowContainer
(IContext context, ICatalog catalog, String name) Retrieves aIWorkflowContainer
within aICatalog
by its system nameCollection
<? extends IWorkflowContainer> IBaseDocumentModule.getWorkflowContainers
(IContext context, ICatalog catalog) Retrieves a collection ofIWorkflowContainer
objects within aICatalog
object.Collection
<? extends IWorkflowContainer> IBaseWorkflowModule.getWorkflowContainers
(IContext context, ICatalog catalog) Retrieves a collection ofIWorkflowContainer
objects within aICatalog
object.Collection
<? extends IWorkflowInstance> IBaseWorkflowModule.getWorkflowInstances
(IContext context, ICatalog catalog) Gets all the workflow instances of a specifiedICatalog
object.Collection
<? extends IWorkflowInstance> IBaseWorkflowModule.getWorkflowInstances
(IContext context, ICatalog catalog, String reference) Gets all the workflow instances with the same reference within a specifiedICatalog
object.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 parentICatalog
object.