Package org.alfresco.rest.framework.core
Class ResourceOperation
java.lang.Object
org.alfresco.rest.framework.core.ResourceOperation
Operations that can typically take place on a Restful resource
- Author:
- Gethin James
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionResourceOperation
(org.springframework.http.HttpMethod httpMethod, String title, String description, List<ResourceParameter> parameters, int successStatus) -
Method Summary
-
Field Details
-
UNSET_STATUS
public static final int UNSET_STATUS- See Also:
-
-
Constructor Details
-
ResourceOperation
public ResourceOperation(org.springframework.http.HttpMethod httpMethod, String title, String description, List<ResourceParameter> parameters, int successStatus) - Parameters:
httpMethod
- HttpMethodtitle
- Stringdescription
- StringsuccessStatus
- HTTP status
-
-
Method Details