|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.directory.shared.ldap.trigger.StoredProcedureSearchContextOption
public class StoredProcedureSearchContextOption
The search context option of the triggered stored procedure.
| Constructor Summary | |
|---|---|
StoredProcedureSearchContextOption(Dn baseObject)
Instantiates a new stored procedure search context option. |
|
StoredProcedureSearchContextOption(Dn baseObject,
SearchScope searchScope)
Instantiates a new stored procedure search context option. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Dn |
getBaseObject()
Gets the base object. |
SearchScope |
getSearchScope()
Gets the search scope. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StoredProcedureSearchContextOption(Dn baseObject)
baseObject - the base object
public StoredProcedureSearchContextOption(Dn baseObject,
SearchScope searchScope)
baseObject - the base objectsearchScope - the search scope| Method Detail |
|---|
public Dn getBaseObject()
public SearchScope getSearchScope()
public String toString()
toString in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||