Merged 5.2.N (5.2.1) to HEAD (5.2)

131302 rmunteanu: 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/HEAD/root@132240 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2016-11-03 13:48:04 +00:00
parent 03acdaef03
commit 0deb44526b
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.
*