|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Rendition | |
|---|---|
| org.xcmis.spi | |
| org.xcmis.spi.basic | |
| org.xcmis.spi.model | |
| Uses of Rendition in org.xcmis.spi |
|---|
| Methods in org.xcmis.spi that return types with arguments of type Rendition | |
|---|---|
ItemsIterator<Rendition> |
RenditionManager.getRenditions(MimeType mime)
Get all renditions using all available RenditionProvider that can
provide rendition for specified mime-type. |
ItemsIterator<Rendition> |
Storage.getRenditions(ObjectData object)
Get object renditions. |
ItemsIterator<Rendition> |
RenditionManager.getRenditions(ObjectData object)
Get all renditions of specified entry. |
List<Rendition> |
Connection.getRenditions(String objectId,
String renditionFilter,
int maxItems,
int skipCount)
Get the list of associated Renditions for the specified object. |
| Methods in org.xcmis.spi with parameters of type Rendition | |
|---|---|
boolean |
RenditionFilter.accept(Rendition rendition)
|
| Uses of Rendition in org.xcmis.spi.basic |
|---|
| Methods in org.xcmis.spi.basic that return types with arguments of type Rendition | |
|---|---|
ItemsIterator<Rendition> |
BasicStorage.getRenditions(ObjectData object)
Get object renditions. |
| Uses of Rendition in org.xcmis.spi.model |
|---|
| Methods in org.xcmis.spi.model that return types with arguments of type Rendition | |
|---|---|
List<Rendition> |
CmisObject.getRenditions()
|
| Constructor parameters in org.xcmis.spi.model with type arguments of type Rendition | |
|---|---|
CmisObject(Map<String,Property<?>> properties,
List<AccessControlEntry> acl,
boolean exactACL,
Set<String> policyIds,
List<CmisObject> relationships,
List<Rendition> renditions,
AllowableActions allowableActions,
ChangeInfo changeInfo,
ObjectInfo objectInfo,
String pathSegment)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||