Uses of Class
com.attivio.sdk.schema.UserDefinedFieldDef
-
Packages that use UserDefinedFieldDef Package Description com.attivio.sdk.schema Models data from fields and describes how each field should be handled by the Attivio engine. -
-
Uses of UserDefinedFieldDef in com.attivio.sdk.schema
Methods in com.attivio.sdk.schema that return UserDefinedFieldDef Modifier and Type Method Description UserDefinedFieldDef
UserDefinedFieldDef. clone()
UserDefinedFieldDef
Schema. getUserDefinedField(java.lang.String name)
Get a user defined field byname
(case insensitive).Methods in com.attivio.sdk.schema that return types with arguments of type UserDefinedFieldDef Modifier and Type Method Description java.util.List<UserDefinedFieldDef>
Schema. getUserDefinedFields()
Get the user defined fields.Methods in com.attivio.sdk.schema with parameters of type UserDefinedFieldDef Modifier and Type Method Description void
Schema. addUserDefinedField(UserDefinedFieldDef field)
Method parameters in com.attivio.sdk.schema with type arguments of type UserDefinedFieldDef Modifier and Type Method Description void
Schema. setUserDefinedFields(java.util.List<UserDefinedFieldDef> value)
Set the user defined fields.
-