Interface StoreSearchRequest

    • Method Detail

      • getSCIMFilter

        java.lang.String getSCIMFilter()
        Retrieves the SCIM Filter associated with this search request. The UnboundID scim2 SDK Filter class can be used to parse a SCIM filter.
        Returns:
        The SCIM Filter that should be used. This may be null if no filtering is required.
      • getSizeLimit

        int getSizeLimit()
        Retrieves the maximum number of objects the store adapter should return for the search. A value of zero or less indicates that there should be no limit.
        Returns:
        The maximum number of objects the store adapter should return for the search. A value of zero or less indicates that there should be no limit.