Package org.alfresco.rest.framework.core
package org.alfresco.rest.framework.core
-
ClassDescriptionBootstraps the restful APISimple marker interface to indicate which HTTP method the implementation supportsExtends ResourceMetaData to give more information about an OperationA container for all information about resources and apis.A helper class to create a unique key for the combination of API name and API scopeLooks at resources to see what they can doGeneric methods used by ResourceInspectorLocates rest resources in the system.Used for locating resources, implements ResourceLocator Contains a ResourceDictionary (which is a reference to all the resources available)Describes a resource and its properties.Operations that can typically take place on a Restful resourceResourceParameters are used on ResourceOperations The KIND is one of : QUERY_STRING - A query string parameter as part of the URL HTTP_BODY_OBJECT - A JSON object specified in a HTTP_BODY used by either a POST or PUT URL_PATH - Included as part of the actual url, e.g.This wraps a resource object with its metadata.