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 TypeMethodDescriptionCascadingDictionaries.addCascadingDictionaryContent(String aspectId, String contentJson) Adds content (data + level definitions) to a cascading dictionary, creating a new version.CascadingDictionaries.createCascadingDictionary(String name, String aspect, String keyProperty, String versionProperty) Creates a new cascading dictionary definition.voidPeople.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"CascadingDictionaries.getCascadingDictionaries()Lists all registered cascading dictionaries.CascadingDictionaries.getCascadingDictionary(String aspectId) Retrieves a single cascading dictionary by its aspect prefixed name.CascadingDictionaries.getCascadingDictionaryVersion(String aspectId, String version) Retrieves a specific version of a cascading dictionary.voidPeople.resetAvatarImageRequest()Delete avatar image with DELETE call on "/people/{personId}/avatar}"CascadingDictionaries.updateCascadingDictionary(String aspectId, String newName) Updates the header (name) of an existing cascading dictionary.