T - the type of the objects being returned by the search.public interface SearchResult<T extends Serializable> extends Serializable
SearchOptionsBuilder and SearchOptions.
A SearchResult is composed of a result list getResult() that is the paginated list of results matching the provided criteria, and a
result count getCount() that is the total number of results matching the provided criteria.SearchOptions,
SearchOptionsBuilderCopyright © 2013 BonitaSoft. All Rights Reserved.