Package org.imixs.workflow.engine
Klasse DocumentEvent
java.lang.Object
org.imixs.workflow.engine.DocumentEvent
The DocumentEvent provides a CDI observer pattern. The DocumentEvent is fired
by the DocumentService EJB. An event Observer can react on a save or load
event.
The DocumentEvent defines the following event types:
- ON_DOCUMENT_SAVE - send immediately before a document will be saved
- ON_DOCUMENT_LOAD - send immediately after a document was loaded
- ON_DOCUMENT_DELETE - send immediately before a document will be deleted
- Version:
- 1.0
- Autor:
- Ralph Soika
- Siehe auch:
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intstatic final intstatic final int -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Felddetails
-
ON_DOCUMENT_SAVE
public static final int ON_DOCUMENT_SAVE- Siehe auch:
-
ON_DOCUMENT_LOAD
public static final int ON_DOCUMENT_LOAD- Siehe auch:
-
ON_DOCUMENT_DELETE
public static final int ON_DOCUMENT_DELETE- Siehe auch:
-
-
Konstruktordetails
-
DocumentEvent
-
-
Methodendetails
-
getEventType
public int getEventType() -
getDocument
-