Uses of Class
org.alfresco.rest.exception.EmptyJsonResponseException
Packages that use EmptyJsonResponseException
-
Uses of EmptyJsonResponseException in org.alfresco.rest.core
Methods in org.alfresco.rest.core that throw EmptyJsonResponseExceptionModifier and TypeMethodDescriptionvoidRestWrapper.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 model -
Uses of EmptyJsonResponseException in org.alfresco.rest.requests
Methods in org.alfresco.rest.requests that throw EmptyJsonResponseExceptionModifier and TypeMethodDescriptionvoidPeople.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}"