Class CompleteValue

java.lang.Object
com.appiancorp.suiteapi.process.history.CompleteValue

public final class CompleteValue extends Object
CompleteValue Some AuditHistoryRows will have PartialValues, others will have CompleteValues. The first row of a given value for a domain!key in a process context will always be a CompleteValue, but subsequent rows may be PartialValues, which may then be applied _in order_ to the previous CompleteValue to yield another CompleteValue.
See Also:
  • Constructor Details

    • CompleteValue

      public CompleteValue(TypedValue typedValue)
      Construct a CompleteValue from a TypedValue.
      Parameters:
      typedValue -
  • Method Details

    • getTypedValue

      public TypedValue getTypedValue()
      Returns:
      the TypedValue representing this row's value
    • toString

      public String toString()
      Overrides:
      toString in class Object
      Returns:
      this result String is subject to change