public class ResourceOperation extends Object
Modifier and Type | Field and Description |
---|---|
static int |
UNSET_STATUS |
Constructor and Description |
---|
ResourceOperation(org.springframework.http.HttpMethod httpMethod,
String title,
String description,
List<ResourceParameter> parameters,
int successStatus) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
org.springframework.http.HttpMethod |
getHttpMethod() |
List<ResourceParameter> |
getParameters() |
int |
getSuccessStatus() |
String |
getTitle() |
String |
toString() |
public static final int UNSET_STATUS
public ResourceOperation(org.springframework.http.HttpMethod httpMethod, String title, String description, List<ResourceParameter> parameters, int successStatus)
httpMethod
- HttpMethodtitle
- Stringdescription
- StringsuccessStatus
- HTTP statuspublic org.springframework.http.HttpMethod getHttpMethod()
public String getTitle()
public String getDescription()
public List<ResourceParameter> getParameters()
public int getSuccessStatus()
Copyright © 2005–2017 Alfresco Software. All rights reserved.