Uses of Class
com.attivio.sdk.ingest.IngestField
-
Packages that use IngestField Package Description com.attivio.sdk.ingest com.attivio.sdk.test com.attivio.sdk.util -
-
Uses of IngestField in com.attivio.sdk.ingest
Methods in com.attivio.sdk.ingest that return IngestField Modifier and Type Method Description IngestField
IngestField. clone()
IngestField
IngestDocument. getField(java.lang.String field)
Get afield
or null iffield
does not exist.Methods in com.attivio.sdk.ingest that return types with arguments of type IngestField Modifier and Type Method Description java.util.Iterator<IngestField>
IngestDocument. iterator()
Get an iterator for iterating over allfields
.Methods in com.attivio.sdk.ingest with parameters of type IngestField Modifier and Type Method Description void
IngestDocument. setField(IngestField field)
Set afield
for this document.Method parameters in com.attivio.sdk.ingest with type arguments of type IngestField Modifier and Type Method Description void
IngestDocument. forEach(java.util.function.Consumer<? super IngestField> consumer)
-
Uses of IngestField in com.attivio.sdk.test
Methods in com.attivio.sdk.test with parameters of type IngestField Modifier and Type Method Description static void
DocumentAssert. assertFieldValueList(IngestField field, java.lang.Object... values)
static <T> void
DocumentAssert. assertFieldValueSet(IngestField field, T... values)
static IngestFieldValue
DocumentAssert. assertSingleValue(IngestField f)
static IngestFieldValue
DocumentAssert. assertSingleValueOrNull(IngestField f)
-
Uses of IngestField in com.attivio.sdk.util
Methods in com.attivio.sdk.util that return IngestField Modifier and Type Method Description IngestField
NewFieldCreator. createNewField(IngestField oldField, java.lang.String newFieldName)
Returns a new field of type T.Methods in com.attivio.sdk.util with parameters of type IngestField Modifier and Type Method Description IngestFieldValue
AdvancedFieldValueMapper. createMappedValue(IngestDocument doc, IngestField f, IngestFieldValue fv)
Process a single field value and returns the new value.IngestFieldValue
AdvancedFieldValueMapperWrapper. createMappedValue(IngestDocument doc, IngestField f, IngestFieldValue fv)
IngestField
NewFieldCreator. createNewField(IngestField oldField, java.lang.String newFieldName)
Returns a new field of type T.void
AdvancedFieldValueModifier. modifyFieldValue(IngestDocument doc, IngestField f, IngestFieldValue fv)
Modify a single field value in place.
-