| Package | Description |
|---|---|
| org.apache.chemistry.opencmis.commons.data |
OpenCMIS data interfaces.
|
| org.apache.chemistry.opencmis.commons.spi |
OpenCMIS client and server binding services.
|
| Modifier and Type | Method and Description |
|---|---|
List<RenditionData> |
ObjectData.getRenditions()
Returns the renditions of this object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MutableObjectData.setRenditions(List<RenditionData> renditions)
Sets the renditions.
|
| Modifier and Type | Method and Description |
|---|---|
List<RenditionData> |
ObjectService.getRenditions(String repositoryId,
String objectId,
String renditionFilter,
BigInteger maxItems,
BigInteger skipCount,
ExtensionsData extension)
Gets the list of associated renditions for the specified object.
|
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.