Understanding Sun Master Index Processing (Repository)

searchExact

Description

This method performs an exact match search using the criteria specified in the object bean. Only records that exactly match the search criteria are returned in the search results object.

Syntax


SearchObjectNameResult searchExact(ObjectNameBean searchCriteria)

Parameters

Name 

Type 

Description 

searchCriteria 

ObjectNameBean

The search criteria for the exact match search. 

Returns

The results of the search stored in a SearchObjectNameResult object.

Throws