Uses of Class
org.alfresco.rest.model.RestCDModel
Packages that use RestCDModel
-
Uses of RestCDModel in org.alfresco.rest.model
Methods in org.alfresco.rest.model that return RestCDModel -
Uses of RestCDModel in org.alfresco.rest.requests
Methods in org.alfresco.rest.requests that return RestCDModelModifier 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.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.CascadingDictionaries.updateCascadingDictionary(String aspectId, String newName) Updates the header (name) of an existing cascading dictionary.