Package org.apache.webdav.lib.properties
Class CurrentUserPrivilegeSetProperty
java.lang.Object
org.apache.webdav.lib.BaseProperty
org.apache.webdav.lib.properties.CurrentUserPrivilegeSetProperty
- All Implemented Interfaces:
Property
Title: CurrentUserPrivilegeSetProperty.java
Description:
Company: SpeedLegal Holdings Inc.
- Version:
- 1.0
-
Field Summary
FieldsFields inherited from class org.apache.webdav.lib.BaseProperty
element, response
-
Constructor Summary
ConstructorsConstructorDescriptionCurrentUserPrivilegeSetProperty
(ResponseEntity response, Element element) Default constructor for the property. -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the value of the property.boolean
boolean
boolean
Methods inherited from class org.apache.webdav.lib.BaseProperty
getElement, getLocalName, getName, getNamespaceURI, getOwningURL, getStatusCode, toString
-
Field Details
-
TAG_NAME
The property name.- See Also:
-
-
Constructor Details
-
CurrentUserPrivilegeSetProperty
Default constructor for the property.
-
-
Method Details
-
hasReadAccess
public boolean hasReadAccess() -
hasWriteAccess
public boolean hasWriteAccess() -
hasReadWriteAccess
public boolean hasReadWriteAccess() -
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>
returnsTue, 05 Dec 2000 05:25:02
.
Note: Mixed content (text and xml together) will not be returned accurately.- Specified by:
getPropertyAsString
in interfaceProperty
- Overrides:
getPropertyAsString
in classBaseProperty
-