Package com.attivio.sdk.util
Interface FieldValueModifier
-
public interface FieldValueModifier
Modify a singleIngestFieldValue
in place.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
modifyFieldValue(java.lang.String fieldName, IngestFieldValue fv)
Process a single field value and modify it in place.
-
-
-
Method Detail
-
modifyFieldValue
void modifyFieldValue(java.lang.String fieldName, IngestFieldValue fv)
Process a single field value and modify it in place.- Parameters:
fieldName
- the input field name being processed.fv
- the value to process.
-
-