Class PrincipalPropertySearch
- java.lang.Object
-
- org.bedework.webdav.servlet.shared.PrincipalPropertySearch
-
public class PrincipalPropertySearch extends Object
- Author:
- Mike Douglass
-
-
Field Summary
Fields Modifier and Type Field Description booleanapplyToPrincipalCollectionSetIf true the request is applied to each collection identified by the DAV:principal-collection-set property of the resource identified by the Request-URI.PropFindMethod.PropRequestprProperties to be returnedCollection<WebdavProperty>propsEach of these must match
-
Constructor Summary
Constructors Constructor Description PrincipalPropertySearch()
-
-
-
Field Detail
-
props
public Collection<WebdavProperty> props
Each of these must match
-
pr
public PropFindMethod.PropRequest pr
Properties to be returned
-
applyToPrincipalCollectionSet
public boolean applyToPrincipalCollectionSet
If true the request is applied to each collection identified by the DAV:principal-collection-set property of the resource identified by the Request-URI.
-
-