Class PersistValueAction

    • Constructor Detail

      • PersistValueAction

        public PersistValueAction​(PersistentValueRepository persistentValueRepository)
        Creates a new instance.
        Parameters:
        persistentValueRepository - The repository for persisted values.
    • Method Detail

      • process

        public List<Map<String,​Object>> process​(Map<String,​Object> data,
                                                      JobExecution jobExecution)
        Takes the value from the supplied data and saves it to the persistence store.
        Parameters:
        data - The data the action will work with.
        jobExecution - The job execution log.
        Returns:
        Always true.