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 DatevRemoveAdapter enfernt eine Verknüpfung aus einem DATEV Export
Version:
1.0
Author:
rsoika
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.imixs.workflow.ItemCollection
    execute(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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      execute in interface org.imixs.workflow.Adapter
      Throws:
      org.imixs.workflow.exceptions.PluginException
      org.imixs.workflow.exceptions.AdapterException