Uses of Class
org.alfresco.rest.core.RestRequest
Packages that use RestRequest
-
Uses of RestRequest in org.alfresco.rest.core
Methods in org.alfresco.rest.core that return RestRequestModifier and TypeMethodDescriptionstatic RestRequestRestRequest.requestWithBody(org.springframework.http.HttpMethod httpMethod, String body, String path, String... pathParams) Use this request when a body has to be providedstatic RestRequestRestRequest.simpleRequest(org.springframework.http.HttpMethod httpMethod, String path, String... pathParams) Use this request when no body is neededMethods in org.alfresco.rest.core with parameters of type RestRequestModifier and TypeMethodDescriptionRestWrapper.process(RestRequest restRequest) Generic REST API call on aRestRequestvoidRestWrapper.processEmptyModel(RestRequest restRequest) Process a response that has no body - basically will need only the status code from itRestWrapper.processHtmlResponse(RestRequest restRequest) Process a response that returns a htmlorg.json.JSONObjectRestWrapper.processJson(RestRequest restRequest) Process responses for a single model asRestSiteModel<T> TRestWrapper.processModel(Class<T> classz, RestRequest restRequest) Process responses for a single model asRestSiteModel<T> TRestWrapper.processModels(Class<T> classz, RestRequest restRequest) Process responses for a collection of models asRestSiteModelsCollection<T> TRestWrapper.processModelWithoutEntryObject(Class<T> classz, RestRequest restRequest) Process responses for a single model asRestSyncSetRequestModelNotice thatRestSyncSetRequestModeldoesn't have one "entry" field as any other rest request modelRestWrapper.processRelationsJson(RestRequest restRequest) Process responses for site relations models, such as {@link RestSiteModel, RestSiteContainerModelsCollection, RestSiteMemberModelsCollection}RestWrapper.processSitesRelationsJson(RestRequest restRequest) Process responses for site relations models, such as {@link RestSiteModel, RestSiteContainerModelsCollection, RestSiteMemberModelsCollection}RestWrapper.processTextResponse(RestRequest restRequest) protected io.restassured.response.ResponseRestWrapper.sendRequest(RestRequest restRequest) Send REST request based on HTTP method