Interface ExportQuery
-
- All Known Implementing Classes:
FlexibleSearchExportQuery
public interface ExportQueryExportQuery interface. Used to search for Hybris types.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<PK>search(org.springframework.messaging.Message<?> message, ExportDataEvent exportDataEvent)Search for a list of PK's to send to the next step in the chain
-
-
-
Method Detail
-
search
java.util.List<PK> search(org.springframework.messaging.Message<?> message, ExportDataEvent exportDataEvent) throws java.lang.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:
java.lang.Throwable
-
-