Class ResourceOperation

java.lang.Object
org.alfresco.rest.framework.core.ResourceOperation

public class ResourceOperation extends Object
Operations that can typically take place on a Restful resource
Author:
Gethin James
  • Field Details

  • Constructor Details

    • ResourceOperation

      public ResourceOperation(org.springframework.http.HttpMethod httpMethod, String title, String description, List<ResourceParameter> parameters, int successStatus)
      Parameters:
      httpMethod - HttpMethod
      title - String
      description - String
      successStatus - HTTP status
  • Method Details

    • getHttpMethod

      public org.springframework.http.HttpMethod getHttpMethod()
    • getTitle

      public String getTitle()
    • getDescription

      public String getDescription()
    • getParameters

      public List<ResourceParameter> getParameters()
    • getSuccessStatus

      public int getSuccessStatus()
    • toString

      public String toString()
      Overrides:
      toString in class Object