| 接口 | 说明 |
|---|---|
| I_CmsCmisObjectHelper |
Interface containing the basic CRUD operations for CMIS objects.
|
| I_CmsCmisRenditionProvider |
Rendition provider interface used to generate alternative renditions for resources.
|
| I_CmsCmisRepository |
Base interface for OpenCms CMIS repositories.
|
| I_CmsPropertyProvider |
Interface for dynamic CMIS properties.
|
| 类 | 说明 |
|---|---|
| A_CmsCmisRepository |
Abstract repository superclass.
|
| CmsCmisCallContext |
Call context implementation which delegates most methods to a wrapped call context, but also provides additional functionality.
|
| CmsCmisRelationHelper |
Helper class for CMIS CRUD operations on relation objects.
|
| CmsCmisRelationHelper.RelationKey |
A class which contains the necessary information to identify a relation object.
|
| CmsCmisRenditionFilter |
This class encapsulates the filter logic for CMIS rendition filters.
|
| CmsCmisRepository |
Repository instance for CMIS repositories.
|
| CmsCmisResourceHelper |
Helper class for CRUD operations on resources.
|
| CmsCmisService |
The CMIS service class for OpenCms repositories.
|
| CmsCmisServiceFactory |
The factory class for creating the OpenCms CMIS service instances.
|
| CmsCmisTypeManager |
This class keeps track of all the types which should be available for a
I_CmsCmisRepository. |
| CmsCmisUtil |
Utility class for operations which are frequently used by CMIS service methods.
|
| CmsObjectListLimiter<A> |
Helper class to ease implementation of CMIS service methods which support paging.
|