Interface VariableDocumentRecordValue
- All Superinterfaces:
JsonSerializable,RecordValue,RecordValueWithVariables
- All Known Implementing Classes:
ImmutableVariableDocumentRecordValue
-
Method Summary
Modifier and TypeMethodDescriptionlongMethods inherited from interface io.camunda.zeebe.protocol.record.JsonSerializable
toJsonMethods inherited from interface io.camunda.zeebe.protocol.record.RecordValueWithVariables
getVariables
-
Method Details
-
getScopeKey
long getScopeKey()- Returns:
- the scope key associated with the variable document
-
getUpdateSemantics
VariableDocumentUpdateSemantic getUpdateSemantics()- Returns:
- the semantic of how this variable document is applied, see
VariableDocumentUpdateSemantic
-