Package org.imixs.workflow.datev.export
Class DatevRemoveAdapter
- java.lang.Object
-
- org.imixs.workflow.datev.export.DatevRemoveAdapter
-
- All Implemented Interfaces:
org.imixs.workflow.Adapter,org.imixs.workflow.SignalAdapter
public class DatevRemoveAdapter extends Object implements org.imixs.workflow.SignalAdapter
Der KriegerDatevRemoveAdapter enfernt die Verknüpfung einer Rechnung mit einem DATEV Export- Version:
- 1.0
- Author:
- rsoika
- See Also:
DatevRefAdapter
-
-
Field Summary
Fields Modifier and Type Field Description static StringCHILD_ITEM_PROPERTYstatic StringERROR_CONFIGstatic StringERROR_MISSING_DATAstatic StringITEM_DATEV_BOOKING_PERIODstatic StringITEM_DATEV_CLIENT_IDstatic StringITEM_DBTR_NAME
-
Constructor Summary
Constructors Constructor Description DatevRemoveAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.imixs.workflow.ItemCollectionexecute(org.imixs.workflow.ItemCollection document, org.imixs.workflow.ItemCollection event)This method finds the Datev 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
-
ITEM_DATEV_CLIENT_ID
public static final String ITEM_DATEV_CLIENT_ID
- See Also:
- Constant Field Values
-
ITEM_DATEV_BOOKING_PERIOD
public static final String ITEM_DATEV_BOOKING_PERIOD
- See Also:
- Constant Field Values
-
ITEM_DBTR_NAME
public static final String ITEM_DBTR_NAME
- See Also:
- Constant Field Values
-
CHILD_ITEM_PROPERTY
public static final String CHILD_ITEM_PROPERTY
- See Also:
- Constant Field Values
-
-
Method Detail
-
execute
public org.imixs.workflow.ItemCollection execute(org.imixs.workflow.ItemCollection document, org.imixs.workflow.ItemCollection event) throws org.imixs.workflow.exceptions.AdapterException, org.imixs.workflow.exceptions.PluginExceptionThis method finds the Datev 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
-
-