Class DatevController

java.lang.Object
org.imixs.workflow.engine.scheduler.SchedulerController
org.imixs.workflow.datev.controller.DatevController
All Implemented Interfaces:
Serializable

@Named @RequestScoped public class DatevController extends org.imixs.workflow.engine.scheduler.SchedulerController
The DatevController is used to configure the DatevScheduler. This service is used to generate datev export workitems.

The Controller creates a configuration entity "type=configuration; txtname=datev".

The following config items are defined: The following config items are defined:

 _model_version = model version for the SEPA export
 _initial_task = inital task ID
 
Author:
rsoika
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    Returns the sepa scheduler class name.

    Methods inherited from class org.imixs.workflow.engine.scheduler.SchedulerController

    getConfiguration, getSchedulerService, init, millisToShortDHMS, refresh, restartScheduler, saveConfiguration, setConfiguration, setName, setSchedulerClass, startScheduler, stopScheduler

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • DatevController

      public DatevController()
  • Method Details

    • getName

      public String getName()
      Overrides:
      getName in class org.imixs.workflow.engine.scheduler.SchedulerController
    • getSchedulerClass

      public String getSchedulerClass()
      Returns the sepa scheduler class name. This name depends on the _export_type. There are two export interfaces available - csv and XML
      Overrides:
      getSchedulerClass in class org.imixs.workflow.engine.scheduler.SchedulerController