REPO-1354: Get Rendition info - implement the API

- implemented get rendition info by id method

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@131302 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Raluca Munteanu
2016-10-11 10:32:47 +00:00
parent 7fe14f340a
commit 7ca76a9101
4 changed files with 94 additions and 27 deletions

View File

@@ -65,6 +65,15 @@ public interface QuickShareLinks
*/
BinaryResource readProperty(String sharedId, String renditionId, Parameters parameters) throws EntityNotFoundException;
/**
* Gets information about a rendition of a shared link.
*
* @param shareId
* @param renditionId
* @return the {@link Rendition} object
*/
Rendition getRendition(String shareId, String renditionId);
/**
* List renditions info - note: only returns available (=> created) renditions.
*