javax.naming.directory
Class SearchControls
java.lang.Object
javax.naming.directory.SearchControls
- All Implemented Interfaces:
- Serializable
public class SearchControls
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OBJECT_SCOPE
public static final int OBJECT_SCOPE
- See Also:
- Constant Field Values
ONELEVEL_SCOPE
public static final int ONELEVEL_SCOPE
- See Also:
- Constant Field Values
SUBTREE_SCOPE
public static final int SUBTREE_SCOPE
- See Also:
- Constant Field Values
SearchControls
public SearchControls()
SearchControls
public SearchControls(int scope,
long countlim,
int timelim,
String[] attrs,
boolean retobj,
boolean deref)
getSearchScope
public int getSearchScope()
getTimeLimit
public int getTimeLimit()
getDerefLinkFlag
public boolean getDerefLinkFlag()
getReturningObjFlag
public boolean getReturningObjFlag()
getCountLimit
public long getCountLimit()
getReturningAttributes
public String[] getReturningAttributes()
setSearchScope
public void setSearchScope(int scope)
setTimeLimit
public void setTimeLimit(int ms)
setDerefLinkFlag
public void setDerefLinkFlag(boolean on)
setReturningObjFlag
public void setReturningObjFlag(boolean on)
setCountLimit
public void setCountLimit(long limit)
setReturningAttributes
public void setReturningAttributes(String[] attrs)