Package org.projectbarbel.histo.event
Class EventType.InactivationEvent
- java.lang.Object
-
- org.projectbarbel.histo.event.EventType.AbstractBarbelEvent
-
- org.projectbarbel.histo.event.EventType.InactivationEvent
-
- All Implemented Interfaces:
HistoEvent
- Enclosing class:
- EventType
public static class EventType.InactivationEvent extends EventType.AbstractBarbelEvent
-
-
Field Summary
Fields Modifier and Type Field Description static String
OBJECT_ADDED
static String
OBJECT_REMOVED
-
Fields inherited from class org.projectbarbel.histo.event.EventType.AbstractBarbelEvent
eventContext
-
-
Constructor Summary
Constructors Constructor Description InactivationEvent(EventType eventType, Map<Object,Object> context)
-
Method Summary
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
-
OBJECT_REMOVED
public static final String OBJECT_REMOVED
- See Also:
- Constant Field Values
-
OBJECT_ADDED
public static final String OBJECT_ADDED
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDocumentId
public Object getDocumentId()
- Specified by:
getDocumentId
in interfaceHistoEvent
- Overrides:
getDocumentId
in classEventType.AbstractBarbelEvent
-
-