Uses of Class
org.alfresco.rest.model.RestDownloadsModel
-
Packages that use RestDownloadsModel Package Description org.alfresco.rest.model org.alfresco.rest.requests org.alfresco.rest.requests.coreAPI -
-
Uses of RestDownloadsModel in org.alfresco.rest.model
Methods in org.alfresco.rest.model that return RestDownloadsModel Modifier and Type Method Description RestDownloadsModelRestDownloadsModel. getModel()RestDownloadsModelRestDownloadsModel. onModel()Methods in org.alfresco.rest.model that return types with arguments of type RestDownloadsModel Modifier and Type Method Description ModelAssertion<RestDownloadsModel>RestDownloadsModel. and()ModelAssertion<RestDownloadsModel>RestDownloadsModel. assertThat()Methods in org.alfresco.rest.model with parameters of type RestDownloadsModel Modifier and Type Method Description voidRestDownloadsModel. setModel(RestDownloadsModel model) -
Uses of RestDownloadsModel in org.alfresco.rest.requests
Methods in org.alfresco.rest.requests that return RestDownloadsModel Modifier and Type Method Description RestDownloadsModelDownloads. createDownload(java.lang.String postBody)Get download details using POST call on "downloads"RestDownloadsModelDownloads. getDownload()Get download details using GET call on "downloads/{downloadId}"Constructors in org.alfresco.rest.requests with parameters of type RestDownloadsModel Constructor Description Downloads(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 Modifier and Type Method Description DownloadsRestCoreAPI. usingDownloads(RestDownloadsModel downloadsModel)
-