| Package | Description |
|---|---|
| org.apache.chemistry.opencmis.commons.data |
OpenCMIS data interfaces.
|
| org.apache.chemistry.opencmis.commons.server |
OpenCMIS server interfaces.
|
| org.apache.chemistry.opencmis.commons.spi |
OpenCMIS client and server binding services.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableObjectData
Mutable ObjectData.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectData |
ObjectParentData.getObject()
Returns the parent object.
|
ObjectData |
ObjectInFolderData.getObject()
Returns the object.
|
| Modifier and Type | Method and Description |
|---|---|
List<ObjectData> |
ObjectList.getObjects()
Returns the list of objects.
|
List<ObjectData> |
ObjectData.getRelationships()
Returns the relationships from and to this object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MutableObjectData.setRelationships(List<ObjectData> relationships)
Sets the relationships.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectData |
ObjectInfo.getObject()
Returns the full object.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectData |
NavigationService.getFolderParent(String repositoryId,
String folderId,
String filter,
ExtensionsData extension)
Gets the parent folder object for the specified folder object.
|
ObjectData |
ObjectService.getObject(String repositoryId,
String objectId,
String filter,
Boolean includeAllowableActions,
IncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeAcl,
ExtensionsData extension)
Gets the specified information for the object specified by id.
|
ObjectData |
ObjectService.getObjectByPath(String repositoryId,
String path,
String filter,
Boolean includeAllowableActions,
IncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeAcl,
ExtensionsData extension)
Gets the specified information for the object specified by path.
|
ObjectData |
VersioningService.getObjectOfLatestVersion(String repositoryId,
String objectId,
String versionSeriesId,
Boolean major,
String filter,
Boolean includeAllowableActions,
IncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeAcl,
ExtensionsData extension)
Get the latest document object in the version series.
|
| Modifier and Type | Method and Description |
|---|---|
List<ObjectData> |
VersioningService.getAllVersions(String repositoryId,
String objectId,
String versionSeriesId,
String filter,
Boolean includeAllowableActions,
ExtensionsData extension)
Returns the list of all document objects in the specified version series,
sorted by the property "cmis:creationDate" descending.
|
List<ObjectData> |
PolicyService.getAppliedPolicies(String repositoryId,
String objectId,
String filter,
ExtensionsData extension)
Gets the list of policies currently applied to the specified object.
|
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.