public class DatevSchedulerXML extends Object implements org.imixs.workflow.engine.scheduler.Scheduler
The class implements the interface _org.imixs.workflow.engine.scheduler.Scheduler_ and can be used in combination with the Imxis-Workflow Scheduler Service.
The goal of the DatevSchedulerXML is to create a ZIP file containing the invoices files and the DATEV Belegsatz data in xml format. One XML file is generated for each invoide. The file "document.xml" contains the links to the invoice attachments.
├── document.xml/
├── Eingangsrechnung_001.pdf
├── Eingangsrechnung_001.xml
├── Eingangsrechnung_002.pdf
├── Eingangsrechnung_002.xml
SchedulerService| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_COUNT |
| Constructor and Description |
|---|
DatevSchedulerXML() |
| Modifier and Type | Method and 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.
|
public static final int MAX_COUNT
public org.imixs.workflow.ItemCollection run(org.imixs.workflow.ItemCollection configuration)
throws org.imixs.workflow.engine.scheduler.SchedulerException
run in interface org.imixs.workflow.engine.scheduler.Schedulertimer - org.imixs.workflow.exceptions.QueryExceptionorg.imixs.workflow.engine.scheduler.SchedulerExceptionCopyright © 2020 Imixs Software Solutions GmbH. All rights reserved.