Uses of Class
org.alfresco.rest.exception.JsonToModelConversionException
-
Packages that use JsonToModelConversionException Package Description org.alfresco.rest.core org.alfresco.rest.requests -
-
Uses of JsonToModelConversionException in org.alfresco.rest.core
Methods in org.alfresco.rest.core that throw JsonToModelConversionException Modifier and Type Method Description org.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 JsonToModelConversionException in org.alfresco.rest.requests
Methods in org.alfresco.rest.requests that throw JsonToModelConversionException 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}"
-