Uses of Class
com.attivio.util.SuppressWarnings
-
Packages that use SuppressWarnings 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.platform.perfmon.model com.attivio.sdk com.attivio.sdk.schema Models data from fields and describes how each field should be handled by the Attivio engine.com.attivio.sdk.search.query com.attivio.util Contains utility classes and methods used across the Attivio code base.com.attivio.util.serialization Contains classes related to serialization/desearialization of objects to/from XML. -
-
Uses of SuppressWarnings in com.attivio.client
Classes in com.attivio.client with annotations of type SuppressWarnings Modifier and Type Class Description class
AbstractSearchClient
Client for querying Attivio AIE. -
Uses of SuppressWarnings in com.attivio.platform.perfmon.model
Classes in com.attivio.platform.perfmon.model with annotations of type SuppressWarnings Modifier and Type Class Description class
MetricData
-
Uses of SuppressWarnings in com.attivio.sdk
Constructors in com.attivio.sdk with annotations of type SuppressWarnings Constructor Description AttivioException(java.lang.String context, ErrorCode code, java.lang.Throwable cause, java.lang.String message, java.lang.Object... params)
Constructs an AttivioException with the error code. -
Uses of SuppressWarnings in com.attivio.sdk.schema
Methods in com.attivio.sdk.schema with annotations of type SuppressWarnings Modifier and Type Method Description int
SchemaField. getMaxTokens()
-
Uses of SuppressWarnings in com.attivio.sdk.search.query
Methods in com.attivio.sdk.search.query with annotations of type SuppressWarnings Modifier and Type Method Description boolean
Query. equals(java.lang.Object other)
-
Uses of SuppressWarnings in com.attivio.util
Classes in com.attivio.util with annotations of type SuppressWarnings Modifier and Type Class Description class
MultiValueMap<K,V>
Map implementation that can hold multiple unique values for a given key.Methods in com.attivio.util with annotations of type SuppressWarnings Modifier and Type Method Description boolean
XStreamSerializer.AttivioDefaultConverter. canConvert(java.lang.Class type)
boolean
XStreamSerializer.NonCachingStringConverter. canConvert(java.lang.Class type)
static void
XMLUtils. changeNamespace(org.dom4j.Element el, org.dom4j.Namespace namespace)
Traverse the element to the roots and updates the namespacestatic int
ObjectUtils. compareTo(java.lang.Comparable a, java.lang.Comparable b)
Deprecated.Use#compare(Comparable, Comparable)
instead.static <T extends java.lang.Throwable>
TObjectUtils. getCause(java.lang.Throwable ex, java.lang.Class<T> type)
Returns the exception of 'type' if anywhere in the exception's cause tree a class of 'type' is found, null otherwisestatic java.util.List<org.dom4j.Element>
XMLUtils. getElements(org.dom4j.Node elem, java.lang.String xpath)
Runs a given XPath on XML pointed to by the given node.static org.dom4j.Element
XMLUtils. getFirstElement(org.dom4j.Element elem, java.lang.String xpath)
Gets the first element matching the given XPathstatic org.dom4j.Node
XMLUtils. getFirstNode(org.dom4j.Node elem, java.lang.String xpath)
Gets the first node matching the given XPathstatic java.util.List<org.dom4j.Node>
XMLUtils. getNodes(org.dom4j.Node elem, java.lang.String xpath)
Runs a given XPath on XML pointed to by the given node.static boolean
LocaleUtils. isValidLocale(java.util.Locale locale)
Returns true if this Locale object is valid.static <K,V>
java.util.Map<K,V>ObjectUtils. newMap(K key, V val, java.lang.Object... args)
Creates a newLinkedHashMap
implementation based on key value pairs specified as paired arguments.static void
ObjectUtils. prettyPrint(int[][] matrix)
Pretty prints a 2-D int arraystatic <T> void
ObjectUtils. prettyPrint(T[][] matrix)
Pretty prints a 2-D object arraystatic PlatformMessage
MessageUtils. rawSend(PlatformMessage msg, java.lang.String endpointName, boolean synchronous)
Sends a message to theendpointName
.static java.util.List<org.dom4j.Element>
XMLUtils. selectElements(org.dom4j.Node elem, java.lang.String xpath)
Runs an XPath expressionstatic java.util.List<org.dom4j.Element>
XMLUtils. selectNodesInNodeNamespace(org.dom4j.Node elem, java.lang.String xpath)
Sets up a namespace context for the xpath, mapping the prefix "def" to the namespace of the document for the node.static <T> int
ObjectUtils. size(T[][] matrix)
Returns the total number of cells in a matrix -
Uses of SuppressWarnings in com.attivio.util.serialization
Methods in com.attivio.util.serialization with annotations of type SuppressWarnings Modifier and Type Method Description static void
ApiInit. registerErrorCodes(java.lang.Class<? extends ErrorCode> clazz)
registers all the error codes in a class.
-