Package org.projectbarbel.histo.event
Class EventType.UpdateFinishedEvent
- java.lang.Object
-
- org.projectbarbel.histo.event.EventType.AbstractBarbelEvent
-
- org.projectbarbel.histo.event.EventType.UpdateFinishedEvent
-
- All Implemented Interfaces:
HistoEvent
- Enclosing class:
- EventType
public static class EventType.UpdateFinishedEvent extends EventType.AbstractBarbelEvent
-
-
Field Summary
Fields Modifier and Type Field Description static String
INACTIVATIONS
static String
NEWVERSIONS
-
Fields inherited from class org.projectbarbel.histo.event.EventType.AbstractBarbelEvent
eventContext
-
-
Constructor Summary
Constructors Constructor Description UpdateFinishedEvent(EventType eventType, Map<Object,Object> context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getDocumentId()
-
Methods inherited from class org.projectbarbel.histo.event.EventType.AbstractBarbelEvent
failed, getEventContext, getEventType, getMode, getRootCause, setMode, succeeded
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.projectbarbel.histo.event.HistoEvent
derivedFields, postAsynchronous, postBothWay, postSynchronous, with, with
-
-
-
-
Field Detail
-
NEWVERSIONS
public static final String NEWVERSIONS
- See Also:
- Constant Field Values
-
INACTIVATIONS
public static final String INACTIVATIONS
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDocumentId
public Object getDocumentId()
- Specified by:
getDocumentId
in interfaceHistoEvent
- Overrides:
getDocumentId
in classEventType.AbstractBarbelEvent
-
-