public class ResourceOperation extends Object
| Constructor and Description |
|---|
ResourceOperation(org.springframework.http.HttpMethod httpMethod,
String title,
String description,
List<ResourceParameter> parameters) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
org.springframework.http.HttpMethod |
getHttpMethod() |
List<ResourceParameter> |
getParameters() |
String |
getTitle() |
String |
toString() |
public ResourceOperation(org.springframework.http.HttpMethod httpMethod,
String title,
String description,
List<ResourceParameter> parameters)
httpMethod - title - description - parameters - Copyright © 2005–2014 Alfresco Software. All rights reserved.