Class CurrentUserPrivilegeSetProperty

java.lang.Object
org.apache.webdav.lib.BaseProperty
org.apache.webdav.lib.properties.CurrentUserPrivilegeSetProperty
All Implemented Interfaces:
Property

public class CurrentUserPrivilegeSetProperty extends BaseProperty
Title: CurrentUserPrivilegeSetProperty.java Description: Company: SpeedLegal Holdings Inc.
Version:
1.0
  • Field Details

  • Constructor Details

    • CurrentUserPrivilegeSetProperty

      public CurrentUserPrivilegeSetProperty(ResponseEntity response, Element element)
      Default constructor for the property.
  • Method Details

    • hasReadAccess

      public boolean hasReadAccess()
    • hasWriteAccess

      public boolean hasWriteAccess()
    • hasReadWriteAccess

      public boolean hasReadWriteAccess()
    • getPropertyAsString

      public String getPropertyAsString()
      Description copied from class: BaseProperty
      This method returns the value of the property. Thus, for example, calling this method on a property such as <D:getlastmodified>Tue, 05 Dec 2000 05:25:02</D:getlastmodified> returns Tue, 05 Dec 2000 05:25:02.
      Note: Mixed content (text and xml together) will not be returned accurately.
      Specified by:
      getPropertyAsString in interface Property
      Overrides:
      getPropertyAsString in class BaseProperty