Class TimerEventHandler

    • Constructor Detail

      • TimerEventHandler

        public TimerEventHandler()
    • Method Detail

      • setActivityIdToConfiguration

        public static String setActivityIdToConfiguration​(String jobHandlerConfiguration,
                                                          String activityId)
      • getActivityIdFromConfiguration

        public static String getActivityIdFromConfiguration​(String jobHandlerConfiguration)
      • getCalendarNameFromConfiguration

        public static String getCalendarNameFromConfiguration​(String jobHandlerConfiguration)
      • setEndDateToConfiguration

        public static String setEndDateToConfiguration​(String jobHandlerConfiguration,
                                                       String endDate)
      • getEndDateFromConfiguration

        public static String getEndDateFromConfiguration​(String jobHandlerConfiguration)
      • createObjectNode

        protected static com.fasterxml.jackson.databind.node.ObjectNode createObjectNode()
      • readJsonValueAsObjectNode

        protected static com.fasterxml.jackson.databind.node.ObjectNode readJsonValueAsObjectNode​(String config)
                                                                                           throws IOException
        Throws:
        IOException
      • readJsonValue

        protected static com.fasterxml.jackson.databind.JsonNode readJsonValue​(String config)
                                                                        throws IOException
        Throws:
        IOException