Class CompleteValue
java.lang.Object
com.appiancorp.suiteapi.process.history.CompleteValue
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 Summary
ConstructorDescriptionCompleteValue
(TypedValue typedValue) Construct a CompleteValue from a TypedValue. -
Method Summary