Uses of Class
com.attivio.sdk.event.SystemEvent.Severity
-
Packages that use SystemEvent.Severity Package Description com.attivio.client Contains the Client Attivio API for adding content, submitting queries, and sending general purpose messages to an Attivio server.com.attivio.connector com.attivio.sdk.event com.attivio.sdk.scanner -
-
Uses of SystemEvent.Severity in com.attivio.client
Methods in com.attivio.client that return SystemEvent.Severity Modifier and Type Method Description protected SystemEvent.Severity
ContentFeeder. getSeverity(AuditClientSummary summary)
-
Uses of SystemEvent.Severity in com.attivio.connector
Methods in com.attivio.connector that return SystemEvent.Severity Modifier and Type Method Description SystemEvent.Severity
DataSourceAPIErrorDescriptorImpl. getSystemEventSevirity()
Methods in com.attivio.connector with parameters of type SystemEvent.Severity Modifier and Type Method Description void
DataSourceAPIErrorDescriptorImpl. setSystemEventSevirity(SystemEvent.Severity systemEventSevirity)
-
Uses of SystemEvent.Severity in com.attivio.sdk.event
Methods in com.attivio.sdk.event that return SystemEvent.Severity Modifier and Type Method Description static SystemEvent.Severity
SystemEvent.Severity. fromValue(int value)
SystemEvent.Severity
SystemEvent. getSeverity()
static SystemEvent.Severity
SystemEvent.Severity. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SystemEvent.Severity[]
SystemEvent.Severity. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.attivio.sdk.event with parameters of type SystemEvent.Severity Modifier and Type Method Description void
SystemEvent. setSeverity(SystemEvent.Severity severity)
Constructors in com.attivio.sdk.event with parameters of type SystemEvent.Severity Constructor Description SystemEvent(SystemEvent.Severity severity, java.lang.String subsystem, java.lang.String description)
Constructor, date set toSystem.currentTimeMillis()
-
Uses of SystemEvent.Severity in com.attivio.sdk.scanner
Methods in com.attivio.sdk.scanner that return SystemEvent.Severity Modifier and Type Method Description SystemEvent.Severity
DataSourceAPIErrorDescriptor. getSystemEventSevirity()
Generate a system event with the specified severity.
-