Interface | Description |
---|---|
BinaryProperties |
An array of binary property names used on a resource method operation in the Rest API
|
WebApi |
Indicates inclusion in the web api
|
WebApiDeleted |
Indicates this feature is deleted from the Web api
|
WebApiDescription |
Used to describe a resource method operation in the Rest API
|
WebApiParam |
A parameter used on a resource method operation in the Rest API
The parameter 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.
|
WebApiParameters |
An array of parameters used on a resource method operation in the Rest API
|
Class | Description |
---|---|
Api |
Standard API settings for the Alfresco Rest API
SCOPE - PUBLIC_API - Reserved for public API
- PRIVATE_API - Reserved for private API
VERSION - A positive integer starting at 1.
|
Api.SCOPE |
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.