Package org.imixs.workflow.sepa.adapter
Class SEPARefRemoveAdapter
- java.lang.Object
-
- org.imixs.workflow.sepa.adapter.SEPARefRemoveAdapter
-
- All Implemented Interfaces:
org.imixs.workflow.Adapter,org.imixs.workflow.SignalAdapter
public class SEPARefRemoveAdapter extends Object implements org.imixs.workflow.SignalAdapter
The SEPARefRemoveAdapter removes the linking of an invoice with a SEPA export- Version:
- 1.0
- Author:
- rsoika
- See Also:
SEPARefAddAdapter
-
-
Field Summary
Fields Modifier and Type Field Description static StringERROR_CONFIGstatic StringERROR_MISSING_DATA
-
Constructor Summary
Constructors Constructor Description SEPARefRemoveAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.imixs.workflow.ItemCollectionexecute(org.imixs.workflow.ItemCollection invoice, org.imixs.workflow.ItemCollection event)This method finds the SEPA export and removes a reference ($workitemref) to the current invoice.
-
-
-
Field Detail
-
ERROR_MISSING_DATA
public static final String ERROR_MISSING_DATA
- See Also:
- Constant Field Values
-
ERROR_CONFIG
public static final String ERROR_CONFIG
- See Also:
- Constant Field Values
-
-
Method Detail
-
execute
public org.imixs.workflow.ItemCollection execute(org.imixs.workflow.ItemCollection invoice, org.imixs.workflow.ItemCollection event) throws org.imixs.workflow.exceptions.AdapterException, org.imixs.workflow.exceptions.PluginExceptionThis method finds the SEPA export and removes a reference ($workitemref) to the current invoice.- Specified by:
executein interfaceorg.imixs.workflow.Adapter- Throws:
org.imixs.workflow.exceptions.PluginExceptionorg.imixs.workflow.exceptions.AdapterException
-
-