Uses of Class
org.alfresco.rest.model.RestHtmlResponse
-
Packages that use RestHtmlResponse Package Description org.alfresco.rest.core org.alfresco.rest.model org.alfresco.rest.requests -
-
Uses of RestHtmlResponse in org.alfresco.rest.core
Methods in org.alfresco.rest.core that return RestHtmlResponse Modifier and Type Method Description RestHtmlResponseRestWrapper. processHtmlResponse(RestRequest restRequest)Process a response that returns a html -
Uses of RestHtmlResponse in org.alfresco.rest.model
Methods in org.alfresco.rest.model that return types with arguments of type RestHtmlResponse Modifier and Type Method Description ModelAssertion<RestHtmlResponse>RestHtmlResponse. and()ModelAssertion<RestHtmlResponse>RestHtmlResponse. assertThat()DSL for assertion on this rest model -
Uses of RestHtmlResponse in org.alfresco.rest.requests
Methods in org.alfresco.rest.requests that return RestHtmlResponse Modifier and Type Method Description RestHtmlResponseProcessDefinitions. getProcessDefinitionImage()Retrieves an image that represents a single process definition using GET call on "/process-definitions/{processDefinitionId}/image"
-