public class ResourceOperation
extends java.lang.Object
Constructor and Description |
---|
ResourceOperation(org.springframework.http.HttpMethod httpMethod,
java.lang.String title,
java.lang.String description,
java.util.List parameters) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
org.springframework.http.HttpMethod |
getHttpMethod() |
java.util.List |
getParameters() |
java.lang.String |
getTitle() |
java.lang.String |
toString() |
public ResourceOperation(org.springframework.http.HttpMethod httpMethod, java.lang.String title, java.lang.String description, java.util.List parameters)
httpMethod
- title
- description
- parameters
- public org.springframework.http.HttpMethod getHttpMethod()
public java.lang.String getTitle()
public java.lang.String getDescription()
public java.util.List getParameters()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.