| Package | Description |
|---|---|
| org.apache.chemistry.opencmis.bridge | |
| org.apache.chemistry.opencmis.client.api |
The OpenCMIS Client API.
|
| org.apache.chemistry.opencmis.commons.data |
OpenCMIS data interfaces.
|
| org.apache.chemistry.opencmis.commons.impl.server | |
| org.apache.chemistry.opencmis.commons.spi |
OpenCMIS client and server binding services.
|
| org.apache.chemistry.opencmis.server.support.wrapper |
| Modifier and Type | Method and Description |
|---|---|
List<RenditionData> |
FilterCmisService.getRenditions(String repositoryId,
String objectId,
String renditionFilter,
BigInteger maxItems,
BigInteger skipCount,
ExtensionsData extension) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Rendition
Rendition.
|
| Modifier and Type | Method and Description |
|---|---|
Rendition |
ObjectFactory.convertRendition(String objectId,
RenditionData rendition) |
| 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> |
AbstractCmisService.getRenditions(String repositoryId,
String objectId,
String renditionFilter,
BigInteger maxItems,
BigInteger skipCount,
ExtensionsData extension)
Gets the list of associated renditions for the specified object.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
List<RenditionData> |
SimpleLoggingCmisServiceWrapper.getRenditions(String repositoryId,
String objectId,
String renditionFilter,
BigInteger maxItems,
BigInteger skipCount,
ExtensionsData extension) |
List<RenditionData> |
AbstractCmisServiceWrapper.getRenditions(String repositoryId,
String objectId,
String renditionFilter,
BigInteger maxItems,
BigInteger skipCount,
ExtensionsData extension) |
List<RenditionData> |
ConformanceCmisServiceWrapper.getRenditions(String repositoryId,
String objectId,
String renditionFilter,
BigInteger maxItems,
BigInteger skipCount,
ExtensionsData extension) |
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.