Uses of Class
org.alfresco.rest.exception.JsonToModelConversionException
Packages that use JsonToModelConversionException
-
Uses of JsonToModelConversionException in org.alfresco.rest.core
Methods in org.alfresco.rest.core that throw JsonToModelConversionExceptionModifier and TypeMethodDescriptionorg.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 JsonToModelConversionException in org.alfresco.rest.requests
Methods in org.alfresco.rest.requests that throw JsonToModelConversionExceptionModifier and TypeMethodDescriptionvoidPeople.deleteSiteMembershipRequest(org.alfresco.utility.model.SiteModel site) Delete site membership request with DELETE call on "/people/{personId}/site-membership-requests/{siteId}"Audit.getAuditApplications()Gets a list of audit applications in this repository using GET call on "/audit-applications"voidPeople.resetAvatarImageRequest()Delete avatar image with DELETE call on "/people/{personId}/avatar}"