Interface UpdateFieldValues

All Superinterfaces:
FieldTypes, FieldValues
All Known Implementing Classes:
FieldPathUpdateFieldValues, FieldUpdateFieldValues, IdentityFieldPathUpdateFieldValues

public interface UpdateFieldValues extends FieldValues
Author:
Simon Thoresen Hult
  • Method Details

    • getOutput

      com.yahoo.document.DocumentUpdate getOutput()
    • getExpression

      Expression getExpression(Expression expression)
    • isComplete

      default boolean isComplete()
      Description copied from interface: FieldValues
      Returns true if this has values for all possibly existing inputs, false if it represents a partial set of values.
      Specified by:
      isComplete in interface FieldValues