Uses of Class
org.alfresco.rest.model.RestRenditionInfoModel
-
Packages that use RestRenditionInfoModel Package Description org.alfresco.rest.model org.alfresco.rest.requests -
-
Uses of RestRenditionInfoModel in org.alfresco.rest.model
Methods in org.alfresco.rest.model that return RestRenditionInfoModel Modifier and Type Method Description RestRenditionInfoModelRestRenditionInfoModel. onModel()Methods in org.alfresco.rest.model that return types with arguments of type RestRenditionInfoModel Modifier and Type Method Description ModelAssertion<RestRenditionInfoModel>RestRenditionInfoModel. and()ModelAssertion<RestRenditionInfoModel>RestRenditionInfoModel. assertThat() -
Uses of RestRenditionInfoModel in org.alfresco.rest.requests
Methods in org.alfresco.rest.requests that return RestRenditionInfoModel Modifier and Type Method Description RestRenditionInfoModelTrashcan. getDeletedNodeRendition(org.alfresco.utility.model.RepoTestModel repoModel, java.lang.String renditionId)Gets a single trashcan node rendition using GET call on "/deleted-nodes/{nodeId}/renditions/{renditionId}"RestRenditionInfoModelNode. getNodeRendition(java.lang.String renditionId)Get node rendition using GET call on '/nodes/{nodeId}/renditions/{renditionId}RestRenditionInfoModelNode. getNodeRenditionUntilIsCreated(java.lang.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.RestRenditionInfoModelSharedLinks. getSharedLinkRendition(RestSharedLinksModel sharedLinksModel, java.lang.String renditionId)Retrieves specific Rendition for the specified sharedLink
-