Class SkipAction

    • Constructor Detail

      • SkipAction

        public SkipAction()
        Creates a new component instance.
    • Method Detail

      • process

        public List<Map<String,​Object>> process​(Map<String,​Object> data,
                                                      JobExecution jobExecution)
        Skips processing of the configured amount of data items.
        Parameters:
        data - The data the action will work with.
        jobExecution - The job execution log.
        Returns:
        Every data item after the first 'n' have been skipped.
      • reset

        public void reset()
        Resets the action so that the configured amount of data items is skiped again.
        Specified by:
        reset in interface Action
        Overrides:
        reset in class BaseAction