Uses of Interface
org.opencms.repository.I_CmsRepository
-
Packages that use I_CmsRepository Package Description org.opencms.cmis org.opencms.jlan org.opencms.repository 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.cmis Modifier and Type Interface Description interface
I_CmsCmisRepository
Base interface for OpenCms CMIS repositories.Classes in org.opencms.cmis that implement I_CmsRepository Modifier and Type Class Description class
A_CmsCmisRepository
Abstract repository superclass.class
CmsCmisRepository
Repository instance for CMIS repositories. -
Uses of I_CmsRepository in org.opencms.jlan
Classes in org.opencms.jlan that implement I_CmsRepository Modifier and Type Class Description class
CmsJlanRepository
Repository class for configuring repositories for Alfresco JLAN. -
Uses of I_CmsRepository in org.opencms.repository
Classes in org.opencms.repository that implement I_CmsRepository Modifier and Type Class Description class
A_CmsRepository
Abstract implementation of the repository interfaceI_CmsRepository
.class
CmsRepository
Creates a repository session to access OpenCms.Methods in org.opencms.repository with type parameters of type I_CmsRepository Modifier and Type Method Description <REPO extends I_CmsRepository>
java.util.List<REPO>CmsRepositoryManager. getRepositories(java.lang.Class<REPO> cls)
Gets a list of the repositories for the given superclass.<REPO extends I_CmsRepository>
REPOCmsRepositoryManager. getRepository(java.lang.String name, java.lang.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_CmsRepository Modifier and Type Method Description I_CmsRepository
CmsRepositoryManager. getRepository(java.lang.String name)
Returns the repository with the given name.Methods in org.opencms.repository that return types with arguments of type I_CmsRepository Modifier and Type Method Description java.util.List<I_CmsRepository>
CmsRepositoryManager. getRepositories()
Returns the repositories.Methods in org.opencms.repository with parameters of type I_CmsRepository Modifier and Type Method Description void
CmsRepositoryManager. addRepositoryClass(I_CmsRepository repository)
Adds a new configured repository.
-