Uses of Class
org.alfresco.rest.model.RestDownloadsModel
Packages that use RestDownloadsModel
Package
Description
-
Uses of RestDownloadsModel in org.alfresco.rest.model
Methods in org.alfresco.rest.model that return RestDownloadsModelMethods in org.alfresco.rest.model with parameters of type RestDownloadsModel -
Uses of RestDownloadsModel in org.alfresco.rest.requests
Methods in org.alfresco.rest.requests that return RestDownloadsModelModifier and TypeMethodDescriptionDownloads.createDownload(String postBody) Get download details using POST call on "downloads"Downloads.getDownload()Get download details using GET call on "downloads/{downloadId}"Constructors in org.alfresco.rest.requests with parameters of type RestDownloadsModelModifierConstructorDescriptionDownloads(RestDownloadsModel downloadsModel, RestWrapper restWrapper) -
Uses of RestDownloadsModel in org.alfresco.rest.requests.coreAPI
Methods in org.alfresco.rest.requests.coreAPI with parameters of type RestDownloadsModel