com.unboundid.directory.sdk.broker.types
Interface StoreSearchRequest


@NotExtensible
public interface StoreSearchRequest

Represents a SEARCH request received by a DataView in the Identity Broker. All filters and query attributes are using the native SCIM schema for the StoreAdapter (as defined by StoreAdapter.getNativeSchema() ).


Method Summary
 com.unboundid.scim.sdk.PageParameters getPageParameters()
          Retrieve the pagination parameters of the request.
 com.unboundid.scim.sdk.SCIMFilter getSCIMFilter()
          Gets the SCIMFilter associated with this search request.
 com.unboundid.scim.sdk.SCIMQueryAttributes getSCIMQueryAttributes()
          Gets the SCIMQueryAttributes, which indicates whether all attributes or only a certain subset should be returned.
 

Method Detail

getSCIMFilter

com.unboundid.scim.sdk.SCIMFilter getSCIMFilter()
Gets the SCIMFilter associated with this search request.

Returns:
the SCIMFilter that should be used. This may be null.

getSCIMQueryAttributes

com.unboundid.scim.sdk.SCIMQueryAttributes getSCIMQueryAttributes()
Gets the SCIMQueryAttributes, which indicates whether all attributes or only a certain subset should be returned.

Returns:
the SCIMQueryAttributes. This will never be null.

getPageParameters

com.unboundid.scim.sdk.PageParameters getPageParameters()
Retrieve the pagination parameters of the request.

Returns:
The pagination parameters of the request. This may be null.