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
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 -
Method Summary
Modifier and TypeMethodDescriptionorg.imixs.workflow.ItemCollectionrun(org.imixs.workflow.ItemCollection configuration) This is the method which processes the timeout event depending on the running timer settings.
-
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:
runin interfaceorg.imixs.workflow.engine.scheduler.Scheduler- Parameters:
timer-- Throws:
org.imixs.workflow.exceptions.QueryExceptionorg.imixs.workflow.engine.scheduler.SchedulerException
-