| Interface | Description |
|---|---|
| HttpMethodSupport |
Simple marker interface to indicate which HTTP method the implementation supports
|
| ResourceLocator |
Locates rest resources in the system.
|
| Class | Description |
|---|---|
| ApiBootstrap |
Bootstraps the restful API
|
| OperationResourceMetaData |
Extends ResourceMetaData to give more information about an Operation
|
| ResourceDictionary |
A container for all information about resources and apis.
|
| ResourceDictionaryBuilder | |
| ResourceDictionaryBuilder.ApiScopeKey |
A helper class to create a unique key for the combination of API name and API scope
|
| ResourceInspector |
Looks at resources to see what they can do
|
| ResourceInspectorUtil |
Generic methods used by ResourceInspector
|
| ResourceLookupDictionary |
Used for locating resources, implements ResourceLocator
Contains a ResourceDictionary (which is a reference to all the resources available)
|
| ResourceMetadata |
Describes a resource and its properties.
|
| ResourceOperation |
Operations that can typically take place on a Restful resource
|
| ResourceParameter |
ResourceParameters 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.
|
| ResourceWithMetadata |
This wraps a resource object with its metadata.
|
| Enum | Description |
|---|---|
| ResourceMetadata.RESOURCE_TYPE | |
| ResourceParameter.KIND |
Copyright © 2005–2018 Alfresco Software. All rights reserved.