Class VariableRecord
java.lang.Object
io.camunda.zeebe.msgpack.value.BaseValue
io.camunda.zeebe.msgpack.value.ObjectValue
io.camunda.zeebe.msgpack.UnpackedObject
io.camunda.zeebe.protocol.impl.record.UnifiedRecordValue
io.camunda.zeebe.protocol.impl.record.value.variable.VariableRecord
- All Implemented Interfaces:
Recyclable,JsonSerializable,RecordValue,ProcessInstanceRelated,TenantOwned,VariableRecordValue,BufferReader,BufferWriter
-
Field Summary
Fields inherited from class io.camunda.zeebe.msgpack.UnpackedObject
reader, writerFields inherited from interface io.camunda.zeebe.protocol.record.value.TenantOwned
DEFAULT_TENANT_IDENTIFIER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.agrona.DirectBuffergetName()org.agrona.DirectBufferlonglonglonggetValue()org.agrona.DirectBuffersetBpmnProcessId(org.agrona.DirectBuffer bpmnProcessId) setName(org.agrona.DirectBuffer name) setProcessDefinitionKey(long processDefinitionKey) setProcessInstanceKey(long processInstanceKey) setScopeKey(long scopeKey) setTenantId(String tenantId) setValue(org.agrona.DirectBuffer value) setValue(org.agrona.DirectBuffer value, int offset, int length) Methods inherited from class io.camunda.zeebe.protocol.impl.record.UnifiedRecordValue
getEncodedLength, getLength, isEmpty, toJsonMethods inherited from class io.camunda.zeebe.msgpack.UnpackedObject
wrap, wrap, writeMethods inherited from class io.camunda.zeebe.msgpack.value.ObjectValue
declareProperty, equals, hashCode, read, reset, write, writeJSONMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.camunda.zeebe.util.buffer.BufferReader
copyFromMethods inherited from interface io.camunda.zeebe.protocol.record.JsonSerializable
toJsonMethods inherited from interface io.camunda.zeebe.msgpack.Recyclable
reset
-
Constructor Details
-
VariableRecord
public VariableRecord()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceVariableRecordValue
-
getValue
- Specified by:
getValuein interfaceVariableRecordValue
-
getScopeKey
public long getScopeKey()- Specified by:
getScopeKeyin interfaceVariableRecordValue
-
setScopeKey
-
getProcessInstanceKey
public long getProcessInstanceKey()- Specified by:
getProcessInstanceKeyin interfaceProcessInstanceRelated- Specified by:
getProcessInstanceKeyin interfaceVariableRecordValue
-
getProcessDefinitionKey
public long getProcessDefinitionKey()- Specified by:
getProcessDefinitionKeyin interfaceVariableRecordValue
-
setProcessDefinitionKey
-
getBpmnProcessId
- Specified by:
getBpmnProcessIdin interfaceVariableRecordValue
-
setBpmnProcessId
-
setProcessInstanceKey
-
setValue
-
setName
-
setValue
-
getNameBuffer
public org.agrona.DirectBuffer getNameBuffer() -
getValueBuffer
public org.agrona.DirectBuffer getValueBuffer() -
getBpmnProcessIdBuffer
public org.agrona.DirectBuffer getBpmnProcessIdBuffer() -
getTenantId
- Specified by:
getTenantIdin interfaceTenantOwned
-
setTenantId
-