Class SepaScheduler

java.lang.Object
org.imixs.workflow.sepa.services.SepaScheduler
All Implemented Interfaces:
org.imixs.workflow.engine.scheduler.Scheduler

public class SepaScheduler extends Object implements org.imixs.workflow.engine.scheduler.Scheduler
The SepaScheduler implementation exports workflow invoice data into a SEPA file..

The class implements the interface _org.imixs.workflow.engine.scheduler.Scheduler_ and can be used in combination with the Imxis-Workflow Scheduler Service.

Author:
rsoika
See Also:
  • SchedulerService
  • Field Summary

    Fields inherited from interface org.imixs.workflow.engine.scheduler.Scheduler

    ITEM_ERRORMESSAGE, ITEM_LOGMESSAGE, ITEM_SCHEDULER_CLASS, ITEM_SCHEDULER_DEFINITION, ITEM_SCHEDULER_ENABLED, ITEM_SCHEDULER_NAME, ITEM_SCHEDULER_STATUS
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.imixs.workflow.ItemCollection
    run(org.imixs.workflow.ItemCollection configuration)
    This is the method which processes the timeout event depending on the running timer settings.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SepaScheduler

      public SepaScheduler()
  • Method Details

    • run

      public org.imixs.workflow.ItemCollection run(org.imixs.workflow.ItemCollection configuration) throws org.imixs.workflow.engine.scheduler.SchedulerException
      This is the method which processes the timeout event depending on the running timer settings.
      Specified by:
      run in interface org.imixs.workflow.engine.scheduler.Scheduler
      Parameters:
      timer -
      Throws:
      org.imixs.workflow.exceptions.QueryException
      org.imixs.workflow.engine.scheduler.SchedulerException