Package org.imixs.workflow.datev.export
Class DatevEvent
java.lang.Object
org.imixs.workflow.datev.export.DatevEvent
The DatevEvent provides a CDI observer pattern. The DatevEvent is fired
by the DatevExportService. An event Observer can react on event to adapt the
export behaviour.
- Version:
- 1.0
- Author:
- Ralph Soika
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDatevEvent(org.imixs.workflow.ItemCollection workitem, int eventType) Creates a datev event based on a existing workitem -
Method Summary
Modifier and TypeMethodDescriptionintorg.imixs.workflow.FileDataorg.imixs.workflow.ItemCollectionvoidsetFileData(org.imixs.workflow.FileData fileData) voidsetWorkitem(org.imixs.workflow.ItemCollection filter)
-
Field Details
-
ON_EXPORT_FILE
public static final int ON_EXPORT_FILE- See Also:
-
-
Constructor Details
-
DatevEvent
public DatevEvent(org.imixs.workflow.ItemCollection workitem, int eventType) Creates a datev event based on a existing workitem- Parameters:
workitem- - optional profile ItemCollectioneventType-
-
-
Method Details
-
getEventType
public int getEventType() -
getWorkitem
public org.imixs.workflow.ItemCollection getWorkitem() -
setWorkitem
public void setWorkitem(org.imixs.workflow.ItemCollection filter) -
getFileData
public org.imixs.workflow.FileData getFileData() -
setFileData
public void setFileData(org.imixs.workflow.FileData fileData)
-