com.rapidtransform.core.search
Interface SearchCommand

All Known Implementing Classes:
AbstractSearchCommand, AdvancedSearchCommand, CompassSearchCommand

public interface SearchCommand

Interface for a RapidPLM SearchCommand. The SearchCommand object encapsulates the search query, paging information, and any other search related information that is need to perform the search.

Author:
Steve

Method Summary
 java.lang.Integer getCurrentPage()
           
 java.lang.Integer getPageSize()
           
 

Method Detail

getCurrentPage

java.lang.Integer getCurrentPage()

getPageSize

java.lang.Integer getPageSize()