Uses of Interface
org.opencms.repository.I_CmsRepository
Packages that use 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
Subinterfaces of I_CmsRepository in org.opencms.cmisModifier and TypeInterfaceDescriptioninterface
Base interface for OpenCms CMIS repositories.Classes in org.opencms.cmis that implement I_CmsRepositoryModifier and TypeClassDescriptionclass
Abstract repository superclass.class
Repository instance for CMIS repositories. -
Uses of I_CmsRepository in org.opencms.jlan
Classes in org.opencms.jlan that implement I_CmsRepositoryModifier and TypeClassDescriptionclass
Repository class for configuring repositories for Alfresco JLAN. -
Uses of I_CmsRepository in org.opencms.repository
Classes in org.opencms.repository that implement I_CmsRepositoryModifier and TypeClassDescriptionclass
Abstract implementation of the repository interfaceI_CmsRepository
.class
Creates a repository session to access OpenCms.Methods in org.opencms.repository with type parameters of type I_CmsRepositoryModifier 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.Methods in org.opencms.repository that return I_CmsRepositoryModifier and TypeMethodDescriptionCmsRepositoryManager.getRepository
(String name) Returns the repository with the given name.Methods in org.opencms.repository that return types with arguments of type I_CmsRepositoryModifier and TypeMethodDescriptionCmsRepositoryManager.getRepositories()
Returns the repositories.Methods in org.opencms.repository with parameters of type I_CmsRepositoryModifier and TypeMethodDescriptionvoid
CmsRepositoryManager.addRepositoryClass
(I_CmsRepository repository) Adds a new configured repository.