Uses of Class
com.attivio.sdk.event.SystemEvent
-
Packages that use SystemEvent Package Description com.attivio.sdk.client Interfaces for client side AIE development.com.attivio.sdk.event com.attivio.service com.attivio.util Contains utility classes and methods used across the Attivio code base. -
-
Uses of SystemEvent in com.attivio.sdk.client
Methods in com.attivio.sdk.client that return SystemEvent Modifier and Type Method Description SystemEvent
EventStoreApi. getEvent(long eventId)
Methods in com.attivio.sdk.client with parameters of type SystemEvent Modifier and Type Method Description long
EventStoreApi. addEvent(SystemEvent event)
-
Uses of SystemEvent in com.attivio.sdk.event
Methods in com.attivio.sdk.event that return SystemEvent Modifier and Type Method Description SystemEvent
SystemEvent. addMetadata(java.lang.String key, boolean value)
Returns this event.SystemEvent
SystemEvent. addMetadata(java.lang.String key, double value)
Returns this event.SystemEvent
SystemEvent. addMetadata(java.lang.String key, float value)
Returns this event.SystemEvent
SystemEvent. addMetadata(java.lang.String key, int value)
Returns this event.SystemEvent
SystemEvent. addMetadata(java.lang.String key, long value)
Returns this event.SystemEvent
SystemEvent. addMetadata(java.lang.String key, java.lang.String value)
Returns this event.SystemEvent
SystemEvent. addMetadata(java.lang.String key, java.lang.Throwable t)
Adds the Exception's messages and all messages of all causes to the event in the form:SystemEvent
SystemEvent. clone()
Methods in com.attivio.sdk.event that return types with arguments of type SystemEvent Modifier and Type Method Description java.util.List<SystemEvent>
EventQuery. getEventList()
Methods in com.attivio.sdk.event with parameters of type SystemEvent Modifier and Type Method Description int
SystemEvent. compareTo(SystemEvent other)
Method parameters in com.attivio.sdk.event with type arguments of type SystemEvent Modifier and Type Method Description void
EventQuery. setEventList(java.util.List<SystemEvent> eventList)
-
Uses of SystemEvent in com.attivio.service
Methods in com.attivio.service that return SystemEvent Modifier and Type Method Description SystemEvent
MockUnclusteredEventStore. getEvent(long eventId)
Methods in com.attivio.service with parameters of type SystemEvent Modifier and Type Method Description long
MockUnclusteredEventStore. addEvent(SystemEvent event)
-
Uses of SystemEvent in com.attivio.util
Methods in com.attivio.util with parameters of type SystemEvent Modifier and Type Method Description static void
EventUtils. addEventWithTimeout(SystemEvent event)
Adds theevent
to the system repository.
-