Class QueryBasedCreationData

java.lang.Object
de.hybris.platform.processing.distributed.simple.data.SimpleAbstractDistributedProcessCreationData
de.hybris.platform.processing.distributed.simple.data.QueryBasedCreationData
All Implemented Interfaces:
ProcessCreationData

public class QueryBasedCreationData extends SimpleAbstractDistributedProcessCreationData
Process creation data which is based on Flexible Search Query. By default it queries for PKs of an Item and only PKs will be on a result list. According to the batch size a List of resulting PKs will be available as a context data for individual batch processing. More complex, multi-value queries are also supported but result class list must be provided. Keep in mind that result must be serializable since it is stored in a BLOB field of a Batch later on.