org.apache.webdav.lib.properties

Class CurrentUserPrivilegeSetProperty

Implemented Interfaces:
Property

public class CurrentUserPrivilegeSetProperty
extends BaseProperty

Title: CurrentUserPrivilegeSetProperty.java Description: Company: SpeedLegal Holdings Inc.
Version:
1.0

Field Summary

static String
TAG_NAME
The property name.

Fields inherited from class org.apache.webdav.lib.BaseProperty

element, response

Constructor Summary

CurrentUserPrivilegeSetProperty(ResponseEntity response, Element element)
Default constructor for the property.

Method Summary

String
getPropertyAsString()
boolean
hasReadAccess()
boolean
hasReadWriteAccess()
boolean
hasWriteAccess()

Methods inherited from class org.apache.webdav.lib.BaseProperty

getElement, getLocalName, getName, getNamespaceURI, getOwningURL, getPropertyAsString, getStatusCode, toString

Field Details

TAG_NAME

public static final String TAG_NAME
The property name.

Constructor Details

CurrentUserPrivilegeSetProperty

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

Method Details

getPropertyAsString

public String getPropertyAsString()
Specified by:
getPropertyAsString in interface Property
Overrides:
getPropertyAsString in interface BaseProperty

hasReadAccess

public boolean hasReadAccess()

hasReadWriteAccess

public boolean hasReadWriteAccess()

hasWriteAccess

public boolean hasWriteAccess()