Interface CronJobAwareParameterProvider


public interface CronJobAwareParameterProvider
Generates it's own set of flexible search query parameters that can be injected to the cronjobs
  • 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 object
      indexConfig - - context index configuration
      indexedType - context indexed type
      Returns:
      Map<String, Object>