Class StoredProcedureSearchContextOption
- java.lang.Object
-
- org.apache.directory.api.ldap.trigger.StoredProcedureSearchContextOption
-
- All Implemented Interfaces:
StoredProcedureOption
public class StoredProcedureSearchContextOption extends Object implements StoredProcedureOption
The search context option of the triggered stored procedure.- Author:
- Apache Directory Project
-
-
Constructor Summary
Constructors Constructor Description 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)DngetBaseObject()Gets the base object.SearchScopegetSearchScope()Gets the search scope.inthashCode()StringtoString()
-
-
-
Constructor Detail
-
StoredProcedureSearchContextOption
public StoredProcedureSearchContextOption(Dn baseObject)
Instantiates a new stored procedure search context option.- Parameters:
baseObject- the base object
-
StoredProcedureSearchContextOption
public StoredProcedureSearchContextOption(Dn baseObject, SearchScope searchScope)
Instantiates a new stored procedure search context option.- Parameters:
baseObject- the base objectsearchScope- the search scope
-
-
Method Detail
-
getBaseObject
public Dn getBaseObject()
Gets the base object.- Returns:
- the base object
-
getSearchScope
public SearchScope getSearchScope()
Gets the search scope.- Returns:
- the search scope
-
-