Package org.projectbarbel.histo.event
Class EventType.RetrieveDataEvent
- java.lang.Object
-
- org.projectbarbel.histo.event.EventType.AbstractBarbelEvent
-
- org.projectbarbel.histo.event.EventType.RetrieveDataEvent
-
- All Implemented Interfaces:
HistoEvent
- Enclosing class:
- EventType
public static class EventType.RetrieveDataEvent extends EventType.AbstractBarbelEvent
-
-
Field Summary
Fields Modifier and Type Field Description static String
BARBEL
static String
QUERY
static String
QUERYOPTIONS
-
Fields inherited from class org.projectbarbel.histo.event.EventType.AbstractBarbelEvent
eventContext
-
-
Constructor Summary
Constructors Constructor Description RetrieveDataEvent(EventType eventType, Map<Object,Object> context)
-
Method Summary
-
Methods inherited from class org.projectbarbel.histo.event.EventType.AbstractBarbelEvent
failed, getDocumentId, 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
-
QUERY
public static final String QUERY
- See Also:
- Constant Field Values
-
BARBEL
public static final String BARBEL
- See Also:
- Constant Field Values
-
QUERYOPTIONS
public static final String QUERYOPTIONS
- See Also:
- Constant Field Values
-
-