Interface InProgressSearchOperation

    • Method Detail

      • getBaseDN

        Dn getBaseDN()
        Retrieves the base DN for this search operation.
        Returns:
        The base DN for this search operation.
      • getScope

        SearchScope getScope()
        Retrieves the scope for this search operation.
        Returns:
        The scope for this search operation.
      • getDerefPolicy

        DereferenceAliasesPolicy getDerefPolicy()
        Retrieves the alias dereferencing policy for this search operation.
        Returns:
        The alias dereferencing policy for this search operation.
      • getSizeLimit

        int getSizeLimit()
        Retrieves the size limit for this search operation.
        Returns:
        The size limit for this search operation.
      • getTimeLimit

        int getTimeLimit()
        Retrieves the time limit for this search operation.
        Returns:
        The time limit for this search operation.
      • getTypesOnly

        boolean getTypesOnly()
        Retrieves the typesOnly flag for this search operation.
        Returns:
        The typesOnly flag for this search operation.
      • getFilter

        Filter getFilter()
        Retrieves the filter for this search operation.
        Returns:
        The filter for this search operation.
      • getAttributes

        Set<String> getAttributes()
        Retrieves the set of requested attributes for this search operation. Its contents should not be altered.
        Returns:
        The set of requested attributes for this search operation.