Uses of Interface
org.opencms.repository.I_CmsRepository
Package
Description
Package contains all classes and interfaces needed to create or use a repository to
access the resources in the VFS.
-
Uses of I_CmsRepository in org.opencms.cmis
Modifier and TypeInterfaceDescriptioninterface
Base interface for OpenCms CMIS repositories.Modifier and TypeClassDescriptionclass
Abstract repository superclass.class
Repository instance for CMIS repositories. -
Uses of I_CmsRepository in org.opencms.jlan
Modifier and TypeClassDescriptionclass
Repository class for configuring repositories for Alfresco JLAN. -
Uses of I_CmsRepository in org.opencms.repository
Modifier and TypeClassDescriptionclass
Abstract implementation of the repository interfaceI_CmsRepository
.class
Creates a repository session to access OpenCms.Modifier and TypeMethodDescription<REPO extends I_CmsRepository>
List<REPO>CmsRepositoryManager.getRepositories
(Class<REPO> cls) Gets a list of the repositories for the given superclass.<REPO extends I_CmsRepository>
REPOCmsRepositoryManager.getRepository
(String name, Class<REPO> cls) Gets a repository by name, but only if its class is a subclass of the class passed as a parameter.Modifier and TypeMethodDescriptionCmsRepositoryManager.getRepository
(String name) Returns the repository with the given name.Modifier and TypeMethodDescriptionCmsRepositoryManager.getRepositories()
Returns the repositories.Modifier and TypeMethodDescriptionvoid
CmsRepositoryManager.addRepositoryClass
(I_CmsRepository repository) Adds a new configured repository.