Package org.imixs.workflow.sepa.adapter
Class SEPAExportAdapter
java.lang.Object
org.imixs.workflow.sepa.adapter.SEPAExportAdapter
- All Implemented Interfaces:
org.imixs.workflow.Adapter,org.imixs.workflow.SignalAdapter
The SEPAExportAdapter executes the SEPA export and generates a SEPA XML file
from all referred workitems.
- Version:
- 1.0
- Author:
- rsoika
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.imixs.workflow.ItemCollectionexecute(org.imixs.workflow.ItemCollection sepaExport, org.imixs.workflow.ItemCollection event) This method collects a data set with all invoices and computes a SEPA file
-
Field Details
-
ERROR_CONFIG
- See Also:
-
ERROR_MISSING_INVOICE
- See Also:
-
-
Constructor Details
-
SEPAExportAdapter
public SEPAExportAdapter()
-
-
Method Details
-
execute
public org.imixs.workflow.ItemCollection execute(org.imixs.workflow.ItemCollection sepaExport, org.imixs.workflow.ItemCollection event) throws org.imixs.workflow.exceptions.AdapterException, org.imixs.workflow.exceptions.PluginException This method collects a data set with all invoices and computes a SEPA file- Specified by:
executein interfaceorg.imixs.workflow.Adapter- Throws:
org.imixs.workflow.exceptions.PluginExceptionorg.imixs.workflow.exceptions.AdapterException
-