Package org.imixs.workflow.sepa.services
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
-
-
Constructor Summary
Constructors Constructor Description SepaScheduler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.imixs.workflow.ItemCollectionrun(org.imixs.workflow.ItemCollection configuration)This is the method which processes the timeout event depending on the running timer settings.
-
-
-
Method Detail
-
run
public org.imixs.workflow.ItemCollection run(org.imixs.workflow.ItemCollection configuration) throws org.imixs.workflow.engine.scheduler.SchedulerExceptionThis is the method which processes the timeout event depending on the running timer settings.- Specified by:
runin interfaceorg.imixs.workflow.engine.scheduler.Scheduler- Parameters:
timer-- Throws:
org.imixs.workflow.exceptions.QueryExceptionorg.imixs.workflow.engine.scheduler.SchedulerException
-
-