Class StoredProcedureSearchContextOption

    • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object