org.apache.directory.shared.ldap.trigger
Class StoredProcedureSearchContextOption

java.lang.Object
  extended by org.apache.directory.shared.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
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

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 object
searchScope - 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

toString

public String toString()

Overrides:
toString in class Object

hashCode

public int hashCode()

Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)

Overrides:
equals in class Object


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.