public interface Renditions
| Modifier and Type | Field and Description |
|---|---|
static String |
PARAM_STATUS |
| Modifier and Type | Method and Description |
|---|---|
void |
createRendition(org.alfresco.service.cmr.repository.NodeRef nodeRef,
Rendition rendition,
boolean executeAsync,
Parameters parameters)
Creates a rendition for the given node - either async r sync
|
void |
createRendition(org.alfresco.service.cmr.repository.NodeRef nodeRef,
Rendition rendition,
Parameters parameters)
Creates a rendition for the given node asynchronously.
|
BinaryResource |
getContent(org.alfresco.service.cmr.repository.NodeRef sourceNodeRef,
String renditionId,
Parameters parameters)
Downloads rendition.
|
BinaryResource |
getContentNoValidation(org.alfresco.service.cmr.repository.NodeRef sourceNodeRef,
String renditionId,
Parameters parameters)
Downloads rendition.
|
Rendition |
getRendition(org.alfresco.service.cmr.repository.NodeRef nodeRef,
String renditionId,
Parameters parameters)
Gets information about a rendition of a node in the repository.
|
CollectionWithPagingInfo<Rendition> |
getRenditions(org.alfresco.service.cmr.repository.NodeRef nodeRef,
Parameters parameters)
Lists all available renditions includes those that have been created and those that are yet to be created.
|
static final String PARAM_STATUS
CollectionWithPagingInfo<Rendition> getRenditions(org.alfresco.service.cmr.repository.NodeRef nodeRef, Parameters parameters)
nodeRef - parameters - the Parameters object to get the parameters passed into the requestRendition getRendition(org.alfresco.service.cmr.repository.NodeRef nodeRef, String renditionId, Parameters parameters)
nodeRef - renditionId - the rendition idparameters - the Parameters object to get the parameters passed into the requestRendition objectvoid createRendition(org.alfresco.service.cmr.repository.NodeRef nodeRef,
Rendition rendition,
Parameters parameters)
nodeRef - rendition - the Rendition requestparameters - the Parameters object to get the parameters passed into the requestvoid createRendition(org.alfresco.service.cmr.repository.NodeRef nodeRef,
Rendition rendition,
boolean executeAsync,
Parameters parameters)
nodeRef - rendition - executeAsync - parameters - BinaryResource getContent(org.alfresco.service.cmr.repository.NodeRef sourceNodeRef, String renditionId, Parameters parameters)
sourceNodeRef - the source nodeRefrenditionId - the rendition idparameters - the Parameters object to get the parameters passed into the requestBinaryResource getContentNoValidation(org.alfresco.service.cmr.repository.NodeRef sourceNodeRef, String renditionId, Parameters parameters)
sourceNodeRef - the source nodeRefrenditionId - the rendition idparameters - the Parameters object to get the parameters passed into the requestCopyright © 2005–2018 Alfresco Software. All rights reserved.