Uses of Class
org.alfresco.rest.exception.EmptyJsonResponseException
-
Packages that use EmptyJsonResponseException Package Description org.alfresco.rest.core org.alfresco.rest.requests -
-
Uses of EmptyJsonResponseException in org.alfresco.rest.core
Methods in org.alfresco.rest.core that throw EmptyJsonResponseException Modifier and Type Method Description voidRestWrapper. processEmptyModel(RestRequest restRequest)Process a response that has no body - basically will need only the status code from itRestHtmlResponseRestWrapper. 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(java.lang.Class<T> classz, RestRequest restRequest)Process responses for a single model asRestSiteModel<T> TRestWrapper. processModels(java.lang.Class<T> classz, RestRequest restRequest)Process responses for a collection of models asRestSiteModelsCollection<T> TRestWrapper. processModelWithoutEntryObject(java.lang.Class<T> classz, RestRequest restRequest)Process responses for a single model asRestSyncSetRequestModelNotice thatRestSyncSetRequestModeldoesn't have one "entry" field as any other rest request model -
Uses of EmptyJsonResponseException in org.alfresco.rest.requests
Methods in org.alfresco.rest.requests that throw EmptyJsonResponseException Modifier and Type Method Description voidPeople. deleteSiteMembershipRequest(org.alfresco.utility.model.SiteModel site)Delete site membership request with DELETE call on "/people/{personId}/site-membership-requests/{siteId}"voidPeople. resetAvatarImageRequest()Delete avatar image with DELETE call on "/people/{personId}/avatar}"
-