org.apache.jackrabbit.webdav.security.report
Class PrincipalSearchReport.SearchArgument

java.lang.Object
  extended by org.apache.jackrabbit.webdav.security.report.PrincipalSearchReport.SearchArgument
Enclosing class:
PrincipalSearchReport

protected class PrincipalSearchReport.SearchArgument
extends Object

Inner utility class preparing the query arguments present in the DAV:property-search element(s).


Method Summary
protected  DavPropertyNameSet getSearchProperties()
           
protected  String getSearchString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSearchProperties

protected DavPropertyNameSet getSearchProperties()
Returns:
property name set used to restrict the search to a limited amount of properties.

getSearchString

protected String getSearchString()
Returns:
query string as present in the DAV:match element.


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.