Class OperationType (2.10.0)

OperationType(value)

If a processor or agent does an explicit operation on existing elements.

Values: OPERATION_TYPE_UNSPECIFIED (0): Operation type unspecified. If no operation is specified a provenance entry is simply used to match against a parent. ADD (1): Add an element. REMOVE (2): Remove an element identified by parent. REPLACE (3): Replace an element identified by parent. EVAL_REQUESTED (4): Request human review for the element identified by parent. EVAL_APPROVED (5): Element is reviewed and approved at human review, confidence will be set to 1.0. EVAL_SKIPPED (6): Element is skipped in the validation process.