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
public class SEPAExportAdapter extends Object implements 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 Modifier and Type Field Description static StringERROR_CONFIGstatic StringERROR_MISSING_INVOICE
-
Constructor Summary
Constructors Constructor Description SEPAExportAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.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 Detail
-
ERROR_CONFIG
public static final String ERROR_CONFIG
- See Also:
- Constant Field Values
-
ERROR_MISSING_INVOICE
public static final String ERROR_MISSING_INVOICE
- See Also:
- Constant Field Values
-
-
Method Detail
-
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.PluginExceptionThis 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
-
-