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.SchedulerControllerThe 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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringDATEV_CONFIGURATION
-
Constructor Summary
Constructors Constructor Description DatevController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()StringgetSchedulerClass()Returns the sepa scheduler class name.
-
-
-
Field Detail
-
DATEV_CONFIGURATION
public static final String DATEV_CONFIGURATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
public String getName()
- Overrides:
getNamein classorg.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:
getSchedulerClassin classorg.imixs.workflow.engine.scheduler.SchedulerController
-
-