Interface ExportQuery
- All Known Implementing Classes:
FlexibleSearchExportQuery
public interface ExportQuery
ExportQuery interface. Used to search for Hybris types.
-
Method Summary
Modifier and TypeMethodDescriptionsearch(org.springframework.messaging.Message<?> message, ExportDataEvent exportDataEvent) Search for a list of PK's to send to the next step in the chain
-
Method Details
-
search
List<PK> search(org.springframework.messaging.Message<?> message, ExportDataEvent exportDataEvent) throws Throwable Search for a list of PK's to send to the next step in the chain- Parameters:
message- The Spring message in the chainexportDataEvent- The object that contains the type of event and all relevant data to search- Returns:
- list of PK's
- Throws:
Throwable
-