Uses of Class
com.floragunn.searchsupport.jobs.config.validation.ConfigValidationException
-
-
Uses of ConfigValidationException in com.floragunn.searchsupport.jobs.config
Methods in com.floragunn.searchsupport.jobs.config that throw ConfigValidationException Modifier and Type Method Description JobConfigTypeAbstractJobConfigFactory. createFromBytes(String id, org.elasticsearch.common.bytes.BytesReference source, long version)JobConfigTypeJobConfigFactory. createFromBytes(String id, org.elasticsearch.common.bytes.BytesReference source, long version)protected abstract JobConfigTypeAbstractJobConfigFactory. createFromJsonNode(String id, com.fasterxml.jackson.databind.JsonNode jsonNode, long version)protected DefaultJobConfigDefaultJobConfigFactory. createFromJsonNode(String id, com.fasterxml.jackson.databind.JsonNode jsonNode, long version)protected List<org.quartz.Trigger>AbstractJobConfigFactory. getTriggers(org.quartz.JobKey jobKey, com.fasterxml.jackson.databind.JsonNode jsonNode) -
Uses of ConfigValidationException in com.floragunn.searchsupport.jobs.config.elements
Methods in com.floragunn.searchsupport.jobs.config.elements that throw ConfigValidationException Modifier and Type Method Description ResultTypeInlineMustacheTemplate. get(Map<String,Object> params)static InlineMustacheTemplate<String>InlineMustacheTemplate. parse(org.elasticsearch.script.ScriptService scriptService, String value)static <ResultType>
InlineMustacheTemplate<ResultType>InlineMustacheTemplate. parse(org.elasticsearch.script.ScriptService scriptService, String value, ValidatingFunction<String,ResultType> conversionFunction)static <ResultType>
InlineMustacheTemplate<ResultType>InlineMustacheTemplate. parse(org.elasticsearch.script.ScriptService scriptService, String value, ValidatingFunction<String,ResultType> conversionFunction, Object expectedValue)static <ResultType>
InlineMustacheTemplate<ResultType>InlineMustacheTemplate. parse(org.elasticsearch.script.ScriptService scriptService, String value, Function<String,ResultType> conversionFunction)static <ResultType>
InlineMustacheTemplate<ResultType>InlineMustacheTemplate. parse(org.elasticsearch.script.ScriptService scriptService, String value, Function<String,ResultType> conversionFunction, Object expectedValue)InlineMustacheTemplate<ResultType>InlineMustacheTemplate.Parser. parse(String string) -
Uses of ConfigValidationException in com.floragunn.searchsupport.jobs.config.schedule
Methods in com.floragunn.searchsupport.jobs.config.schedule that throw ConfigValidationException Modifier and Type Method Description ScheduleImplDefaultScheduleFactory. create(org.quartz.JobKey jobKey, com.fasterxml.jackson.databind.node.ObjectNode objectNode)XScheduleFactory. create(org.quartz.JobKey jobKey, com.fasterxml.jackson.databind.node.ObjectNode objectNode)protected org.quartz.TriggerDefaultScheduleFactory. createCronTrigger(org.quartz.JobKey jobKey, String cronExpression, TimeZone timeZone)protected org.quartz.TriggerDefaultScheduleFactory. createIntervalScheduleTrigger(org.quartz.JobKey jobKey, String interval)protected List<org.quartz.Trigger>DefaultScheduleFactory. createScheduleTriggers(org.quartz.JobKey jobKey, com.fasterxml.jackson.databind.JsonNode jsonNode)protected org.quartz.TriggerDefaultScheduleFactory. createTrigger(org.quartz.JobKey jobKey, com.fasterxml.jackson.databind.JsonNode jsonNode, TimeZone timeZone, TriggerFactory<?> scheduleFactory)protected List<org.quartz.Trigger>DefaultScheduleFactory. getCronScheduleTriggers(org.quartz.JobKey jobKey, Object scheduleTriggers, TimeZone timeZone)protected List<org.quartz.Trigger>DefaultScheduleFactory. getIntervalScheduleTriggers(org.quartz.JobKey jobKey, Object scheduleTriggers)protected List<org.quartz.Trigger>DefaultScheduleFactory. getTriggers(org.quartz.JobKey jobKey, com.fasterxml.jackson.databind.JsonNode scheduleTriggers, TimeZone timeZone, TriggerFactory<?> scheduleFactory) -
Uses of ConfigValidationException in com.floragunn.searchsupport.jobs.config.schedule.elements
Methods in com.floragunn.searchsupport.jobs.config.schedule.elements that throw ConfigValidationException Modifier and Type Method Description static DailyTriggerDailyTrigger. create(com.fasterxml.jackson.databind.JsonNode jsonNode, TimeZone timeZone)static HourlyTriggerHourlyTrigger. create(com.fasterxml.jackson.databind.JsonNode jsonNode, TimeZone timeZone)static MonthlyTriggerMonthlyTrigger. create(com.fasterxml.jackson.databind.JsonNode jsonNode, TimeZone timeZone)abstract TTriggerFactory. create(com.fasterxml.jackson.databind.JsonNode jsonNode, TimeZone timeZone)static WeeklyTriggerWeeklyTrigger. create(com.fasterxml.jackson.databind.JsonNode jsonNode, TimeZone timeZone)protected static org.quartz.TimeOfDayHumanReadableCronTrigger. parseTimeOfDay(String string) -
Uses of ConfigValidationException in com.floragunn.searchsupport.jobs.config.validation
Methods in com.floragunn.searchsupport.jobs.config.validation with parameters of type ConfigValidationException Modifier and Type Method Description ValidationErrorsValidationErrors. add(String attribute, ConfigValidationException watchValidationException)Methods in com.floragunn.searchsupport.jobs.config.validation that throw ConfigValidationException Modifier and Type Method Description RValidatingFunction. apply(T t)ValueTypeValueParser. parse(String string)static com.fasterxml.jackson.databind.node.ObjectNodeValidatingJsonParser. readObject(String string)static com.fasterxml.jackson.databind.JsonNodeValidatingJsonParser. readTree(String string)voidValidationErrors. throwExceptionForPresentErrors() -
Uses of ConfigValidationException in com.floragunn.searchsupport.util.duration
Methods in com.floragunn.searchsupport.util.duration that throw ConfigValidationException Modifier and Type Method Description static DurationExpressionDurationExpression. parse(String string)DurationDurationFormat. parse(String durationString)static DurationExpressionExpontentialDurationExpression. tryParse(String string)
-