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> |
ObjectServiceImpl.getRenditions(String repositoryId,
String objectId,
String renditionFilter,
BigInteger maxItems,
BigInteger skipCount,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
List<RenditionData> |
ObjectServiceImpl.getRenditions(String repositoryId,
String objectId,
String renditionFilter,
BigInteger maxItems,
BigInteger skipCount,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
List<RenditionData> |
ObjectServiceImpl.getRenditions(String repositoryId,
String objectId,
String renditionFilter,
BigInteger maxItems,
BigInteger skipCount,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
List<RenditionData> |
ObjectServiceImpl.getRenditions(String repositoryId,
String objectId,
String renditionFilter,
BigInteger maxItems,
BigInteger skipCount,
ExtensionsData extension) |
Modifier and Type | Class and Description |
---|---|
class |
RenditionImpl
Implementation of
Rendition . |
Modifier and Type | Method and Description |
---|---|
Rendition |
ObjectFactoryImpl.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 |
---|---|
static RenditionData |
WSConverter.convert(CmisRenditionType rendition)
Converts a rendition object.
|
static RenditionData |
JSONConverter.convertRendition(Map<String,Object> json)
Converts a rendition.
|
Modifier and Type | Method and Description |
---|---|
static List<RenditionData> |
JSONConverter.convertRenditions(List<Object> json)
Converts a list of renditions.
|
Modifier and Type | Method and Description |
---|---|
static CmisRenditionType |
WSConverter.convert(RenditionData rendition)
Converts a rendition object.
|
static JSONObject |
JSONConverter.convert(RenditionData rendition)
Converts a rendition.
|
Modifier and Type | Class and Description |
---|---|
class |
RenditionDataImpl
RenditionData implementation.
|
Modifier and Type | Method and Description |
---|---|
List<RenditionData> |
ObjectDataImpl.getRenditions() |
Modifier and Type | Method and Description |
---|---|
void |
ObjectDataImpl.setRenditions(List<RenditionData> 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> |
FileShareCmisService.getRenditions(String repositoryId,
String objectId,
String renditionFilter,
BigInteger maxItems,
BigInteger skipCount,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
List<RenditionData> |
InMemoryObjectServiceImpl.getRenditions(CallContext context,
String repositoryId,
String objectId,
String renditionFilter,
BigInteger maxItems,
BigInteger skipCount,
ExtensionsData extension) |
List<RenditionData> |
InMemoryService.getRenditions(String repositoryId,
String objectId,
String renditionFilter,
BigInteger maxItems,
BigInteger skipCount,
ExtensionsData extension) |
Modifier and Type | Method and Description |
---|---|
List<RenditionData> |
ObjectStore.getRenditions(StoredObject so,
String renditionFilter,
long maxItems,
long skipCount)
get the rendition this objects supports.
|
Modifier and Type | Method and Description |
---|---|
static List<RenditionData> |
RenditionUtil.getRenditions(StoredObject so,
String renditionFilter,
long maxItems,
long skipCount) |
List<RenditionData> |
ObjectStoreImpl.getRenditions(StoredObject so,
String renditionFilter,
long maxItems,
long skipCount) |
Modifier and Type | Method and Description |
---|---|
List<RenditionData> |
SimpleLoggingCmisServiceWrapper.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) |
List<RenditionData> |
AbstractCmisServiceWrapper.getRenditions(String repositoryId,
String objectId,
String renditionFilter,
BigInteger maxItems,
BigInteger skipCount,
ExtensionsData extension) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.