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 final String
     
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
    csvVal(String value)
    Diese methode entfernt optional " Zeichen am begin und ende
    org.imixs.workflow.ItemCollection
    execute(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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • DatevImportAdapter

      public DatevImportAdapter()
  • Method Details

    • 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.PluginException
      This method finds or create the Datev Export and adds a reference ($workitemref) to the current invoice.
      Specified by:
      execute in interface org.imixs.workflow.Adapter
      Throws:
      org.imixs.workflow.exceptions.PluginException
      org.imixs.workflow.exceptions.AdapterException
    • csvVal

      public static String csvVal(String value)
      Diese methode entfernt optional " Zeichen am begin und ende
      Parameters:
      value -
      Returns: