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
Der KriegerDatevRemoveAdapter enfernt die Verknüpfung einer Rechnung mit
einem DATEV Export
- Version:
- 1.0
- Author:
- rsoika
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.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 Details
-
ERROR_MISSING_DATA
- See Also:
-
ERROR_CONFIG
- See Also:
-
ITEM_DATEV_CLIENT_ID
- See Also:
-
ITEM_DATEV_BOOKING_PERIOD
- See Also:
-
ITEM_DBTR_NAME
- See Also:
-
CHILD_ITEM_PROPERTY
- See Also:
-
-
Constructor Details
-
DatevRemoveAdapter
public DatevRemoveAdapter()
-
-
Method Details
-
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.PluginException This 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
-