Class PropPatchMethod.PropertyAction

java.lang.Object
org.alfresco.repo.webdav.PropPatchMethod.PropertyAction
Enclosing class:
PropPatchMethod

protected class PropPatchMethod.PropertyAction extends Object
Stores information about PROPPATCH action(set or remove) an according property.
Author:
Ivan Rybnikov
  • Field Details

  • Constructor Details

    • PropertyAction

      public PropertyAction(int action, WebDAVProperty property)
      Constructor
      Parameters:
      action - int
      property - WebDAVProperty
  • Method Details

    • setResult

      public void setResult(int statusCode, String statusCodeDescription)
    • getStatusCode

      public int getStatusCode()
    • getStatusCodeDescription

      public String getStatusCodeDescription()
    • getAction

      public int getAction()
    • getProperty

      public WebDAVProperty getProperty()
    • toString

      public String toString()
      Overrides:
      toString in class Object