Uses of Interface
com.attivio.sdk.util.LocaleAware
-
Packages that use LocaleAware Package Description com.attivio.sdk.ingest com.attivio.sdk.search com.attivio.sdk.search.query com.attivio.util Contains utility classes and methods used across the Attivio code base.com.attivio.util.query Contains classes related to Attivio queries and query handlers. -
-
Uses of LocaleAware in com.attivio.sdk.ingest
Classes in com.attivio.sdk.ingest that implement LocaleAware Modifier and Type Class Description class
IngestDocument
A document for content ingestion.class
IngestField
A list of field values for anIngestDocument
.class
IngestFieldValue
A field value for anIngestDocument
. -
Uses of LocaleAware in com.attivio.sdk.search
Classes in com.attivio.sdk.search that implement LocaleAware Modifier and Type Class Description class
QueryRequest
Represents a search query and all associated meta data about the query such as sorting, faceting, linguistic options, etc. -
Uses of LocaleAware in com.attivio.sdk.search.query
Classes in com.attivio.sdk.search.query that implement LocaleAware Modifier and Type Class Description class
AccessControlQuery
Query that performs access control filtering of a search query.class
BooleanAndQuery
A BooleanAndQuery requires all sub queries must match.class
BooleanNotQuery
A BooleanNotQuery excludes all documents matching a sub query.class
BooleanOrQuery
A BooleanOrQuery requires at least one sub query must match.class
BoostQuery
Query operator that will apply a boost query to a search query.class
CompositeJoinQuery
Join query for querying "composite" document that consists of multiple documents.class
FacetQuery
class
FieldExpressionQuery
A query that matches documents using the value of aFieldExpression
.class
FilterQuery
class
GeoDistanceQuery
Query for matching documents that are a desired distance from a center point.class
GraphQuery
Query that recursively walks linked documents.class
JoinQuery
A JoinQuery matches all documents for a primary query, joining secondary queries.class
PhraseQuery
class
Query
Abstract base class for queries.class
QueryPlugin
Query operator that can be used as a placeholder for replacement in the query workflow.class
QueryString
Query operator that contains an unparsed query string.class
SavedFilter
Query that uses a saved filter to match documents.class
ShapeQuery
Query for matching documents with via aShape
.class
SubQuery
Query operator that contains subQuery
. -
Uses of LocaleAware in com.attivio.util
Methods in com.attivio.util with parameters of type LocaleAware Modifier and Type Method Description static java.util.Locale
LocaleUtils. getDefaultLocale(LocaleAware... localeSearchArray)
Gets the default locale.static java.util.Locale
LocaleUtils. getLocale(java.util.Locale defaultLocale, LocaleAware... localeSearchArray)
Get the Locale from a list of objects, trying them in order. -
Uses of LocaleAware in com.attivio.util.query
Classes in com.attivio.util.query that implement LocaleAware Modifier and Type Class Description class
QueryTraverser
Abstract base class for a query traverser that maintains tree state during traversal.
-