public class StoredProcedureSearchContextOption extends Object implements StoredProcedureOption
| Constructor and Description |
|---|
StoredProcedureSearchContextOption(org.apache.directory.api.ldap.model.name.Dn baseObject)
Instantiates a new stored procedure search context option.
|
StoredProcedureSearchContextOption(org.apache.directory.api.ldap.model.name.Dn baseObject,
org.apache.directory.api.ldap.model.message.SearchScope searchScope)
Instantiates a new stored procedure search context option.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
org.apache.directory.api.ldap.model.name.Dn |
getBaseObject()
Gets the base object.
|
org.apache.directory.api.ldap.model.message.SearchScope |
getSearchScope()
Gets the search scope.
|
int |
hashCode() |
String |
toString() |
public StoredProcedureSearchContextOption(org.apache.directory.api.ldap.model.name.Dn baseObject)
baseObject - the base objectpublic StoredProcedureSearchContextOption(org.apache.directory.api.ldap.model.name.Dn baseObject,
org.apache.directory.api.ldap.model.message.SearchScope searchScope)
baseObject - the base objectsearchScope - the search scopeCopyright © 2003–2014 The Apache Software Foundation. All rights reserved.