Package org.imixs.workflow.datev
Class DatevHelper
- java.lang.Object
-
- org.imixs.workflow.datev.DatevHelper
-
public class DatevHelper extends Object
Der DatevHelper prvides static helper methods- Version:
- 1.0
- Author:
- rsoika
-
-
Constructor Summary
Constructors Constructor Description DatevHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidlogMessage(String message, org.imixs.workflow.ItemCollection configuration, org.imixs.workflow.ItemCollection workitem)Creates a new log entry stored in the item _scheduler_log.
-
-
-
Method Detail
-
logMessage
public static void logMessage(String message, org.imixs.workflow.ItemCollection configuration, org.imixs.workflow.ItemCollection workitem)
Creates a new log entry stored in the item _scheduler_log. The log can be writen optional to the configuraiton and the workitem- Parameters:
message-configuration-
-
-