Uses of Class
org.alfresco.rest.model.RestRenditionInfoModel
Packages that use RestRenditionInfoModel
-
Uses of RestRenditionInfoModel in org.alfresco.rest.model
Methods in org.alfresco.rest.model that return RestRenditionInfoModel -
Uses of RestRenditionInfoModel in org.alfresco.rest.requests
Methods in org.alfresco.rest.requests that return RestRenditionInfoModelModifier and TypeMethodDescriptionTrashcan.getDeletedNodeRendition(org.alfresco.utility.model.RepoTestModel repoModel, String renditionId) Gets a single trashcan node rendition using GET call on "/deleted-nodes/{nodeId}/renditions/{renditionId}"Node.getNodeRendition(String renditionId) Get node rendition using GET call on '/nodes/{nodeId}/renditions/{renditionId}Node.getNodeRenditionUntilIsCreated(String renditionId) Get node rendition using GET call on 'nodes/{nodeId}/renditions/{renditionId} Please note that it retries to get the renditions response several times because on the alfresco server the rendition can take a while to be created.Node.getNodeVersionRendition(String renditionId, String versionId) Get node version rendition using GET call on '/nodes/{nodeId}/versions/{versionId}renditions/{renditionId}Node.getNodeVersionRenditionUntilIsCreated(String renditionId, String versionId) Get node version rendition using GET call on 'nodes/{nodeId}/versions/{versionId}/renditions/{renditionId} Please note that it retries to get the renditions response several times because on the alfresco server the rendition can take a while to be created.SharedLinks.getSharedLinkRendition(RestSharedLinksModel sharedLinksModel, String renditionId) Retrieves specific Rendition for the specified sharedLink