| Package | Description |
|---|---|
| org.alfresco.rest.framework.core |
| Modifier and Type | Method and Description |
|---|---|
ResourceOperation |
ResourceMetadata.getOperation(org.springframework.http.HttpMethod supportedMethod)
Gets the operation for the specified HTTPMethod
|
static ResourceOperation |
ResourceInspector.inspectOperation(Class<?> resource,
Method aMethod,
org.springframework.http.HttpMethod httpMethod)
Inspects the method and returns meta data about its operations
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceOperation> |
ResourceMetadata.getOperations() |
| Modifier and Type | Method and Description |
|---|---|
Class |
ResourceMetadata.getObjectType(ResourceOperation operation)
Gets the data type of the resource parameter
|
| Constructor and Description |
|---|
OperationResourceMetaData(String uniqueId,
List<ResourceOperation> operations,
Api api,
Method operationMethod,
boolean noAuthRequired)
Use this constructor to create the resource metadata
|
ResourceMetadata(String uniqueId,
ResourceMetadata.RESOURCE_TYPE type,
List<ResourceOperation> operations,
Api api,
Set<Class<? extends ResourceAction>> apiDeleted,
Set<Class<? extends ResourceAction>> apiNoAuth,
String parentResource) |
Copyright © 2005–2018 Alfresco Software. All rights reserved.