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 |
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 |
---|---|
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> |
CmisServiceWrapper.getRenditions(String repositoryId,
String objectId,
String renditionFilter,
BigInteger maxItems,
BigInteger skipCount,
ExtensionsData extension) |
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.