Uses of Class
com.attivio.sdk.schema.SchemaField.Type
-
Packages that use SchemaField.Type Package Description com.attivio.sdk.schema Models data from fields and describes how each field should be handled by the Attivio engine.com.attivio.sdk.search.facet Copyright 2019 Attivio Inc., All rights reserved.com.attivio.sdk.search.fields Model forFieldExpressions
applied toQueryRequests
.com.attivio.sdk.server.annotation Annotations used to configure components and scanners for the UI.com.attivio.sdk.server.udf API for implementing user defined field expression.com.attivio.util.serialization Contains classes related to serialization/desearialization of objects to/from XML. -
-
Uses of SchemaField.Type in com.attivio.sdk.schema
Methods in com.attivio.sdk.schema that return SchemaField.Type Modifier and Type Method Description static SchemaField.Type
SchemaField.Type. fromExternal(java.lang.String s)
Converts an external value to a type valuestatic SchemaField.Type
SchemaField. getSchemaFieldType(java.lang.Object o)
Gets the data type for a given valueSchemaField.Type
SchemaField. getType()
Gets the Type of this SchemaField.SchemaField.Type
UserDefinedFieldDef. getType()
Get the return type for the user defined field.static SchemaField.Type
SchemaField.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SchemaField.Type[]
SchemaField.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.attivio.sdk.schema with parameters of type SchemaField.Type Modifier and Type Method Description void
SchemaField. setType(SchemaField.Type type)
Sets the Type of this SchemaField.void
UserDefinedFieldDef. setType(SchemaField.Type value)
Set the return type for the user defined field.Constructors in com.attivio.sdk.schema with parameters of type SchemaField.Type Constructor Description SchemaField(java.lang.String fieldName, SchemaField.Type fieldType)
Construct a new typed SchemaField.SchemaField(java.lang.String name, SchemaField.Type type, boolean internal)
Construct a new SchemaField.UserDefinedFieldDef(java.lang.String name, SchemaField.Type type, java.lang.String className)
-
Uses of SchemaField.Type in com.attivio.sdk.search.facet
Methods in com.attivio.sdk.search.facet that return types with arguments of type SchemaField.Type Modifier and Type Method Description java.util.List<SchemaField.Type>
SchemaFacetRequest. getSchemaTypes()
Get the allowed types for returned fields.Methods in com.attivio.sdk.search.facet with parameters of type SchemaField.Type Modifier and Type Method Description void
SchemaFacetRequest. setSchemaTypes(SchemaField.Type... args)
Method parameters in com.attivio.sdk.search.facet with type arguments of type SchemaField.Type Modifier and Type Method Description void
SchemaFacetRequest. setSchemaTypes(java.util.List<SchemaField.Type> value)
-
Uses of SchemaField.Type in com.attivio.sdk.search.fields
Methods in com.attivio.sdk.search.fields that return SchemaField.Type Modifier and Type Method Description SchemaField.Type
AggregateExpression. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
BinaryMathExpression. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
BooleanExpression. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
Cast. getType()
Get the type to cast to.SchemaField.Type
Cast. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
ClauseContext. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
Coalesce. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
Collate. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
Compare. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
Concat. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
Condition. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
Constant. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
CurrentTime. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
DateAdd. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
DateDiff. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
DateExtract. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
DateFormat. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
DocBoost. getType(Schema schema)
Resolve the type for this expression.abstract SchemaField.Type
FieldExpression. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
FieldLength. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
Freshness. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
FuzzyMatch. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
GeoBoost. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
GeoDistance. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
Locate. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
LowerCase. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
MatchingFields. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
MatchingTerms. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
MultiValueJoin. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
NumDocs. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
PartitionId. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
PhraseMatch. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
PhraseScore. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
QueryParameter. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
RegexMatch. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
ScopeField. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
ScopeFrequency. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
ScopeVector. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
ScoreExplain. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
StandardScore. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
StoredField. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
StringLength. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
SubString. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
Switch. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
Teaser. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
TermVector. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
TitleCase. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
TotalScopeFrequency. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
TotalTermFrequency. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
Trim. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
UnaryMathExpression. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
Union. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
UpperCase. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
UserDefinedField. getType(Schema schema)
Resolve the type for this expression.SchemaField.Type
WildcardMatch. getType(Schema schema)
Resolve the type for this expression.Methods in com.attivio.sdk.search.fields with parameters of type SchemaField.Type Modifier and Type Method Description void
Cast. setType(SchemaField.Type type)
Set the type to cast to.Constructors in com.attivio.sdk.search.fields with parameters of type SchemaField.Type Constructor Description Cast(FieldExpression expression, SchemaField.Type type)
Construct a new Cast, castingexpression
totype
.Cast(FieldExpression expression, SchemaField.Type type, int scale)
Construct a new Cast, castingexpression
totype
.Cast(FieldExpression expression, SchemaField.Type type, TimeResolution resolution)
Construct a new Cast, castingexpression
totype
.Cast(java.lang.String fieldName, SchemaField.Type type)
Construct a new Cast, castingfieldName
totype
. -
Uses of SchemaField.Type in com.attivio.sdk.server.annotation
Methods in com.attivio.sdk.server.annotation that return SchemaField.Type Modifier and Type Method Description SchemaField.Type
dataType()
-
Uses of SchemaField.Type in com.attivio.sdk.server.udf
Methods in com.attivio.sdk.server.udf that return SchemaField.Type Modifier and Type Method Description SchemaField.Type
ArgumentInfo. getType()
Indicates the data type for this argument. -
Uses of SchemaField.Type in com.attivio.util.serialization
Methods in com.attivio.util.serialization that return SchemaField.Type Modifier and Type Method Description static SchemaField.Type
SchemaConverter. getAttribute(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, java.lang.String name, SchemaField.Type defaultType)
Gets an SchemaField.Type attribute.Methods in com.attivio.util.serialization with parameters of type SchemaField.Type Modifier and Type Method Description static SchemaField.Type
SchemaConverter. getAttribute(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, java.lang.String name, SchemaField.Type defaultType)
Gets an SchemaField.Type attribute.static java.lang.Comparable
SchemaConverter. getComparable(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, java.lang.String name, SchemaField.Type type)
Get an attribute's value as a typed comparable.
-