Package org.imixs.workflow.sepa.adapter
Class SEPARefFinishAdapter
java.lang.Object
org.imixs.workflow.sepa.adapter.SEPARefFinishAdapter
- All Implemented Interfaces:
org.imixs.workflow.Adapter,org.imixs.workflow.SignalAdapter
The SEPARefFinishAdapter processes all invoices referred by this sepa export.
The definition for the event to be processed is expected in the following
format
<sepa name="invoice_update">
<modelversion>1.0.0</modelversion>
<task>100</task>
<event>20</event>
</sepa>
- 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
-
SEPARefFinishAdapter
public SEPARefFinishAdapter()
-
-
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
-