Package com.attivio.sdk.util
Interface LocaleAware
-
- All Known Implementing Classes:
AccessControlQuery
,BooleanAndQuery
,BooleanNotQuery
,BooleanOrQuery
,BoostQuery
,CompositeJoinQuery
,FacetQuery
,FieldExpressionQuery
,FilterQuery
,GeoDistanceQuery
,GraphQuery
,IngestDocument
,IngestField
,IngestFieldValue
,JoinQuery
,PhraseQuery
,Query
,QueryPlugin
,QueryRequest
,QueryString
,QueryTraverser
,SavedFilter
,ShapeQuery
,SubQuery
public interface LocaleAware
Marks an object for having local specific information.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Locale
getLocale()
Gets the local associated with this object or null if not set.void
setLocale(java.util.Locale l)
Sets the local associated with this object.
-