程序包 | 说明 |
---|---|
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.
|
限定符和类型 | 接口和说明 |
---|---|
interface |
I_CmsCmisRepository
Base interface for OpenCms CMIS repositories.
|
限定符和类型 | 类和说明 |
---|---|
class |
A_CmsCmisRepository
Abstract repository superclass.
|
class |
CmsCmisRepository
Repository instance for CMIS repositories.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsJlanRepository
Repository class for configuring repositories for Alfresco JLAN.
|
限定符和类型 | 类和说明 |
---|---|
class |
A_CmsRepository
Abstract implementation of the repository interface
I_CmsRepository . |
class |
CmsRepository
Creates a repository session to access OpenCms.
|
限定符和类型 | 方法和说明 |
---|---|
<REPO extends I_CmsRepository> |
CmsRepositoryManager.getRepositories(java.lang.Class<REPO> cls)
Gets a list of the repositories for the given superclass.
|
<REPO extends I_CmsRepository> |
CmsRepositoryManager.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.
|
限定符和类型 | 方法和说明 |
---|---|
I_CmsRepository |
CmsRepositoryManager.getRepository(java.lang.String name)
Returns the repository with the given name.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<I_CmsRepository> |
CmsRepositoryManager.getRepositories()
Returns the repositories.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsRepositoryManager.addRepositoryClass(I_CmsRepository repository)
Adds a new configured repository.
|