Package org.imixs.workflow.datev.imports
Class DatevImportAdapter
- java.lang.Object
-
- org.imixs.workflow.datev.imports.DatevImportAdapter
-
- All Implemented Interfaces:
org.imixs.workflow.Adapter,org.imixs.workflow.SignalAdapter
public class DatevImportAdapter extends Object implements org.imixs.workflow.SignalAdapter
Der DatevImportAdapter liest eine DATEV Datei ein und parst dazu die einzelnen Header Informationen.- DATEV-Format-KZ
- Versionsnummer
- Datenkategorie
- Formatname
- Formatversion
- Erzeugt am
- Version:
- 1.0
- Author:
- rsoika
-
-
Field Summary
Fields Modifier and Type Field Description static StringDATEV_IMPORT_ERRORstatic StringENCODING
-
Constructor Summary
Constructors Constructor Description DatevImportAdapter()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StringcsvVal(String value)Diese methode entfernt optional " Zeichen am begin und endeorg.imixs.workflow.ItemCollectionexecute(org.imixs.workflow.ItemCollection workitem, org.imixs.workflow.ItemCollection event)This method finds or create the Datev Export and adds a reference ($workitemref) to the current invoice.
-
-
-
Field Detail
-
DATEV_IMPORT_ERROR
public static final String DATEV_IMPORT_ERROR
- See Also:
- Constant Field Values
-
ENCODING
public static final String ENCODING
- See Also:
- Constant Field Values
-
-
Method Detail
-
execute
public org.imixs.workflow.ItemCollection execute(org.imixs.workflow.ItemCollection workitem, org.imixs.workflow.ItemCollection event) throws org.imixs.workflow.exceptions.AdapterException, org.imixs.workflow.exceptions.PluginExceptionThis method finds or create the Datev Export and adds a reference ($workitemref) to the current invoice.- Specified by:
executein interfaceorg.imixs.workflow.Adapter- Throws:
org.imixs.workflow.exceptions.PluginExceptionorg.imixs.workflow.exceptions.AdapterException
-
-