Package org.alfresco.rest.framework
package org.alfresco.rest.framework
-
ClassDescriptionStandard 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.An array of binary property names used on a resource method operation in the Rest APIAn Operation as on an entity in the Rest API Your method signature should have 4 parameters (uniqueId, typePassedin, Parameters, WithResponse), " use Void if you are not interested in the second argument.Indicates inclusion in the web apiIndicates this feature is deleted from the Web apiUsed to describe a resource method operation in the Rest APIIndicates this Web api is does *not* require authentication !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.An array of parameters used on a resource method operation in the Rest API