Interface VariableDocumentRecordValue
- All Superinterfaces:
JsonSerializable,RecordValue,RecordValueWithVariables,TenantOwned
- All Known Implementing Classes:
ImmutableVariableDocumentRecordValue
@Immutable
public interface VariableDocumentRecordValue
extends RecordValueWithVariables, TenantOwned
-
Field Summary
Fields inherited from interface io.camunda.zeebe.protocol.record.value.TenantOwned
DEFAULT_TENANT_IDENTIFIER -
Method Summary
Modifier and TypeMethodDescriptionlongMethods inherited from interface io.camunda.zeebe.protocol.record.JsonSerializable
toJsonMethods inherited from interface io.camunda.zeebe.protocol.record.RecordValueWithVariables
getVariablesMethods inherited from interface io.camunda.zeebe.protocol.record.value.TenantOwned
getTenantId
-
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
-