Interface CronJobAwareParameterProvider
public interface CronJobAwareParameterProvider
Generates it's own set of flexible search query parameters that can be injected to the cronjobs
-
Method Summary
Modifier and TypeMethodDescriptioncreateParameters(CronJobModel cronJob, IndexConfig indexConfig, IndexedType indexedType) Create provider's parameter in the form of Map<String, Object> representing parameter-value map.
-
Method Details
-
createParameters
Map<String,Object> createParameters(CronJobModel cronJob, IndexConfig indexConfig, IndexedType indexedType) Create provider's parameter in the form of Map<String, Object> representing parameter-value map.- Parameters:
cronJob- - cronJob model objectindexConfig- - context index configurationindexedType- context indexed type- Returns:
- Map<String, Object>
-