Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- ActivatedJob - Interface in io.camunda.zeebe.protocol.impl.stream.job
-
Represents an activated
JobRecordValue. - ActivatedJobImpl - Class in io.camunda.zeebe.protocol.impl.stream.job
- ActivatedJobImpl() - Constructor for class io.camunda.zeebe.protocol.impl.stream.job.ActivatedJobImpl
- addActivateInstruction(ProcessInstanceModificationActivateInstruction) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceModificationRecord
- addAddress(DirectBuffer, DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.encoding.BrokerInfo
- addAncestorScopeKeys(Set<Long>) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceModificationActivateInstruction
- addMappingInstruction(ProcessInstanceMigrationMappingInstruction) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceMigrationRecord
- addMessageKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageBatchRecord
- addPartitionHealth(Integer, PartitionHealthStatus) - Method in class io.camunda.zeebe.protocol.impl.encoding.BrokerInfo
- addPartitionRole(Integer, PartitionRole) - Method in class io.camunda.zeebe.protocol.impl.encoding.BrokerInfo
- addPermission(AuthorizationRecordValue.PermissionValue) - Method in class io.camunda.zeebe.protocol.impl.record.value.authorization.AuthorizationRecord
- addResourceId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.authorization.Permission
- addResourceIds(List<String>) - Method in class io.camunda.zeebe.protocol.impl.record.value.authorization.Permission
- addStartInstruction(ProcessInstanceCreationStartInstruction) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceCreationRecord
- addStartInstructions(List<ProcessInstanceCreationStartInstruction>) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceCreationRecord
- addTerminateInstruction(ProcessInstanceModificationRecordValue.ProcessInstanceModificationTerminateInstructionValue) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceModificationRecord
- addVariableInstruction(ProcessInstanceModificationVariableInstruction) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceModificationActivateInstruction
- AdminRequest - Class in io.camunda.zeebe.protocol.impl.encoding
- AdminRequest() - Constructor for class io.camunda.zeebe.protocol.impl.encoding.AdminRequest
- AdminResponse - Class in io.camunda.zeebe.protocol.impl.encoding
- AdminResponse() - Constructor for class io.camunda.zeebe.protocol.impl.encoding.AdminResponse
- AuthInfo - Class in io.camunda.zeebe.protocol.impl.encoding
- AuthInfo() - Constructor for class io.camunda.zeebe.protocol.impl.encoding.AuthInfo
- AuthInfo.AuthDataFormat - Enum Class in io.camunda.zeebe.protocol.impl.encoding
- authorization(AuthInfo) - Method in class io.camunda.zeebe.protocol.impl.record.RecordMetadata
- authorization(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.RecordMetadata
- AuthorizationRecord - Class in io.camunda.zeebe.protocol.impl.record.value.authorization
- AuthorizationRecord() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.authorization.AuthorizationRecord
B
- backupId() - Method in record class io.camunda.zeebe.protocol.impl.encoding.BackupListResponse.BackupStatus
-
Returns the value of the
backupIdrecord component. - BackupListResponse - Class in io.camunda.zeebe.protocol.impl.encoding
- BackupListResponse() - Constructor for class io.camunda.zeebe.protocol.impl.encoding.BackupListResponse
- BackupListResponse(List<BackupListResponse.BackupStatus>) - Constructor for class io.camunda.zeebe.protocol.impl.encoding.BackupListResponse
- BackupListResponse(DirectBuffer, int, int) - Constructor for class io.camunda.zeebe.protocol.impl.encoding.BackupListResponse
- BackupListResponse.BackupStatus - Record Class in io.camunda.zeebe.protocol.impl.encoding
- BackupRequest - Class in io.camunda.zeebe.protocol.impl.encoding
- BackupRequest() - Constructor for class io.camunda.zeebe.protocol.impl.encoding.BackupRequest
- BackupStatus(long, int, BackupStatusCode, String, String, String) - Constructor for record class io.camunda.zeebe.protocol.impl.encoding.BackupListResponse.BackupStatus
-
Creates an instance of a
BackupStatusrecord class. - BackupStatusResponse - Class in io.camunda.zeebe.protocol.impl.encoding
- BackupStatusResponse() - Constructor for class io.camunda.zeebe.protocol.impl.encoding.BackupStatusResponse
- BLOCK_LENGTH - Static variable in class io.camunda.zeebe.protocol.impl.record.RecordMetadata
- BrokerInfo - Class in io.camunda.zeebe.protocol.impl.encoding
- BrokerInfo() - Constructor for class io.camunda.zeebe.protocol.impl.encoding.BrokerInfo
- BrokerInfo(int, String) - Constructor for class io.camunda.zeebe.protocol.impl.encoding.BrokerInfo
- brokerVersion() - Method in record class io.camunda.zeebe.protocol.impl.encoding.BackupListResponse.BackupStatus
-
Returns the value of the
brokerVersionrecord component. - brokerVersion(VersionInfo) - Method in class io.camunda.zeebe.protocol.impl.record.RecordMetadata
C
- CANDIDATE_GROUPS - Static variable in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- CANDIDATE_USERS - Static variable in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- CheckpointRecord - Class in io.camunda.zeebe.protocol.impl.record.value.management
- CheckpointRecord() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.management.CheckpointRecord
- clearPartitions() - Method in class io.camunda.zeebe.protocol.impl.encoding.BrokerInfo
- ClockRecord - Class in io.camunda.zeebe.protocol.impl.record.value.clock
- ClockRecord() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.clock.ClockRecord
- CommandDistributionRecord - Class in io.camunda.zeebe.protocol.impl.record.value.distribution
- CommandDistributionRecord() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.distribution.CommandDistributionRecord
- CompensationSubscriptionRecord - Class in io.camunda.zeebe.protocol.impl.record.value.compensation
- CompensationSubscriptionRecord() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.compensation.CompensationSubscriptionRecord
- consumePartitions(IntConsumer, ObjLongConsumer<Integer>, IntConsumer, IntConsumer) - Method in class io.camunda.zeebe.protocol.impl.encoding.BrokerInfo
- consumePartitions(ObjLongConsumer<Integer>, IntConsumer, IntConsumer) - Method in class io.camunda.zeebe.protocol.impl.encoding.BrokerInfo
- consumePartitionsHealth(BiConsumer<Integer, PartitionHealthStatus>) - Method in class io.camunda.zeebe.protocol.impl.encoding.BrokerInfo
- convertJsonSerializableObjectToJson(JsonSerializable) - Static method in class io.camunda.zeebe.protocol.impl.encoding.MsgPackConverter
-
Please be aware that this method may not thread-safe depending on the object that gets serialized.
- convertToJson(byte[]) - Static method in class io.camunda.zeebe.protocol.impl.encoding.MsgPackConverter
- convertToJson(DirectBuffer) - Static method in class io.camunda.zeebe.protocol.impl.encoding.MsgPackConverter
- convertToJsonInputStream(byte[]) - Static method in class io.camunda.zeebe.protocol.impl.encoding.MsgPackConverter
- convertToMap(DirectBuffer) - Static method in class io.camunda.zeebe.protocol.impl.encoding.MsgPackConverter
- convertToMsgPack(InputStream) - Static method in class io.camunda.zeebe.protocol.impl.encoding.MsgPackConverter
- convertToMsgPack(Object) - Static method in class io.camunda.zeebe.protocol.impl.encoding.MsgPackConverter
- convertToMsgPack(String) - Static method in class io.camunda.zeebe.protocol.impl.encoding.MsgPackConverter
- convertToNumberMap(DirectBuffer) - Static method in class io.camunda.zeebe.protocol.impl.encoding.MsgPackConverter
- convertToStringMap(DirectBuffer) - Static method in class io.camunda.zeebe.protocol.impl.encoding.MsgPackConverter
- CopiedRecord<T> - Class in io.camunda.zeebe.protocol.impl.record
- CopiedRecord(T, RecordMetadata, long, int, long, long, long) - Constructor for class io.camunda.zeebe.protocol.impl.record.CopiedRecord
- copy() - Method in class io.camunda.zeebe.protocol.impl.record.value.authorization.AuthorizationRecord
- copy() - Method in class io.camunda.zeebe.protocol.impl.record.value.user.UserRecord
- copy(ProcessInstanceMigrationMappingInstruction) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceMigrationMappingInstruction
- copy(ProcessInstanceModificationActivateInstruction) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceModificationActivateInstruction
- copy(ProcessInstanceModificationVariableInstruction) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceModificationVariableInstruction
- copy(AuthorizationRecordValue.PermissionValue) - Method in class io.camunda.zeebe.protocol.impl.record.value.authorization.Permission
- copy(ProcessInstanceCreationRecordValue.ProcessInstanceCreationStartInstructionValue) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceCreationStartInstruction
- copy(ProcessInstanceModificationRecordValue.ProcessInstanceModificationTerminateInstructionValue) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceModificationTerminateInstruction
- copyOf() - Method in class io.camunda.zeebe.protocol.impl.record.CopiedRecord
- createdAt() - Method in record class io.camunda.zeebe.protocol.impl.encoding.BackupListResponse.BackupStatus
-
Returns the value of the
createdAtrecord component. - CURRENT_BROKER_VERSION - Static variable in class io.camunda.zeebe.protocol.impl.record.RecordMetadata
D
- DecisionEvaluationRecord - Class in io.camunda.zeebe.protocol.impl.record.value.decision
- DecisionEvaluationRecord() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.decision.DecisionEvaluationRecord
- DecisionRecord - Class in io.camunda.zeebe.protocol.impl.record.value.deployment
- DecisionRecord() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRecord
- decisionRequirementsMetadata() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DeploymentRecord
- DecisionRequirementsMetadataRecord - Class in io.camunda.zeebe.protocol.impl.record.value.deployment
- DecisionRequirementsMetadataRecord() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRequirementsMetadataRecord
- DecisionRequirementsRecord - Class in io.camunda.zeebe.protocol.impl.record.value.deployment
- DecisionRequirementsRecord() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRequirementsRecord
- decisionsMetadata() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DeploymentRecord
- DEFAULT_RECORD_VERSION - Static variable in class io.camunda.zeebe.protocol.impl.record.RecordMetadata
- DeploymentDistributionRecord - Class in io.camunda.zeebe.protocol.impl.record.value.deployment
-
Deprecated.
- DeploymentDistributionRecord() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.deployment.DeploymentDistributionRecord
-
Deprecated.
- DeploymentRecord - Class in io.camunda.zeebe.protocol.impl.record.value.deployment
- DeploymentRecord() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.deployment.DeploymentRecord
- DeploymentResource - Class in io.camunda.zeebe.protocol.impl.record.value.deployment
- DeploymentResource() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.deployment.DeploymentResource
- DUE_DATE - Static variable in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
E
- equals(Object) - Method in record class io.camunda.zeebe.protocol.impl.encoding.BackupListResponse.BackupStatus
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class io.camunda.zeebe.protocol.impl.record.RecordMetadata
- equals(Object) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceModificationActivateInstruction
-
equals relies on implementation provided by
ObjectValue.equals(Object) - equals(Object) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceModificationRecord
-
equals relies on implementation provided by
ObjectValue.equals(Object) - equals(Object) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceModificationTerminateInstruction
-
equals relies on implementation provided by
ObjectValue.equals(Object) - equals(Object) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceModificationVariableInstruction
-
equals relies on implementation provided by
ObjectValue.equals(Object) - equals(Object) - Method in class io.camunda.zeebe.protocol.impl.record.value.variable.VariableDocumentRecord
- equals(Object) - Method in class io.camunda.zeebe.protocol.impl.record.VersionInfo
- ErrorRecord - Class in io.camunda.zeebe.protocol.impl.record.value.error
- ErrorRecord() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.error.ErrorRecord
- ErrorResponse - Class in io.camunda.zeebe.protocol.impl.encoding
- ErrorResponse() - Constructor for class io.camunda.zeebe.protocol.impl.encoding.ErrorResponse
- EscalationRecord - Class in io.camunda.zeebe.protocol.impl.record.value.escalation
- EscalationRecord() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.escalation.EscalationRecord
- EvaluatedDecisionRecord - Class in io.camunda.zeebe.protocol.impl.record.value.decision
- EvaluatedDecisionRecord() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.decision.EvaluatedDecisionRecord
- evaluatedDecisions() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.DecisionEvaluationRecord
- EvaluatedInputRecord - Class in io.camunda.zeebe.protocol.impl.record.value.decision
- EvaluatedInputRecord() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.decision.EvaluatedInputRecord
- evaluatedInputs() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.EvaluatedDecisionRecord
- EvaluatedOutputRecord - Class in io.camunda.zeebe.protocol.impl.record.value.decision
- EvaluatedOutputRecord() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.decision.EvaluatedOutputRecord
- evaluatedOutputs() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.MatchedRuleRecord
- ExecuteCommandRequest - Class in io.camunda.zeebe.protocol.impl.encoding
- ExecuteCommandRequest() - Constructor for class io.camunda.zeebe.protocol.impl.encoding.ExecuteCommandRequest
- ExecuteCommandResponse - Class in io.camunda.zeebe.protocol.impl.encoding
- ExecuteCommandResponse() - Constructor for class io.camunda.zeebe.protocol.impl.encoding.ExecuteCommandResponse
- ExecuteQueryRequest - Class in io.camunda.zeebe.protocol.impl.encoding
- ExecuteQueryRequest() - Constructor for class io.camunda.zeebe.protocol.impl.encoding.ExecuteQueryRequest
- ExecuteQueryResponse - Class in io.camunda.zeebe.protocol.impl.encoding
- ExecuteQueryResponse() - Constructor for class io.camunda.zeebe.protocol.impl.encoding.ExecuteQueryResponse
F
- failureReason() - Method in record class io.camunda.zeebe.protocol.impl.encoding.BackupListResponse.BackupStatus
-
Returns the value of the
failureReasonrecord component. - fetchVariables() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceCreationRecord
- fetchVariables() - Method in interface io.camunda.zeebe.protocol.impl.stream.job.JobActivationProperties
-
Returns the variables requested by the worker, or an empty collection if all variables are requested.
- fetchVariables() - Method in class io.camunda.zeebe.protocol.impl.stream.job.JobActivationPropertiesImpl
- FOLLOW_UP_DATE - Static variable in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- formMetadata() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DeploymentRecord
- FormMetadataRecord - Class in io.camunda.zeebe.protocol.impl.record.value.deployment
- FormMetadataRecord() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.deployment.FormMetadataRecord
- FormRecord - Class in io.camunda.zeebe.protocol.impl.record.value.deployment
- FormRecord() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.deployment.FormRecord
- fromProperties(Properties) - Static method in class io.camunda.zeebe.protocol.impl.encoding.BrokerInfo
G
- getAction() - Method in class io.camunda.zeebe.protocol.impl.record.value.authorization.AuthorizationRecord
- getAction() - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- getActionBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- getActionOrDefault(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- getActivateInstructions() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceModificationRecord
-
This method is expensive because it copies each element before returning it.
- getAddresses() - Method in class io.camunda.zeebe.protocol.impl.encoding.BrokerInfo
- getAncestorScopeKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceModificationActivateInstruction
- getAncestorScopeKeys() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceModificationActivateInstruction
- getAncestorScopeKeys() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceModificationRecord
- getAssignee() - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- getAssigneeBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- getAuthData() - Method in class io.camunda.zeebe.protocol.impl.encoding.AuthInfo
- getAuthDataBuffer() - Method in class io.camunda.zeebe.protocol.impl.encoding.AuthInfo
- getAuthorization() - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteCommandRequest
- getAuthorization() - Method in class io.camunda.zeebe.protocol.impl.record.RecordMetadata
- getAuthorizations() - Method in class io.camunda.zeebe.protocol.impl.record.CopiedRecord
- getBackupId() - Method in class io.camunda.zeebe.protocol.impl.encoding.BackupRequest
- getBackupId() - Method in class io.camunda.zeebe.protocol.impl.encoding.BackupStatusResponse
- getBackups() - Method in class io.camunda.zeebe.protocol.impl.encoding.BackupListResponse
- getBatchElementInstanceKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceBatchRecord
- getBodyDecoder() - Method in class io.camunda.zeebe.protocol.impl.encoding.SbeBufferWriterReader
- getBodyEncoder() - Method in class io.camunda.zeebe.protocol.impl.encoding.SbeBufferWriterReader
- getBpmnElementType() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceRecord
- getBpmnEventType() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceRecord
- getBpmnProcessId() - Method in class io.camunda.zeebe.protocol.impl.data.repository.ProcessMetadata
- getBpmnProcessId() - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteQueryResponse
- getBpmnProcessId() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.DecisionEvaluationRecord
- getBpmnProcessId() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessMetadata
- getBpmnProcessId() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessRecord
- getBpmnProcessId() - Method in class io.camunda.zeebe.protocol.impl.record.value.incident.IncidentRecord
- getBpmnProcessId() - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- getBpmnProcessId() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageStartEventSubscriptionRecord
- getBpmnProcessId() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageSubscriptionRecord
- getBpmnProcessId() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.ProcessMessageSubscriptionRecord
- getBpmnProcessId() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceCreationRecord
- getBpmnProcessId() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceRecord
- getBpmnProcessId() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceResultRecord
- getBpmnProcessId() - Method in class io.camunda.zeebe.protocol.impl.record.value.signal.SignalSubscriptionRecord
- getBpmnProcessId() - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- getBpmnProcessId() - Method in class io.camunda.zeebe.protocol.impl.record.value.variable.VariableRecord
- getBpmnProcessIdBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.DecisionEvaluationRecord
- getBpmnProcessIdBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessMetadata
- getBpmnProcessIdBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessRecord
- getBpmnProcessIdBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.incident.IncidentRecord
- getBpmnProcessIdBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- getBpmnProcessIdBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageStartEventSubscriptionRecord
- getBpmnProcessIdBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageSubscriptionRecord
- getBpmnProcessIdBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.ProcessMessageSubscriptionRecord
- getBpmnProcessIdBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceCreationRecord
- getBpmnProcessIdBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceRecord
- getBpmnProcessIdBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceResultRecord
- getBpmnProcessIdBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.signal.SignalSubscriptionRecord
- getBpmnProcessIdBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- getBpmnProcessIdBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.variable.VariableRecord
- getBpmnXml() - Method in class io.camunda.zeebe.protocol.impl.data.repository.ProcessMetadataAndResource
- getBrokerId() - Method in class io.camunda.zeebe.protocol.impl.encoding.AdminRequest
- getBrokerId() - Method in class io.camunda.zeebe.protocol.impl.encoding.BackupStatusResponse
- getBrokerVersion() - Method in class io.camunda.zeebe.protocol.impl.encoding.BackupStatusResponse
- getBrokerVersion() - Method in class io.camunda.zeebe.protocol.impl.record.CopiedRecord
- getBrokerVersion() - Method in class io.camunda.zeebe.protocol.impl.record.RecordMetadata
- getCallingElementPath() - Method in class io.camunda.zeebe.protocol.impl.record.value.incident.IncidentRecord
- getCandidateGroupsList() - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- getCandidateUsersList() - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- getCatchElementId() - Method in class io.camunda.zeebe.protocol.impl.record.value.escalation.EscalationRecord
- getCatchEventId() - Method in class io.camunda.zeebe.protocol.impl.record.value.signal.SignalSubscriptionRecord
- getCatchEventIdBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.signal.SignalSubscriptionRecord
- getCatchEventInstanceKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.signal.SignalSubscriptionRecord
- getChangedAttributes() - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- getChangedAttributes() - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- getChangedAttributesProp() - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- getCheckpointId() - Method in class io.camunda.zeebe.protocol.impl.record.value.management.CheckpointRecord
- getCheckpointPosition() - Method in class io.camunda.zeebe.protocol.impl.encoding.BackupStatusResponse
- getCheckpointPosition() - Method in class io.camunda.zeebe.protocol.impl.record.value.management.CheckpointRecord
- getChecksum() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRequirementsMetadataRecord
- getChecksum() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRequirementsRecord
- getChecksum() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.FormMetadataRecord
- getChecksum() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.FormRecord
- getChecksum() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessMetadata
- getChecksum() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessRecord
- getChecksumBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRequirementsMetadataRecord
- getChecksumBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRequirementsRecord
- getChecksumBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.FormMetadataRecord
- getChecksumBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.FormRecord
- getChecksumBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessMetadata
- getChecksumBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessRecord
- getClusterSize() - Method in class io.camunda.zeebe.protocol.impl.encoding.BrokerInfo
- getCommandApiAddress() - Method in class io.camunda.zeebe.protocol.impl.encoding.BrokerInfo
- getCommandValue() - Method in class io.camunda.zeebe.protocol.impl.record.value.distribution.CommandDistributionRecord
- getCompensableActivityId() - Method in class io.camunda.zeebe.protocol.impl.record.value.compensation.CompensationSubscriptionRecord
- getCompensableActivityInstanceKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.compensation.CompensationSubscriptionRecord
- getCompensableActivityScopeKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.compensation.CompensationSubscriptionRecord
- getCompensationHandlerId() - Method in class io.camunda.zeebe.protocol.impl.record.value.compensation.CompensationSubscriptionRecord
- getCompensationHandlerInstanceKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.compensation.CompensationSubscriptionRecord
- getCorrelationKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageCorrelationRecord
- getCorrelationKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageRecord
- getCorrelationKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageStartEventSubscriptionRecord
- getCorrelationKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageSubscriptionRecord
- getCorrelationKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.ProcessMessageSubscriptionRecord
- getCorrelationKeyBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageCorrelationRecord
- getCorrelationKeyBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageRecord
- getCorrelationKeyBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageStartEventSubscriptionRecord
- getCorrelationKeyBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageSubscriptionRecord
- getCorrelationKeyBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.ProcessMessageSubscriptionRecord
- getCreatedAt() - Method in class io.camunda.zeebe.protocol.impl.encoding.BackupStatusResponse
- getCreationTimestamp() - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- getCustomHeaders() - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- getCustomHeaders() - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- getCustomHeadersBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- getCustomHeadersBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- getCustomHeadersObjectMap() - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- getDeadline() - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- getDeadline() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageRecord
- getDecisionId() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.DecisionEvaluationRecord
- getDecisionId() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.EvaluatedDecisionRecord
- getDecisionId() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRecord
- getDecisionIdBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.DecisionEvaluationRecord
- getDecisionIdBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.EvaluatedDecisionRecord
- getDecisionIdBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRecord
- getDecisionKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.DecisionEvaluationRecord
- getDecisionKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.EvaluatedDecisionRecord
- getDecisionKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRecord
- getDecisionName() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.DecisionEvaluationRecord
- getDecisionName() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.EvaluatedDecisionRecord
- getDecisionName() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRecord
- getDecisionNameBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.DecisionEvaluationRecord
- getDecisionNameBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.EvaluatedDecisionRecord
- getDecisionNameBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRecord
- getDecisionOutput() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.DecisionEvaluationRecord
- getDecisionOutput() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.EvaluatedDecisionRecord
- getDecisionOutputBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.DecisionEvaluationRecord
- getDecisionOutputBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.EvaluatedDecisionRecord
- getDecisionRequirementsId() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.DecisionEvaluationRecord
- getDecisionRequirementsId() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRecord
- getDecisionRequirementsId() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRequirementsMetadataRecord
- getDecisionRequirementsId() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRequirementsRecord
- getDecisionRequirementsIdBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.DecisionEvaluationRecord
- getDecisionRequirementsIdBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRecord
- getDecisionRequirementsIdBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRequirementsMetadataRecord
- getDecisionRequirementsIdBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRequirementsRecord
- getDecisionRequirementsKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.DecisionEvaluationRecord
- getDecisionRequirementsKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRecord
- getDecisionRequirementsKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRequirementsMetadataRecord
- getDecisionRequirementsKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRequirementsRecord
- getDecisionRequirementsMetadata() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DeploymentRecord
- getDecisionRequirementsName() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRequirementsMetadataRecord
- getDecisionRequirementsName() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRequirementsRecord
- getDecisionRequirementsNameBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRequirementsMetadataRecord
- getDecisionRequirementsNameBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRequirementsRecord
- getDecisionRequirementsVersion() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRequirementsMetadataRecord
- getDecisionRequirementsVersion() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRequirementsRecord
- getDecisionsMetadata() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DeploymentRecord
- getDecisionType() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.EvaluatedDecisionRecord
- getDecisionTypeBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.EvaluatedDecisionRecord
- getDecisionVersion() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.DecisionEvaluationRecord
- getDecisionVersion() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.EvaluatedDecisionRecord
- getDeploymentKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRecord
- getDeploymentKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DeploymentRecord
- getDeploymentKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.FormMetadataRecord
- getDeploymentKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.FormRecord
- getDeploymentKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessMetadata
- getDeploymentKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessRecord
- getDueDate() - Method in class io.camunda.zeebe.protocol.impl.record.value.timer.TimerRecord
- getDueDate() - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- getDueDateBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- getElementId() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.DecisionEvaluationRecord
- getElementId() - Method in class io.camunda.zeebe.protocol.impl.record.value.incident.IncidentRecord
- getElementId() - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- getElementId() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.ProcessMessageSubscriptionRecord
- getElementId() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceCreationStartInstruction
- getElementId() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceModificationActivateInstruction
- getElementId() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceModificationVariableInstruction
- getElementId() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceRecord
- getElementId() - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- getElementIdBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.DecisionEvaluationRecord
- getElementIdBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.incident.IncidentRecord
- getElementIdBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- getElementIdBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.ProcessMessageSubscriptionRecord
- getElementIdBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceCreationStartInstruction
- getElementIdBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceModificationActivateInstruction
- getElementIdBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceModificationVariableInstruction
- getElementIdBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceRecord
- getElementIdBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- getElementInstanceKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.DecisionEvaluationRecord
- getElementInstanceKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.incident.IncidentRecord
- getElementInstanceKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- getElementInstanceKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageSubscriptionRecord
- getElementInstanceKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.ProcessMessageSubscriptionRecord
- getElementInstanceKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceModificationTerminateInstruction
- getElementInstanceKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.timer.TimerRecord
- getElementInstanceKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- getElementInstancePath() - Method in class io.camunda.zeebe.protocol.impl.record.value.incident.IncidentRecord
- getEmail() - Method in class io.camunda.zeebe.protocol.impl.record.value.user.UserRecord
- getEmailBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.user.UserRecord
- getEncodedLength() - Method in class io.camunda.zeebe.protocol.impl.record.UnifiedRecordValue
- getEncodedLength() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.FormRecord
- getEncodedLength() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessMetadata
- getEncodedLength() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessRecord
- getErrorCode() - Method in class io.camunda.zeebe.protocol.impl.encoding.ErrorResponse
- getErrorCode() - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- getErrorCodeBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- getErrorData() - Method in class io.camunda.zeebe.protocol.impl.encoding.ErrorResponse
- getErrorEventPosition() - Method in class io.camunda.zeebe.protocol.impl.record.value.error.ErrorRecord
- getErrorMessage() - Method in class io.camunda.zeebe.protocol.impl.record.value.incident.IncidentRecord
- getErrorMessage() - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- getErrorMessageBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.incident.IncidentRecord
- getErrorMessageBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- getErrorType() - Method in class io.camunda.zeebe.protocol.impl.record.value.incident.IncidentRecord
- getEscalationCode() - Method in class io.camunda.zeebe.protocol.impl.record.value.escalation.EscalationRecord
- getEvaluatedDecisions() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.DecisionEvaluationRecord
- getEvaluatedInputs() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.EvaluatedDecisionRecord
- getEvaluatedOutputs() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.MatchedRuleRecord
- getEvaluationFailureMessage() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.DecisionEvaluationRecord
- getEvaluationFailureMessageBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.DecisionEvaluationRecord
- getExceptionMessage() - Method in class io.camunda.zeebe.protocol.impl.record.value.error.ErrorRecord
- getExceptionMessageBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.error.ErrorRecord
- getExternalFormReference() - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- getExternalFormReferenceBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- getFailedDecisionId() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.DecisionEvaluationRecord
- getFailedDecisionIdBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.DecisionEvaluationRecord
- getFailureReason() - Method in class io.camunda.zeebe.protocol.impl.encoding.BackupStatusResponse
- getFlowScopeKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceRecord
- getFollowUpDate() - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- getFollowUpDateBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- getFormat() - Method in class io.camunda.zeebe.protocol.impl.encoding.AuthInfo
- getFormId() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.FormMetadataRecord
- getFormId() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.FormRecord
- getFormIdBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.FormMetadataRecord
- getFormIdBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.FormRecord
- getFormKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.FormMetadataRecord
- getFormKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.FormRecord
- getFormKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- getFormMetadata() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DeploymentRecord
- getIndex() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceBatchRecord
- getInputId() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.EvaluatedInputRecord
- getInputIdBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.EvaluatedInputRecord
- getInputName() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.EvaluatedInputRecord
- getInputNameBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.EvaluatedInputRecord
- getInputValue() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.EvaluatedInputRecord
- getInputValueBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.EvaluatedInputRecord
- getIntent() - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteCommandRequest
- getIntent() - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteCommandResponse
- getIntent() - Method in class io.camunda.zeebe.protocol.impl.record.CopiedRecord
- getIntent() - Method in class io.camunda.zeebe.protocol.impl.record.RecordMetadata
- getIntent() - Method in class io.camunda.zeebe.protocol.impl.record.value.distribution.CommandDistributionRecord
- getJobKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.incident.IncidentRecord
- getJobKeys() - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobBatchRecord
- getJobKind() - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- getJobListenerEventType() - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- getJobs() - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobBatchRecord
- getKey() - Method in class io.camunda.zeebe.protocol.impl.encoding.AdminRequest
- getKey() - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteCommandRequest
- getKey() - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteCommandResponse
- getKey() - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteQueryRequest
- getKey() - Method in class io.camunda.zeebe.protocol.impl.record.CopiedRecord
- getKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessMetadata
- getKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessRecord
- getLastUpdated() - Method in class io.camunda.zeebe.protocol.impl.encoding.BackupStatusResponse
- getLength() - Method in class io.camunda.zeebe.protocol.impl.encoding.AdminRequest
- getLength() - Method in class io.camunda.zeebe.protocol.impl.encoding.AdminResponse
- getLength() - Method in class io.camunda.zeebe.protocol.impl.encoding.BackupListResponse
- getLength() - Method in class io.camunda.zeebe.protocol.impl.encoding.BackupRequest
- getLength() - Method in class io.camunda.zeebe.protocol.impl.encoding.BackupStatusResponse
- getLength() - Method in class io.camunda.zeebe.protocol.impl.encoding.BrokerInfo
- getLength() - Method in class io.camunda.zeebe.protocol.impl.encoding.ErrorResponse
- getLength() - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteCommandRequest
- getLength() - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteCommandResponse
- getLength() - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteQueryRequest
- getLength() - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteQueryResponse
- getLength() - Method in class io.camunda.zeebe.protocol.impl.encoding.SbeBufferWriterReader
- getLength() - Method in class io.camunda.zeebe.protocol.impl.record.RecordMetadata
- getLength() - Method in class io.camunda.zeebe.protocol.impl.record.UnifiedRecordValue
- getLength() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.FormRecord
- getLength() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessMetadata
- getLength() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessRecord
- getMajorVersion() - Method in class io.camunda.zeebe.protocol.impl.record.VersionInfo
- getMappingInstructions() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceMigrationRecord
-
This method is expensive because it copies each element before returning it.
- getMatchedRules() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.EvaluatedDecisionRecord
- getMaxJobsToActivate() - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobBatchRecord
- getMessageId() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageRecord
- getMessageIdBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageRecord
- getMessageKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageCorrelationRecord
- getMessageKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageStartEventSubscriptionRecord
- getMessageKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageSubscriptionRecord
- getMessageKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.ProcessMessageSubscriptionRecord
- getMessageKeys() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageBatchRecord
- getMessageName() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageStartEventSubscriptionRecord
- getMessageName() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageSubscriptionRecord
- getMessageName() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.ProcessMessageSubscriptionRecord
- getMessageNameBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageStartEventSubscriptionRecord
- getMessageNameBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageSubscriptionRecord
- getMessageNameBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.ProcessMessageSubscriptionRecord
- getMinorVersion() - Method in class io.camunda.zeebe.protocol.impl.record.VersionInfo
- getName() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageCorrelationRecord
- getName() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageRecord
- getName() - Method in class io.camunda.zeebe.protocol.impl.record.value.user.UserRecord
- getName() - Method in class io.camunda.zeebe.protocol.impl.record.value.variable.VariableRecord
- getNameBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageCorrelationRecord
- getNameBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageRecord
- getNameBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.user.UserRecord
- getNameBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.variable.VariableRecord
- getNamespace() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRequirementsMetadataRecord
- getNamespace() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRequirementsRecord
- getNamespaceBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRequirementsMetadataRecord
- getNamespaceBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRequirementsRecord
- getNodeId() - Method in class io.camunda.zeebe.protocol.impl.encoding.BrokerInfo
- getNumberOfPartitions() - Method in class io.camunda.zeebe.protocol.impl.encoding.BackupStatusResponse
- getOperationReference() - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteCommandRequest
- getOperationReference() - Method in class io.camunda.zeebe.protocol.impl.record.CopiedRecord
- getOperationReference() - Method in class io.camunda.zeebe.protocol.impl.record.RecordMetadata
- getOutputId() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.EvaluatedOutputRecord
- getOutputIdBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.EvaluatedOutputRecord
- getOutputName() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.EvaluatedOutputRecord
- getOutputNameBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.EvaluatedOutputRecord
- getOutputValue() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.EvaluatedOutputRecord
- getOutputValueBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.EvaluatedOutputRecord
- getOwnerKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.authorization.AuthorizationRecord
- getOwnerType() - Method in class io.camunda.zeebe.protocol.impl.record.value.authorization.AuthorizationRecord
- getParentElementInstanceKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceRecord
- getParentProcessInstanceKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceRecord
- getPartitionHealthStatuses() - Method in class io.camunda.zeebe.protocol.impl.encoding.BrokerInfo
- getPartitionId() - Method in class io.camunda.zeebe.protocol.impl.encoding.AdminRequest
- getPartitionId() - Method in class io.camunda.zeebe.protocol.impl.encoding.BackupRequest
- getPartitionId() - Method in class io.camunda.zeebe.protocol.impl.encoding.BackupStatusResponse
- getPartitionId() - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteCommandRequest
- getPartitionId() - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteCommandResponse
- getPartitionId() - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteQueryRequest
- getPartitionId() - Method in class io.camunda.zeebe.protocol.impl.record.CopiedRecord
- getPartitionId() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DeploymentDistributionRecord
-
Deprecated.
- getPartitionId() - Method in class io.camunda.zeebe.protocol.impl.record.value.distribution.CommandDistributionRecord
- getPartitionLeaderTerms() - Method in class io.camunda.zeebe.protocol.impl.encoding.BrokerInfo
- getPartitionRoles() - Method in class io.camunda.zeebe.protocol.impl.encoding.BrokerInfo
- getPartitionsCount() - Method in class io.camunda.zeebe.protocol.impl.encoding.BrokerInfo
- getPassword() - Method in class io.camunda.zeebe.protocol.impl.record.value.user.UserRecord
- getPasswordBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.user.UserRecord
- getPatchVersion() - Method in class io.camunda.zeebe.protocol.impl.record.VersionInfo
- getPayload() - Method in class io.camunda.zeebe.protocol.impl.encoding.AdminResponse
- getPermissions() - Method in class io.camunda.zeebe.protocol.impl.record.value.authorization.AuthorizationRecord
- getPermissionType() - Method in class io.camunda.zeebe.protocol.impl.record.value.authorization.Permission
- getPosition() - Method in class io.camunda.zeebe.protocol.impl.record.CopiedRecord
- getPriority() - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- getProcessDefinitionKey() - Method in class io.camunda.zeebe.protocol.impl.data.repository.ProcessMetadata
- getProcessDefinitionKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.compensation.CompensationSubscriptionRecord
- getProcessDefinitionKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.DecisionEvaluationRecord
- getProcessDefinitionKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessMetadata
- getProcessDefinitionKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessRecord
- getProcessDefinitionKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.incident.IncidentRecord
- getProcessDefinitionKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- getProcessDefinitionKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageStartEventSubscriptionRecord
- getProcessDefinitionKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessEventRecord
- getProcessDefinitionKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceCreationRecord
- getProcessDefinitionKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceRecord
- getProcessDefinitionKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceResultRecord
- getProcessDefinitionKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.signal.SignalSubscriptionRecord
- getProcessDefinitionKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.timer.TimerRecord
- getProcessDefinitionKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- getProcessDefinitionKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.variable.VariableRecord
- getProcessDefinitionPath() - Method in class io.camunda.zeebe.protocol.impl.record.value.incident.IncidentRecord
- getProcessDefinitionVersion() - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- getProcessDefinitionVersion() - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- getProcessesMetadata() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DeploymentRecord
- getProcessInstanceKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.compensation.CompensationSubscriptionRecord
- getProcessInstanceKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.DecisionEvaluationRecord
- getProcessInstanceKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.error.ErrorRecord
- getProcessInstanceKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.escalation.EscalationRecord
- getProcessInstanceKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.incident.IncidentRecord
- getProcessInstanceKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- getProcessInstanceKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageCorrelationRecord
- getProcessInstanceKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageStartEventSubscriptionRecord
- getProcessInstanceKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageSubscriptionRecord
- getProcessInstanceKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.ProcessMessageSubscriptionRecord
- getProcessInstanceKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessEventRecord
- getProcessInstanceKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceBatchRecord
- getProcessInstanceKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceCreationRecord
- getProcessInstanceKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceMigrationRecord
- getProcessInstanceKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceModificationRecord
- getProcessInstanceKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceRecord
- getProcessInstanceKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceResultRecord
- getProcessInstanceKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.timer.TimerRecord
- getProcessInstanceKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- getProcessInstanceKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.variable.VariableRecord
- getProtocolVersion() - Method in class io.camunda.zeebe.protocol.impl.record.RecordMetadata
- getQueueId() - Method in class io.camunda.zeebe.protocol.impl.record.value.distribution.CommandDistributionRecord
- getRecordType() - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteCommandResponse
- getRecordType() - Method in class io.camunda.zeebe.protocol.impl.record.CopiedRecord
- getRecordType() - Method in class io.camunda.zeebe.protocol.impl.record.RecordMetadata
- getRecordVersion() - Method in class io.camunda.zeebe.protocol.impl.record.CopiedRecord
- getRecordVersion() - Method in class io.camunda.zeebe.protocol.impl.record.RecordMetadata
- getRecurringTime() - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- getRejectionReason() - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteCommandResponse
- getRejectionReason() - Method in class io.camunda.zeebe.protocol.impl.record.CopiedRecord
- getRejectionReason() - Method in class io.camunda.zeebe.protocol.impl.record.RecordMetadata
- getRejectionType() - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteCommandResponse
- getRejectionType() - Method in class io.camunda.zeebe.protocol.impl.record.CopiedRecord
- getRejectionType() - Method in class io.camunda.zeebe.protocol.impl.record.RecordMetadata
- getRepetitions() - Method in class io.camunda.zeebe.protocol.impl.record.value.timer.TimerRecord
- getReplicationFactor() - Method in class io.camunda.zeebe.protocol.impl.encoding.BrokerInfo
- getRequestId() - Method in class io.camunda.zeebe.protocol.impl.record.RecordMetadata
- getRequestId() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageCorrelationRecord
- getRequestStreamId() - Method in class io.camunda.zeebe.protocol.impl.record.RecordMetadata
- getRequestStreamId() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageCorrelationRecord
- getResource() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRequirementsRecord
- getResource() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DeploymentResource
- getResource() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.FormRecord
- getResource() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessRecord
- getResourceBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRequirementsRecord
- getResourceBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DeploymentResource
- getResourceBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.FormRecord
- getResourceBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessRecord
- getResourceIds() - Method in class io.camunda.zeebe.protocol.impl.record.value.authorization.Permission
- getResourceKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.resource.ResourceDeletionRecord
- getResourceName() - Method in class io.camunda.zeebe.protocol.impl.data.repository.ProcessMetadata
- getResourceName() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRequirementsMetadataRecord
- getResourceName() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRequirementsRecord
- getResourceName() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DeploymentResource
- getResourceName() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.FormMetadataRecord
- getResourceName() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.FormRecord
- getResourceName() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessMetadata
- getResourceName() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessRecord
- getResourceNameBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRequirementsMetadataRecord
- getResourceNameBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRequirementsRecord
- getResourceNameBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DeploymentResource
- getResourceNameBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.FormMetadataRecord
- getResourceNameBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.FormRecord
- getResourceNameBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessMetadata
- getResourceNameBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessRecord
- getResources() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DeploymentRecord
- getResourceType() - Method in class io.camunda.zeebe.protocol.impl.record.value.authorization.AuthorizationRecord
- getRetries() - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- getRetryBackoff() - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- getRuleId() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.MatchedRuleRecord
- getRuleIdBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.MatchedRuleRecord
- getRuleIndex() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.MatchedRuleRecord
- getScopeKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessEventRecord
- getScopeKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.variable.VariableDocumentRecord
- getScopeKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.variable.VariableRecord
- getSignalName() - Method in class io.camunda.zeebe.protocol.impl.record.value.signal.SignalRecord
- getSignalName() - Method in class io.camunda.zeebe.protocol.impl.record.value.signal.SignalSubscriptionRecord
- getSignalNameBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.signal.SignalRecord
- getSignalNameBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.signal.SignalSubscriptionRecord
- getSnapshotId() - Method in class io.camunda.zeebe.protocol.impl.encoding.BackupStatusResponse
- getSourceElementId() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceMigrationMappingInstruction
- getSourceElementIdBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceMigrationMappingInstruction
- getSourceRecordPosition() - Method in class io.camunda.zeebe.protocol.impl.record.CopiedRecord
- getStacktrace() - Method in class io.camunda.zeebe.protocol.impl.record.value.error.ErrorRecord
- getStacktraceBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.error.ErrorRecord
- getStartEventId() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageStartEventSubscriptionRecord
- getStartEventIdBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageStartEventSubscriptionRecord
- getStartInstructions() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceCreationRecord
- getStatus() - Method in class io.camunda.zeebe.protocol.impl.encoding.BackupStatusResponse
- getSubscriptionKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.signal.SignalSubscriptionRecord
- getSubscriptionPartitionId() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.ProcessMessageSubscriptionRecord
- getSubscriptionPartitionId(DirectBuffer, int) - Static method in class io.camunda.zeebe.protocol.impl.SubscriptionUtil
-
Get the partition id for message subscription based on the given correlation key.
- getTargetElementId() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessEventRecord
- getTargetElementId() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceMigrationMappingInstruction
- getTargetElementId() - Method in class io.camunda.zeebe.protocol.impl.record.value.timer.TimerRecord
- getTargetElementIdBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessEventRecord
- getTargetElementIdBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceMigrationMappingInstruction
- getTargetElementIdBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.timer.TimerRecord
- getTargetProcessDefinitionKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceMigrationRecord
- getTenantId() - Method in class io.camunda.zeebe.protocol.impl.record.value.compensation.CompensationSubscriptionRecord
- getTenantId() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.DecisionEvaluationRecord
- getTenantId() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.EvaluatedDecisionRecord
- getTenantId() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRecord
- getTenantId() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRequirementsMetadataRecord
- getTenantId() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRequirementsRecord
- getTenantId() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DeploymentRecord
- getTenantId() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.FormMetadataRecord
- getTenantId() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.FormRecord
- getTenantId() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessMetadata
- getTenantId() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessRecord
- getTenantId() - Method in class io.camunda.zeebe.protocol.impl.record.value.escalation.EscalationRecord
- getTenantId() - Method in class io.camunda.zeebe.protocol.impl.record.value.incident.IncidentRecord
- getTenantId() - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- getTenantId() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageCorrelationRecord
- getTenantId() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageRecord
- getTenantId() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageStartEventSubscriptionRecord
- getTenantId() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageSubscriptionRecord
- getTenantId() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.ProcessMessageSubscriptionRecord
- getTenantId() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessEventRecord
- getTenantId() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceBatchRecord
- getTenantId() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceCreationRecord
- getTenantId() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceModificationRecord
- getTenantId() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceRecord
- getTenantId() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceResultRecord
- getTenantId() - Method in class io.camunda.zeebe.protocol.impl.record.value.resource.ResourceDeletionRecord
- getTenantId() - Method in class io.camunda.zeebe.protocol.impl.record.value.signal.SignalRecord
- getTenantId() - Method in class io.camunda.zeebe.protocol.impl.record.value.signal.SignalSubscriptionRecord
- getTenantId() - Method in class io.camunda.zeebe.protocol.impl.record.value.timer.TimerRecord
- getTenantId() - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- getTenantId() - Method in class io.camunda.zeebe.protocol.impl.record.value.variable.VariableDocumentRecord
- getTenantId() - Method in class io.camunda.zeebe.protocol.impl.record.value.variable.VariableRecord
- getTenantIdBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- getTenantIds() - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobBatchRecord
- getTerminateInstructions() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceModificationRecord
-
This method is expensive because it copies each element before returning it.
- getThrowElementId() - Method in class io.camunda.zeebe.protocol.impl.record.value.escalation.EscalationRecord
- getThrowEventId() - Method in class io.camunda.zeebe.protocol.impl.record.value.compensation.CompensationSubscriptionRecord
- getThrowEventInstanceKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.compensation.CompensationSubscriptionRecord
- getTime() - Method in class io.camunda.zeebe.protocol.impl.record.value.clock.ClockRecord
- getTimeout() - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobBatchRecord
- getTimeout() - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- getTimestamp() - Method in class io.camunda.zeebe.protocol.impl.record.CopiedRecord
- getTimeToLive() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageRecord
- getTruncated() - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobBatchRecord
- getType() - Method in class io.camunda.zeebe.protocol.impl.encoding.AdminRequest
- getType() - Method in class io.camunda.zeebe.protocol.impl.encoding.BackupRequest
- getType() - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobBatchRecord
- getType() - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- getTypeBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobBatchRecord
- getTypeBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- getUpdateSemantics() - Method in class io.camunda.zeebe.protocol.impl.record.value.variable.VariableDocumentRecord
- getUserKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.user.UserRecord
- getUsername() - Method in class io.camunda.zeebe.protocol.impl.record.value.user.UserRecord
- getUsernameBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.user.UserRecord
- getUserTaskKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- getUserType() - Method in class io.camunda.zeebe.protocol.impl.record.value.user.UserRecord
- getValue() - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteCommandRequest
- getValue() - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteCommandResponse
- getValue() - Method in class io.camunda.zeebe.protocol.impl.record.CopiedRecord
- getValue() - Method in class io.camunda.zeebe.protocol.impl.record.value.variable.VariableRecord
- getValueBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.variable.VariableRecord
- getValueType() - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteCommandRequest
- getValueType() - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteCommandResponse
- getValueType() - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteQueryRequest
- getValueType() - Method in class io.camunda.zeebe.protocol.impl.record.CopiedRecord
- getValueType() - Method in class io.camunda.zeebe.protocol.impl.record.RecordMetadata
- getValueType() - Method in class io.camunda.zeebe.protocol.impl.record.value.distribution.CommandDistributionRecord
- getVariableInstructions() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceModificationActivateInstruction
-
This method is expensive because it copies each element before returning it.
- getVariables() - Method in class io.camunda.zeebe.protocol.impl.record.value.compensation.CompensationSubscriptionRecord
- getVariables() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.DecisionEvaluationRecord
- getVariables() - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- getVariables() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageCorrelationRecord
- getVariables() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageRecord
- getVariables() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageStartEventSubscriptionRecord
- getVariables() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageSubscriptionRecord
- getVariables() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.ProcessMessageSubscriptionRecord
- getVariables() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessEventRecord
- getVariables() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceCreationRecord
- getVariables() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceModificationVariableInstruction
- getVariables() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceResultRecord
- getVariables() - Method in class io.camunda.zeebe.protocol.impl.record.value.signal.SignalRecord
- getVariables() - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- getVariables() - Method in class io.camunda.zeebe.protocol.impl.record.value.variable.VariableDocumentRecord
- getVariablesBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.compensation.CompensationSubscriptionRecord
- getVariablesBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.DecisionEvaluationRecord
- getVariablesBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- getVariablesBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageCorrelationRecord
- getVariablesBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageRecord
- getVariablesBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageStartEventSubscriptionRecord
- getVariablesBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageSubscriptionRecord
- getVariablesBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.ProcessMessageSubscriptionRecord
- getVariablesBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessEventRecord
- getVariablesBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceCreationRecord
- getVariablesBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceModificationVariableInstruction
- getVariablesBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceResultRecord
- getVariablesBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.signal.SignalRecord
- getVariablesBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- getVariablesBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.variable.VariableDocumentRecord
- getVariableScopeKey() - Method in class io.camunda.zeebe.protocol.impl.record.value.incident.IncidentRecord
- getVersion() - Method in class io.camunda.zeebe.protocol.impl.data.repository.ProcessMetadata
- getVersion() - Method in class io.camunda.zeebe.protocol.impl.encoding.BrokerInfo
- getVersion() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRecord
- getVersion() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.FormMetadataRecord
- getVersion() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.FormRecord
- getVersion() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessMetadata
- getVersion() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessRecord
- getVersion() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceCreationRecord
- getVersion() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceRecord
- getVersion() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceResultRecord
- getVersionTag() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRecord
- getVersionTag() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.FormMetadataRecord
- getVersionTag() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.FormRecord
- getVersionTag() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessMetadata
- getVersionTag() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessRecord
- getWorker() - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobBatchRecord
- getWorker() - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- getWorkerBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobBatchRecord
- getWorkerBuffer() - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
H
- hasActivateInstructions() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceModificationRecord
-
Returns true if this record has activate instructions, otherwise false.
- hasBpmnResources() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DeploymentRecord
- hasBrokerId() - Method in class io.camunda.zeebe.protocol.impl.encoding.BackupStatusResponse
- hasCheckpointPosition() - Method in class io.camunda.zeebe.protocol.impl.encoding.BackupStatusResponse
- hasDmnResources() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DeploymentRecord
- hasDuplicatesOnly() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DeploymentRecord
- hasForms() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DeploymentRecord
- hashCode() - Method in record class io.camunda.zeebe.protocol.impl.encoding.BackupListResponse.BackupStatus
-
Returns a hash code value for this object.
- hashCode() - Method in class io.camunda.zeebe.protocol.impl.record.RecordMetadata
- hashCode() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceModificationActivateInstruction
-
hashCode relies on implementation provided by
ObjectValue.hashCode() - hashCode() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceModificationRecord
-
hashCode relies on implementation provided by
ObjectValue.hashCode() - hashCode() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceModificationTerminateInstruction
-
hashCode relies on implementation provided by
ObjectValue.hashCode() - hashCode() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceModificationVariableInstruction
-
hashCode relies on implementation provided by
ObjectValue.hashCode() - hashCode() - Method in class io.camunda.zeebe.protocol.impl.record.value.variable.VariableDocumentRecord
- hashCode() - Method in class io.camunda.zeebe.protocol.impl.record.VersionInfo
- hasMappingInstructions() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceMigrationRecord
-
Returns true if this record has mapping instructions, otherwise false.
- hasMessageId() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageRecord
- hasNumberOfPartitions() - Method in class io.camunda.zeebe.protocol.impl.encoding.BackupStatusResponse
- hasParentProcess() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceRecord
- hasStartInstructions() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceCreationRecord
- hasTerminateInstructions() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceModificationRecord
-
Returns true if this record has terminate instructions, otherwise false.
- hasVariableInstructions() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceModificationActivateInstruction
-
Returns true if this record has variable instructions, otherwise false.
- headerDecoder - Variable in class io.camunda.zeebe.protocol.impl.encoding.SbeBufferWriterReader
- headerEncoder - Variable in class io.camunda.zeebe.protocol.impl.encoding.SbeBufferWriterReader
I
- id - Variable in enum class io.camunda.zeebe.protocol.impl.encoding.AuthInfo.AuthDataFormat
- IncidentRecord - Class in io.camunda.zeebe.protocol.impl.record.value.incident
- IncidentRecord() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.incident.IncidentRecord
- initErrorRecord(Throwable, long) - Method in class io.camunda.zeebe.protocol.impl.record.value.error.ErrorRecord
- intent(Intent) - Method in class io.camunda.zeebe.protocol.impl.record.RecordMetadata
- io.camunda.zeebe.protocol.impl - package io.camunda.zeebe.protocol.impl
- io.camunda.zeebe.protocol.impl.data.repository - package io.camunda.zeebe.protocol.impl.data.repository
- io.camunda.zeebe.protocol.impl.encoding - package io.camunda.zeebe.protocol.impl.encoding
- io.camunda.zeebe.protocol.impl.record - package io.camunda.zeebe.protocol.impl.record
- io.camunda.zeebe.protocol.impl.record.value.authorization - package io.camunda.zeebe.protocol.impl.record.value.authorization
- io.camunda.zeebe.protocol.impl.record.value.clock - package io.camunda.zeebe.protocol.impl.record.value.clock
- io.camunda.zeebe.protocol.impl.record.value.compensation - package io.camunda.zeebe.protocol.impl.record.value.compensation
- io.camunda.zeebe.protocol.impl.record.value.decision - package io.camunda.zeebe.protocol.impl.record.value.decision
- io.camunda.zeebe.protocol.impl.record.value.deployment - package io.camunda.zeebe.protocol.impl.record.value.deployment
- io.camunda.zeebe.protocol.impl.record.value.distribution - package io.camunda.zeebe.protocol.impl.record.value.distribution
- io.camunda.zeebe.protocol.impl.record.value.error - package io.camunda.zeebe.protocol.impl.record.value.error
- io.camunda.zeebe.protocol.impl.record.value.escalation - package io.camunda.zeebe.protocol.impl.record.value.escalation
- io.camunda.zeebe.protocol.impl.record.value.incident - package io.camunda.zeebe.protocol.impl.record.value.incident
- io.camunda.zeebe.protocol.impl.record.value.job - package io.camunda.zeebe.protocol.impl.record.value.job
- io.camunda.zeebe.protocol.impl.record.value.management - package io.camunda.zeebe.protocol.impl.record.value.management
- io.camunda.zeebe.protocol.impl.record.value.message - package io.camunda.zeebe.protocol.impl.record.value.message
- io.camunda.zeebe.protocol.impl.record.value.processinstance - package io.camunda.zeebe.protocol.impl.record.value.processinstance
- io.camunda.zeebe.protocol.impl.record.value.resource - package io.camunda.zeebe.protocol.impl.record.value.resource
- io.camunda.zeebe.protocol.impl.record.value.signal - package io.camunda.zeebe.protocol.impl.record.value.signal
- io.camunda.zeebe.protocol.impl.record.value.timer - package io.camunda.zeebe.protocol.impl.record.value.timer
- io.camunda.zeebe.protocol.impl.record.value.user - package io.camunda.zeebe.protocol.impl.record.value.user
- io.camunda.zeebe.protocol.impl.record.value.usertask - package io.camunda.zeebe.protocol.impl.record.value.usertask
- io.camunda.zeebe.protocol.impl.record.value.variable - package io.camunda.zeebe.protocol.impl.record.value.variable
- io.camunda.zeebe.protocol.impl.stream.job - package io.camunda.zeebe.protocol.impl.stream.job
- isDuplicate() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRecord
- isDuplicate() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRequirementsMetadataRecord
- isDuplicate() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRequirementsRecord
- isDuplicate() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.FormMetadataRecord
- isDuplicate() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.FormRecord
- isDuplicate() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessMetadata
- isDuplicate() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessRecord
- isEmpty() - Method in class io.camunda.zeebe.protocol.impl.record.UnifiedRecordValue
- isEmpty() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageBatchRecord
- isInterrupting() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageSubscriptionRecord
- isInterrupting() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.ProcessMessageSubscriptionRecord
- isTruncated() - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobBatchRecord
J
- JobActivationProperties - Interface in io.camunda.zeebe.protocol.impl.stream.job
-
JobActivationPropertiesrepresents the minimum set of properties required to activate aJobRecordValuein the engine. - JobActivationPropertiesImpl - Class in io.camunda.zeebe.protocol.impl.stream.job
- JobActivationPropertiesImpl() - Constructor for class io.camunda.zeebe.protocol.impl.stream.job.JobActivationPropertiesImpl
- JobBatchRecord - Class in io.camunda.zeebe.protocol.impl.record.value.job
- JobBatchRecord() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.job.JobBatchRecord
- jobKey() - Method in interface io.camunda.zeebe.protocol.impl.stream.job.ActivatedJob
-
Returns the unique key of this job
- jobKey() - Method in class io.camunda.zeebe.protocol.impl.stream.job.ActivatedJobImpl
- jobKeys() - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobBatchRecord
- jobRecord() - Method in interface io.camunda.zeebe.protocol.impl.stream.job.ActivatedJob
-
Returns the actual job, with the variables collected during activation.
- jobRecord() - Method in class io.camunda.zeebe.protocol.impl.stream.job.ActivatedJobImpl
- JobRecord - Class in io.camunda.zeebe.protocol.impl.record.value.job
- JobRecord() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- jobs() - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobBatchRecord
- JWT - Enum constant in enum class io.camunda.zeebe.protocol.impl.encoding.AuthInfo.AuthDataFormat
L
- Loggers - Class in io.camunda.zeebe.protocol.impl
- Loggers() - Constructor for class io.camunda.zeebe.protocol.impl.Loggers
M
- MatchedRuleRecord - Class in io.camunda.zeebe.protocol.impl.record.value.decision
- MatchedRuleRecord() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.decision.MatchedRuleRecord
- matchedRules() - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.EvaluatedDecisionRecord
- MessageBatchRecord - Class in io.camunda.zeebe.protocol.impl.record.value.message
- MessageBatchRecord() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.message.MessageBatchRecord
- MessageCorrelationRecord - Class in io.camunda.zeebe.protocol.impl.record.value.message
- MessageCorrelationRecord() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.message.MessageCorrelationRecord
- messageKeys() - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageBatchRecord
- MessageRecord - Class in io.camunda.zeebe.protocol.impl.record.value.message
- MessageRecord() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.message.MessageRecord
- MessageStartEventSubscriptionRecord - Class in io.camunda.zeebe.protocol.impl.record.value.message
- MessageStartEventSubscriptionRecord() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.message.MessageStartEventSubscriptionRecord
- MessageSubscriptionRecord - Class in io.camunda.zeebe.protocol.impl.record.value.message
- MessageSubscriptionRecord() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.message.MessageSubscriptionRecord
- MsgPackConverter - Class in io.camunda.zeebe.protocol.impl.encoding
N
- NO_HEADERS - Static variable in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- NO_HEADERS - Static variable in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
O
- offsetBy(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.clock.ClockRecord
- operationReference(long) - Method in class io.camunda.zeebe.protocol.impl.record.RecordMetadata
P
- parse(String) - Static method in class io.camunda.zeebe.protocol.impl.record.VersionInfo
- partitionId() - Method in record class io.camunda.zeebe.protocol.impl.encoding.BackupListResponse.BackupStatus
-
Returns the value of the
partitionIdrecord component. - Permission - Class in io.camunda.zeebe.protocol.impl.record.value.authorization
- Permission() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.authorization.Permission
- pinAt(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.clock.ClockRecord
- PRIORITY - Static variable in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- PROCESSES - Static variable in class io.camunda.zeebe.protocol.impl.record.value.deployment.DeploymentRecord
- processesMetadata() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DeploymentRecord
- ProcessEventRecord - Class in io.camunda.zeebe.protocol.impl.record.value.processinstance
- ProcessEventRecord() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessEventRecord
- ProcessInstanceBatchRecord - Class in io.camunda.zeebe.protocol.impl.record.value.processinstance
- ProcessInstanceBatchRecord() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceBatchRecord
- ProcessInstanceCreationRecord - Class in io.camunda.zeebe.protocol.impl.record.value.processinstance
- ProcessInstanceCreationRecord() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceCreationRecord
- ProcessInstanceCreationStartInstruction - Class in io.camunda.zeebe.protocol.impl.record.value.processinstance
- ProcessInstanceCreationStartInstruction() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceCreationStartInstruction
- ProcessInstanceMigrationMappingInstruction - Class in io.camunda.zeebe.protocol.impl.record.value.processinstance
- ProcessInstanceMigrationMappingInstruction() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceMigrationMappingInstruction
- ProcessInstanceMigrationRecord - Class in io.camunda.zeebe.protocol.impl.record.value.processinstance
- ProcessInstanceMigrationRecord() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceMigrationRecord
- ProcessInstanceModificationActivateInstruction - Class in io.camunda.zeebe.protocol.impl.record.value.processinstance
- ProcessInstanceModificationActivateInstruction() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceModificationActivateInstruction
- ProcessInstanceModificationRecord - Class in io.camunda.zeebe.protocol.impl.record.value.processinstance
- ProcessInstanceModificationRecord() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceModificationRecord
- ProcessInstanceModificationTerminateInstruction - Class in io.camunda.zeebe.protocol.impl.record.value.processinstance
- ProcessInstanceModificationTerminateInstruction() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceModificationTerminateInstruction
- ProcessInstanceModificationVariableInstruction - Class in io.camunda.zeebe.protocol.impl.record.value.processinstance
- ProcessInstanceModificationVariableInstruction() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceModificationVariableInstruction
- ProcessInstanceRecord - Class in io.camunda.zeebe.protocol.impl.record.value.processinstance
- ProcessInstanceRecord() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceRecord
- ProcessInstanceResultRecord - Class in io.camunda.zeebe.protocol.impl.record.value.processinstance
- ProcessInstanceResultRecord() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceResultRecord
- ProcessMessageSubscriptionRecord - Class in io.camunda.zeebe.protocol.impl.record.value.message
- ProcessMessageSubscriptionRecord() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.message.ProcessMessageSubscriptionRecord
- ProcessMetadata - Class in io.camunda.zeebe.protocol.impl.data.repository
- ProcessMetadata - Class in io.camunda.zeebe.protocol.impl.record.value.deployment
-
This class is used in the DeploymentRecord, only to send the process meta information back to the user.
- ProcessMetadata() - Constructor for class io.camunda.zeebe.protocol.impl.data.repository.ProcessMetadata
- ProcessMetadata() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessMetadata
- ProcessMetadataAndResource - Class in io.camunda.zeebe.protocol.impl.data.repository
- ProcessMetadataAndResource() - Constructor for class io.camunda.zeebe.protocol.impl.data.repository.ProcessMetadataAndResource
- ProcessRecord - Class in io.camunda.zeebe.protocol.impl.record.value.deployment
- ProcessRecord() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessRecord
- PROP_PROCESS_BPMN_PROCESS_ID - Static variable in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceRecord
- PROP_PROCESS_BPMN_TYPE - Static variable in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceRecord
- PROP_PROCESS_ELEMENT_ID - Static variable in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceRecord
- PROP_PROCESS_EVENT_TYPE - Static variable in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceRecord
- PROP_PROCESS_INSTANCE_KEY - Static variable in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceRecord
- PROP_PROCESS_KEY - Static variable in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceRecord
- PROP_PROCESS_SCOPE_KEY - Static variable in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceRecord
- PROP_PROCESS_VERSION - Static variable in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceRecord
- PROP_TENANT_ID - Static variable in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceRecord
- PROTOCOL_LOGGER - Static variable in class io.camunda.zeebe.protocol.impl.Loggers
- protocolVersion(int) - Method in class io.camunda.zeebe.protocol.impl.record.RecordMetadata
R
- RecordMetadata - Class in io.camunda.zeebe.protocol.impl.record
- RecordMetadata() - Constructor for class io.camunda.zeebe.protocol.impl.record.RecordMetadata
- recordType(RecordType) - Method in class io.camunda.zeebe.protocol.impl.record.RecordMetadata
- recordVersion(int) - Method in class io.camunda.zeebe.protocol.impl.record.RecordMetadata
- rejectionReason(String) - Method in class io.camunda.zeebe.protocol.impl.record.RecordMetadata
- rejectionReason(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.RecordMetadata
- rejectionType(RejectionType) - Method in class io.camunda.zeebe.protocol.impl.record.RecordMetadata
- removePartition(int) - Method in class io.camunda.zeebe.protocol.impl.encoding.BrokerInfo
- requestId(long) - Method in class io.camunda.zeebe.protocol.impl.record.RecordMetadata
- requestStreamId(int) - Method in class io.camunda.zeebe.protocol.impl.record.RecordMetadata
- reset() - Method in class io.camunda.zeebe.protocol.impl.encoding.AuthInfo
- reset() - Method in class io.camunda.zeebe.protocol.impl.encoding.BackupRequest
- reset() - Method in class io.camunda.zeebe.protocol.impl.encoding.BrokerInfo
- reset() - Method in class io.camunda.zeebe.protocol.impl.encoding.ErrorResponse
- reset() - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteCommandRequest
- reset() - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteCommandResponse
- reset() - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteQueryRequest
- reset() - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteQueryResponse
- reset() - Method in class io.camunda.zeebe.protocol.impl.encoding.SbeBufferWriterReader
- reset() - Method in class io.camunda.zeebe.protocol.impl.record.RecordMetadata
- resetResources() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DeploymentRecord
- resetVariables() - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- ResourceDeletionRecord - Class in io.camunda.zeebe.protocol.impl.record.value.resource
- ResourceDeletionRecord() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.resource.ResourceDeletionRecord
- resources() - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DeploymentRecord
- RESOURCES - Static variable in class io.camunda.zeebe.protocol.impl.record.value.deployment.DeploymentRecord
- RETRIES - Static variable in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
S
- SbeBufferWriterReader<E,
D> - Class in io.camunda.zeebe.protocol.impl.encoding - SbeBufferWriterReader() - Constructor for class io.camunda.zeebe.protocol.impl.encoding.SbeBufferWriterReader
- setAction(PermissionAction) - Method in class io.camunda.zeebe.protocol.impl.record.value.authorization.AuthorizationRecord
- setAction(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- setAction(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- setAncestorScopeKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceModificationActivateInstruction
- setAssignee(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- setAssignee(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- setAuthData(String) - Method in class io.camunda.zeebe.protocol.impl.encoding.AuthInfo
- setAuthorization(AuthInfo) - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteCommandRequest
- setAuthorization(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteCommandRequest
- setBackupId(long) - Method in class io.camunda.zeebe.protocol.impl.encoding.BackupRequest
- setBackupId(long) - Method in class io.camunda.zeebe.protocol.impl.encoding.BackupStatusResponse
- setBatchElementInstanceKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceBatchRecord
- setBpmnElementType(BpmnElementType) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceRecord
- setBpmnEventType(BpmnEventType) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceRecord
- setBpmnProcessId(String) - Method in class io.camunda.zeebe.protocol.impl.data.repository.ProcessMetadata
- setBpmnProcessId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.DecisionEvaluationRecord
- setBpmnProcessId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessMetadata
- setBpmnProcessId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessRecord
- setBpmnProcessId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- setBpmnProcessId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceCreationRecord
- setBpmnProcessId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceRecord
- setBpmnProcessId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceResultRecord
- setBpmnProcessId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- setBpmnProcessId(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.data.repository.ProcessMetadata
- setBpmnProcessId(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteQueryResponse
- setBpmnProcessId(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.DecisionEvaluationRecord
- setBpmnProcessId(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessMetadata
- setBpmnProcessId(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessRecord
- setBpmnProcessId(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.incident.IncidentRecord
- setBpmnProcessId(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- setBpmnProcessId(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageStartEventSubscriptionRecord
- setBpmnProcessId(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageSubscriptionRecord
- setBpmnProcessId(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.ProcessMessageSubscriptionRecord
- setBpmnProcessId(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceCreationRecord
- setBpmnProcessId(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceRecord
- setBpmnProcessId(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceResultRecord
- setBpmnProcessId(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.signal.SignalSubscriptionRecord
- setBpmnProcessId(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- setBpmnProcessId(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.variable.VariableRecord
- setBpmnProcessId(DirectBuffer, int, int) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessMetadata
- setBpmnProcessId(DirectBuffer, int, int) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessRecord
- setBpmnProcessId(DirectBuffer, int, int) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceRecord
- setBpmnXml(String) - Method in class io.camunda.zeebe.protocol.impl.data.repository.ProcessMetadataAndResource
- setBpmnXml(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.data.repository.ProcessMetadataAndResource
- setBrokerId(int) - Method in class io.camunda.zeebe.protocol.impl.encoding.AdminRequest
- setBrokerId(int) - Method in class io.camunda.zeebe.protocol.impl.encoding.BackupStatusResponse
- setBrokerVersion(String) - Method in class io.camunda.zeebe.protocol.impl.encoding.BackupStatusResponse
- setCallingElementPath(List<Integer>) - Method in class io.camunda.zeebe.protocol.impl.record.value.incident.IncidentRecord
- setCandidateGroupsChanged() - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- setCandidateGroupsList(List<String>) - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- setCandidateUsersChanged() - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- setCandidateUsersList(List<String>) - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- setCatchElementId(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.escalation.EscalationRecord
- setCatchEventId(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.signal.SignalSubscriptionRecord
- setCatchEventInstanceKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.signal.SignalSubscriptionRecord
- setChangedAttributes(List<String>) - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- setChangedAttributes(Set<String>) - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- setChangedAttributesProp(ArrayProperty<StringValue>) - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- setCheckpointId(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.management.CheckpointRecord
- setCheckpointPosition(long) - Method in class io.camunda.zeebe.protocol.impl.encoding.BackupStatusResponse
- setCheckpointPosition(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.management.CheckpointRecord
- setChecksum(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRequirementsMetadataRecord
- setChecksum(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRequirementsRecord
- setChecksum(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.FormMetadataRecord
- setChecksum(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.FormRecord
- setChecksum(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessMetadata
- setChecksum(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessRecord
- setClusterSize(int) - Method in class io.camunda.zeebe.protocol.impl.encoding.BrokerInfo
- setCommandApiAddress(String) - Method in class io.camunda.zeebe.protocol.impl.encoding.BrokerInfo
- setCommandApiAddress(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.encoding.BrokerInfo
- setCommandValue(UnifiedRecordValue) - Method in class io.camunda.zeebe.protocol.impl.record.value.distribution.CommandDistributionRecord
- setCompensableActivityId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.compensation.CompensationSubscriptionRecord
- setCompensableActivityInstanceKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.compensation.CompensationSubscriptionRecord
- setCompensableActivityScopeKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.compensation.CompensationSubscriptionRecord
- setCompensationHandlerId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.compensation.CompensationSubscriptionRecord
- setCompensationHandlerInstanceKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.compensation.CompensationSubscriptionRecord
- setCorrelationKey(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageCorrelationRecord
- setCorrelationKey(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageRecord
- setCorrelationKey(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageRecord
- setCorrelationKey(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageStartEventSubscriptionRecord
- setCorrelationKey(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageSubscriptionRecord
- setCorrelationKey(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.ProcessMessageSubscriptionRecord
- setCreatedAt(String) - Method in class io.camunda.zeebe.protocol.impl.encoding.BackupStatusResponse
- setCreationTimestamp(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- setCustomHeaders(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- setCustomHeaders(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- setDeadline(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- setDeadline(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageRecord
- setDecisionId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.DecisionEvaluationRecord
- setDecisionId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.EvaluatedDecisionRecord
- setDecisionId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRecord
- setDecisionId(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.DecisionEvaluationRecord
- setDecisionKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.DecisionEvaluationRecord
- setDecisionKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.EvaluatedDecisionRecord
- setDecisionKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRecord
- setDecisionName(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.DecisionEvaluationRecord
- setDecisionName(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.EvaluatedDecisionRecord
- setDecisionName(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRecord
- setDecisionName(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.DecisionEvaluationRecord
- setDecisionOutput(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.DecisionEvaluationRecord
- setDecisionOutput(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.EvaluatedDecisionRecord
- setDecisionRequirementsId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.DecisionEvaluationRecord
- setDecisionRequirementsId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRecord
- setDecisionRequirementsId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRequirementsMetadataRecord
- setDecisionRequirementsId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRequirementsRecord
- setDecisionRequirementsId(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.DecisionEvaluationRecord
- setDecisionRequirementsKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.DecisionEvaluationRecord
- setDecisionRequirementsKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRecord
- setDecisionRequirementsKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRequirementsMetadataRecord
- setDecisionRequirementsKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRequirementsRecord
- setDecisionRequirementsName(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRequirementsMetadataRecord
- setDecisionRequirementsName(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRequirementsRecord
- setDecisionRequirementsVersion(int) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRequirementsMetadataRecord
- setDecisionRequirementsVersion(int) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRequirementsRecord
- setDecisionType(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.EvaluatedDecisionRecord
- setDecisionVersion(int) - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.DecisionEvaluationRecord
- setDecisionVersion(int) - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.EvaluatedDecisionRecord
- setDeploymentKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRecord
- setDeploymentKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DeploymentRecord
- setDeploymentKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.FormMetadataRecord
- setDeploymentKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.FormRecord
- setDeploymentKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessMetadata
- setDeploymentKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessRecord
- setDueDate(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.timer.TimerRecord
- setDueDate(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- setDueDate(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- setDueDateChanged() - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- setDuplicate(boolean) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRecord
- setDuplicate(boolean) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRequirementsMetadataRecord
- setDuplicate(boolean) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.FormMetadataRecord
- setDuplicate(boolean) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessMetadata
- setElementId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.DecisionEvaluationRecord
- setElementId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- setElementId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceCreationStartInstruction
- setElementId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceModificationActivateInstruction
- setElementId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceModificationVariableInstruction
- setElementId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceRecord
- setElementId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- setElementId(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.DecisionEvaluationRecord
- setElementId(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.incident.IncidentRecord
- setElementId(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- setElementId(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.ProcessMessageSubscriptionRecord
- setElementId(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceRecord
- setElementId(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- setElementId(DirectBuffer, int, int) - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- setElementId(DirectBuffer, int, int) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceRecord
- setElementInstanceKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.DecisionEvaluationRecord
- setElementInstanceKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.incident.IncidentRecord
- setElementInstanceKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- setElementInstanceKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageSubscriptionRecord
- setElementInstanceKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.ProcessMessageSubscriptionRecord
- setElementInstanceKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceModificationTerminateInstruction
- setElementInstanceKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.timer.TimerRecord
- setElementInstanceKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- setElementInstancePath(List<List<Long>>) - Method in class io.camunda.zeebe.protocol.impl.record.value.incident.IncidentRecord
- setEmail(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.user.UserRecord
- setEmail(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.user.UserRecord
- setErrorCode(ErrorCode) - Method in class io.camunda.zeebe.protocol.impl.encoding.ErrorResponse
- setErrorCode(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- setErrorData(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.encoding.ErrorResponse
- setErrorMessage(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.incident.IncidentRecord
- setErrorMessage(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- setErrorMessage(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.incident.IncidentRecord
- setErrorMessage(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- setErrorMessage(DirectBuffer, int, int) - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- setErrorType(ErrorType) - Method in class io.camunda.zeebe.protocol.impl.record.value.incident.IncidentRecord
- setEscalationCode(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.escalation.EscalationRecord
- setEvaluationFailureMessage(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.DecisionEvaluationRecord
- setExternalFormReference(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- setExternalFormReference(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- setFailedDecisionId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.DecisionEvaluationRecord
- setFailureReason(String) - Method in class io.camunda.zeebe.protocol.impl.encoding.BackupStatusResponse
- setFetchVariables(Collection<StringValue>) - Method in class io.camunda.zeebe.protocol.impl.stream.job.JobActivationPropertiesImpl
- setFetchVariables(List<String>) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceCreationRecord
- setFlowScopeKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceRecord
- setFollowerForPartition(int) - Method in class io.camunda.zeebe.protocol.impl.encoding.BrokerInfo
- setFollowUpDate(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- setFollowUpDate(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- setFollowUpDateChanged() - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- setFormatProp(AuthInfo.AuthDataFormat) - Method in class io.camunda.zeebe.protocol.impl.encoding.AuthInfo
- setFormId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.FormMetadataRecord
- setFormId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.FormRecord
- setFormId(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.FormRecord
- setFormId(DirectBuffer, int, int) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.FormRecord
- setFormKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.FormMetadataRecord
- setFormKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.FormRecord
- setFormKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- setInactiveForPartition(int) - Method in class io.camunda.zeebe.protocol.impl.encoding.BrokerInfo
- setIndex(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceBatchRecord
- setInputId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.EvaluatedInputRecord
- setInputName(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.EvaluatedInputRecord
- setInputValue(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.EvaluatedInputRecord
- setIntent(Intent) - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteCommandRequest
- setIntent(Intent) - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteCommandResponse
- setIntent(Intent) - Method in class io.camunda.zeebe.protocol.impl.record.value.distribution.CommandDistributionRecord
- setInterrupting(boolean) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageSubscriptionRecord
- setInterrupting(boolean) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.ProcessMessageSubscriptionRecord
- setJobKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.incident.IncidentRecord
- setJobKey(long) - Method in class io.camunda.zeebe.protocol.impl.stream.job.ActivatedJobImpl
- setJobKind(JobKind) - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- setKey(long) - Method in class io.camunda.zeebe.protocol.impl.encoding.AdminRequest
- setKey(long) - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteCommandRequest
- setKey(long) - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteCommandResponse
- setKey(long) - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteQueryRequest
- setKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessMetadata
- setKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessRecord
- setLastUpdated(String) - Method in class io.camunda.zeebe.protocol.impl.encoding.BackupStatusResponse
- setLeaderForPartition(int, long) - Method in class io.camunda.zeebe.protocol.impl.encoding.BrokerInfo
- setListenerEventType(JobListenerEventType) - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- setMaxJobsToActivate(int) - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobBatchRecord
- setMessageId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageRecord
- setMessageId(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageRecord
- setMessageKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageCorrelationRecord
- setMessageKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageStartEventSubscriptionRecord
- setMessageKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageSubscriptionRecord
- setMessageKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.ProcessMessageSubscriptionRecord
- setMessageName(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageStartEventSubscriptionRecord
- setMessageName(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageSubscriptionRecord
- setMessageName(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.ProcessMessageSubscriptionRecord
- setName(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageCorrelationRecord
- setName(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageRecord
- setName(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.user.UserRecord
- setName(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageRecord
- setName(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.user.UserRecord
- setName(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.variable.VariableRecord
- setNamespace(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRequirementsMetadataRecord
- setNamespace(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRequirementsRecord
- setNodeId(int) - Method in class io.camunda.zeebe.protocol.impl.encoding.BrokerInfo
- setNumberOfPartitions(int) - Method in class io.camunda.zeebe.protocol.impl.encoding.BackupStatusResponse
- setOperationReference(long) - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteCommandRequest
- setOutputId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.EvaluatedOutputRecord
- setOutputName(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.EvaluatedOutputRecord
- setOutputValue(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.EvaluatedOutputRecord
- setOwnerKey(Long) - Method in class io.camunda.zeebe.protocol.impl.record.value.authorization.AuthorizationRecord
- setOwnerType(AuthorizationOwnerType) - Method in class io.camunda.zeebe.protocol.impl.record.value.authorization.AuthorizationRecord
- setParentElementInstanceKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceRecord
- setParentProcessInstanceKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceRecord
- setPartition(int) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DeploymentDistributionRecord
-
Deprecated.
- setPartitionDead(Integer) - Method in class io.camunda.zeebe.protocol.impl.encoding.BrokerInfo
- setPartitionHealthy(Integer) - Method in class io.camunda.zeebe.protocol.impl.encoding.BrokerInfo
- setPartitionId(int) - Method in class io.camunda.zeebe.protocol.impl.encoding.AdminRequest
- setPartitionId(int) - Method in class io.camunda.zeebe.protocol.impl.encoding.BackupRequest
- setPartitionId(int) - Method in class io.camunda.zeebe.protocol.impl.encoding.BackupStatusResponse
- setPartitionId(int) - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteCommandRequest
- setPartitionId(int) - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteCommandResponse
- setPartitionId(int) - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteQueryRequest
- setPartitionId(int) - Method in class io.camunda.zeebe.protocol.impl.record.value.distribution.CommandDistributionRecord
- setPartitionsCount(int) - Method in class io.camunda.zeebe.protocol.impl.encoding.BrokerInfo
- setPartitionUnhealthy(Integer) - Method in class io.camunda.zeebe.protocol.impl.encoding.BrokerInfo
- setPassword(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.user.UserRecord
- setPassword(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.user.UserRecord
- setPayload(byte[]) - Method in class io.camunda.zeebe.protocol.impl.encoding.AdminRequest
- setPermissionType(PermissionType) - Method in class io.camunda.zeebe.protocol.impl.record.value.authorization.Permission
- setPriority(int) - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- setPriorityChanged() - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- setProcessDefinitionKey(long) - Method in class io.camunda.zeebe.protocol.impl.data.repository.ProcessMetadata
- setProcessDefinitionKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.compensation.CompensationSubscriptionRecord
- setProcessDefinitionKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.DecisionEvaluationRecord
- setProcessDefinitionKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.incident.IncidentRecord
- setProcessDefinitionKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- setProcessDefinitionKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageStartEventSubscriptionRecord
- setProcessDefinitionKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessEventRecord
- setProcessDefinitionKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceCreationRecord
- setProcessDefinitionKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceRecord
- setProcessDefinitionKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceResultRecord
- setProcessDefinitionKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.signal.SignalSubscriptionRecord
- setProcessDefinitionKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.timer.TimerRecord
- setProcessDefinitionKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- setProcessDefinitionKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.variable.VariableRecord
- setProcessDefinitionPath(List<Long>) - Method in class io.camunda.zeebe.protocol.impl.record.value.incident.IncidentRecord
- setProcessDefinitionVersion(int) - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- setProcessDefinitionVersion(int) - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- setProcessInstanceKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.compensation.CompensationSubscriptionRecord
- setProcessInstanceKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.DecisionEvaluationRecord
- setProcessInstanceKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.error.ErrorRecord
- setProcessInstanceKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.escalation.EscalationRecord
- setProcessInstanceKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.incident.IncidentRecord
- setProcessInstanceKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- setProcessInstanceKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageCorrelationRecord
- setProcessInstanceKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageStartEventSubscriptionRecord
- setProcessInstanceKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageSubscriptionRecord
- setProcessInstanceKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.ProcessMessageSubscriptionRecord
- setProcessInstanceKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessEventRecord
- setProcessInstanceKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceBatchRecord
- setProcessInstanceKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceCreationRecord
- setProcessInstanceKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceMigrationRecord
- setProcessInstanceKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceModificationRecord
- setProcessInstanceKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceRecord
- setProcessInstanceKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceResultRecord
- setProcessInstanceKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.timer.TimerRecord
- setProcessInstanceKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- setProcessInstanceKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.variable.VariableRecord
- setQueueId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.distribution.CommandDistributionRecord
- setRecord(JobRecord) - Method in class io.camunda.zeebe.protocol.impl.stream.job.ActivatedJobImpl
- setRecordType(RecordType) - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteCommandResponse
- setRecurringTime(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- setRejectionReason(DirectBuffer, int, int) - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteCommandResponse
- setRejectionType(RejectionType) - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteCommandResponse
- setRepetitions(int) - Method in class io.camunda.zeebe.protocol.impl.record.value.timer.TimerRecord
- setReplicationFactor(int) - Method in class io.camunda.zeebe.protocol.impl.encoding.BrokerInfo
- setRequestId(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageCorrelationRecord
- setRequestStreamId(int) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageCorrelationRecord
- setResource(byte[]) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DeploymentResource
- setResource(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRequirementsRecord
- setResource(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DeploymentResource
- setResource(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.FormRecord
- setResource(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessRecord
- setResource(DirectBuffer, int, int) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DeploymentResource
- setResource(DirectBuffer, int, int) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.FormRecord
- setResource(DirectBuffer, int, int) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessRecord
- setResourceKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.resource.ResourceDeletionRecord
- setResourceName(String) - Method in class io.camunda.zeebe.protocol.impl.data.repository.ProcessMetadata
- setResourceName(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRequirementsMetadataRecord
- setResourceName(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRequirementsRecord
- setResourceName(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DeploymentResource
- setResourceName(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.FormMetadataRecord
- setResourceName(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.FormRecord
- setResourceName(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessMetadata
- setResourceName(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessRecord
- setResourceName(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.data.repository.ProcessMetadata
- setResourceName(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DeploymentResource
- setResourceName(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.FormRecord
- setResourceName(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessMetadata
- setResourceName(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessRecord
- setResourceType(AuthorizationResourceType) - Method in class io.camunda.zeebe.protocol.impl.record.value.authorization.AuthorizationRecord
- setRetries(int) - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- setRetryBackoff(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- setRuleId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.MatchedRuleRecord
- setRuleIndex(int) - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.MatchedRuleRecord
- setScopeKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessEventRecord
- setScopeKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.variable.VariableDocumentRecord
- setScopeKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.variable.VariableRecord
- setSignalName(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.signal.SignalRecord
- setSignalName(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.signal.SignalRecord
- setSignalName(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.signal.SignalSubscriptionRecord
- setSnapshotId(String) - Method in class io.camunda.zeebe.protocol.impl.encoding.BackupStatusResponse
- setSourceElementId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceMigrationMappingInstruction
- setSourceElementId(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceMigrationMappingInstruction
- setStartEventId(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageStartEventSubscriptionRecord
- setStatus(BackupStatusCode) - Method in class io.camunda.zeebe.protocol.impl.encoding.BackupStatusResponse
- setSubscriptionPartitionId(int) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.ProcessMessageSubscriptionRecord
- setTargetElementId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceMigrationMappingInstruction
- setTargetElementId(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceMigrationMappingInstruction
- setTargetElementId(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.timer.TimerRecord
- setTargetElementIdBuffer(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessEventRecord
- setTargetProcessDefinitionKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceMigrationRecord
- setTenantId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.compensation.CompensationSubscriptionRecord
- setTenantId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.DecisionEvaluationRecord
- setTenantId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.EvaluatedDecisionRecord
- setTenantId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRecord
- setTenantId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRequirementsMetadataRecord
- setTenantId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRequirementsRecord
- setTenantId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DeploymentRecord
- setTenantId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.FormMetadataRecord
- setTenantId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.FormRecord
- setTenantId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessMetadata
- setTenantId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessRecord
- setTenantId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.incident.IncidentRecord
- setTenantId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- setTenantId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageCorrelationRecord
- setTenantId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageRecord
- setTenantId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageStartEventSubscriptionRecord
- setTenantId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageSubscriptionRecord
- setTenantId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.ProcessMessageSubscriptionRecord
- setTenantId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessEventRecord
- setTenantId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceCreationRecord
- setTenantId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceRecord
- setTenantId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceResultRecord
- setTenantId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.resource.ResourceDeletionRecord
- setTenantId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.signal.SignalRecord
- setTenantId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.signal.SignalSubscriptionRecord
- setTenantId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.timer.TimerRecord
- setTenantId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- setTenantId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.variable.VariableRecord
- setTenantIds(Collection<String>) - Method in class io.camunda.zeebe.protocol.impl.stream.job.JobActivationPropertiesImpl
- setTenantIds(List<String>) - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobBatchRecord
- setThrowElementId(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.escalation.EscalationRecord
- setThrowEventId(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.compensation.CompensationSubscriptionRecord
- setThrowEventInstanceKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.compensation.CompensationSubscriptionRecord
- setTimeout(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobBatchRecord
- setTimeout(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- setTimeout(long) - Method in class io.camunda.zeebe.protocol.impl.stream.job.JobActivationPropertiesImpl
- setTimeToLive(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageRecord
- setTruncated(boolean) - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobBatchRecord
- setType(AdminRequestType) - Method in class io.camunda.zeebe.protocol.impl.encoding.AdminRequest
- setType(BackupRequestType) - Method in class io.camunda.zeebe.protocol.impl.encoding.BackupRequest
- setType(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobBatchRecord
- setType(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- setType(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobBatchRecord
- setType(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- setType(DirectBuffer, int, int) - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobBatchRecord
- setType(DirectBuffer, int, int) - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- setUpdateSemantics(VariableDocumentUpdateSemantic) - Method in class io.camunda.zeebe.protocol.impl.record.value.variable.VariableDocumentRecord
- setUserKey(Long) - Method in class io.camunda.zeebe.protocol.impl.record.value.user.UserRecord
- setUsername(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.user.UserRecord
- setUsername(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.user.UserRecord
- setUserTaskKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- setUserType(UserType) - Method in class io.camunda.zeebe.protocol.impl.record.value.user.UserRecord
- setValue(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.variable.VariableRecord
- setValue(DirectBuffer, int, int) - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteCommandRequest
- setValue(DirectBuffer, int, int) - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteCommandResponse
- setValue(DirectBuffer, int, int) - Method in class io.camunda.zeebe.protocol.impl.record.value.variable.VariableRecord
- setValueType(ValueType) - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteCommandRequest
- setValueType(ValueType) - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteCommandResponse
- setValueType(ValueType) - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteQueryRequest
- setValueType(ValueType) - Method in class io.camunda.zeebe.protocol.impl.record.value.distribution.CommandDistributionRecord
- setVariables(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.compensation.CompensationSubscriptionRecord
- setVariables(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.decision.DecisionEvaluationRecord
- setVariables(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- setVariables(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageCorrelationRecord
- setVariables(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageRecord
- setVariables(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageStartEventSubscriptionRecord
- setVariables(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageSubscriptionRecord
- setVariables(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.ProcessMessageSubscriptionRecord
- setVariables(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceCreationRecord
- setVariables(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceModificationVariableInstruction
- setVariables(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceResultRecord
- setVariables(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.signal.SignalRecord
- setVariables(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- setVariables(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.variable.VariableDocumentRecord
- setVariablesBuffer(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessEventRecord
- setVariableScopeKey(long) - Method in class io.camunda.zeebe.protocol.impl.record.value.incident.IncidentRecord
- setVersion(int) - Method in class io.camunda.zeebe.protocol.impl.data.repository.ProcessMetadata
- setVersion(int) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRecord
- setVersion(int) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.FormMetadataRecord
- setVersion(int) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.FormRecord
- setVersion(int) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessMetadata
- setVersion(int) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessRecord
- setVersion(int) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceCreationRecord
- setVersion(int) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceRecord
- setVersion(int) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceResultRecord
- setVersion(String) - Method in class io.camunda.zeebe.protocol.impl.encoding.BrokerInfo
- setVersion(DirectBuffer, int, int) - Method in class io.camunda.zeebe.protocol.impl.encoding.BrokerInfo
- setVersionTag(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.DecisionRecord
- setVersionTag(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.FormMetadataRecord
- setVersionTag(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.FormRecord
- setVersionTag(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessMetadata
- setVersionTag(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessRecord
- setWorker(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobBatchRecord
- setWorker(String) - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- setWorker(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobBatchRecord
- setWorker(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- setWorker(DirectBuffer, int, int) - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobBatchRecord
- setWorker(DirectBuffer, int, int) - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- setWorker(DirectBuffer, int, int) - Method in class io.camunda.zeebe.protocol.impl.stream.job.JobActivationPropertiesImpl
- SignalRecord - Class in io.camunda.zeebe.protocol.impl.record.value.signal
- SignalRecord() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.signal.SignalRecord
- SignalSubscriptionRecord - Class in io.camunda.zeebe.protocol.impl.record.value.signal
- SignalSubscriptionRecord() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.signal.SignalSubscriptionRecord
- startInstructions() - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceCreationRecord
- status() - Method in record class io.camunda.zeebe.protocol.impl.encoding.BackupListResponse.BackupStatus
-
Returns the value of the
statusrecord component. - SubscriptionUtil - Class in io.camunda.zeebe.protocol.impl
- SubscriptionUtil() - Constructor for class io.camunda.zeebe.protocol.impl.SubscriptionUtil
T
- tenantIds() - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobBatchRecord
- tenantIds() - Method in interface io.camunda.zeebe.protocol.impl.stream.job.JobActivationProperties
-
Returns the identifiers of the tenants that own the jobs requested to be activated by the worker.
- tenantIds() - Method in class io.camunda.zeebe.protocol.impl.stream.job.JobActivationPropertiesImpl
- timeout() - Method in interface io.camunda.zeebe.protocol.impl.stream.job.JobActivationProperties
-
Returns the activation timeout of the job, i.e. how long before the job is made activate-able again after activation
- timeout() - Method in class io.camunda.zeebe.protocol.impl.stream.job.JobActivationPropertiesImpl
- TIMEOUT - Static variable in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- TimerRecord - Class in io.camunda.zeebe.protocol.impl.record.value.timer
- TimerRecord() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.timer.TimerRecord
- toByteBuffer() - Method in class io.camunda.zeebe.protocol.impl.encoding.SbeBufferWriterReader
- toBytes() - Method in class io.camunda.zeebe.protocol.impl.encoding.ErrorResponse
- toBytes() - Method in class io.camunda.zeebe.protocol.impl.encoding.SbeBufferWriterReader
- toDecodedMap() - Method in class io.camunda.zeebe.protocol.impl.encoding.AuthInfo
- toDirectBuffer() - Method in class io.camunda.zeebe.protocol.impl.encoding.AuthInfo
- toJson() - Method in class io.camunda.zeebe.protocol.impl.record.CopiedRecord
-
Please be aware that this method is not thread-safe.
- toJson() - Method in class io.camunda.zeebe.protocol.impl.record.UnifiedRecordValue
- toString() - Method in class io.camunda.zeebe.protocol.impl.encoding.AuthInfo
- toString() - Method in record class io.camunda.zeebe.protocol.impl.encoding.BackupListResponse.BackupStatus
-
Returns a string representation of this record class.
- toString() - Method in class io.camunda.zeebe.protocol.impl.encoding.BrokerInfo
- toString() - Method in class io.camunda.zeebe.protocol.impl.encoding.ErrorResponse
- toString() - Method in class io.camunda.zeebe.protocol.impl.record.CopiedRecord
- toString() - Method in class io.camunda.zeebe.protocol.impl.record.RecordMetadata
- toString() - Method in class io.camunda.zeebe.protocol.impl.record.VersionInfo
- tryWrap(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.encoding.ErrorResponse
- tryWrap(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.encoding.SbeBufferWriterReader
- tryWrap(DirectBuffer, int, int) - Method in class io.camunda.zeebe.protocol.impl.encoding.ErrorResponse
- tryWrap(DirectBuffer, int, int) - Method in class io.camunda.zeebe.protocol.impl.encoding.SbeBufferWriterReader
U
- UnifiedRecordValue - Class in io.camunda.zeebe.protocol.impl.record
- UnifiedRecordValue(int) - Constructor for class io.camunda.zeebe.protocol.impl.record.UnifiedRecordValue
-
Creates a new
UnifiedRecordValue. - UNKNOWN - Enum constant in enum class io.camunda.zeebe.protocol.impl.encoding.AuthInfo.AuthDataFormat
- UNKNOWN - Static variable in class io.camunda.zeebe.protocol.impl.record.VersionInfo
- UserRecord - Class in io.camunda.zeebe.protocol.impl.record.value.user
- UserRecord() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.user.UserRecord
- UserTaskRecord - Class in io.camunda.zeebe.protocol.impl.record.value.usertask
- UserTaskRecord() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
V
- valueOf(String) - Static method in enum class io.camunda.zeebe.protocol.impl.encoding.AuthInfo.AuthDataFormat
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class io.camunda.zeebe.protocol.impl.encoding.AuthInfo.AuthDataFormat
-
Returns an array containing the constants of this enum class, in the order they are declared.
- valueType(ValueType) - Method in class io.camunda.zeebe.protocol.impl.record.RecordMetadata
- VariableDocumentRecord - Class in io.camunda.zeebe.protocol.impl.record.value.variable
- VariableDocumentRecord() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.variable.VariableDocumentRecord
- VariableRecord - Class in io.camunda.zeebe.protocol.impl.record.value.variable
- VariableRecord() - Constructor for class io.camunda.zeebe.protocol.impl.record.value.variable.VariableRecord
- variables() - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobBatchRecord
- VersionInfo - Class in io.camunda.zeebe.protocol.impl.record
- VersionInfo(int, int, int) - Constructor for class io.camunda.zeebe.protocol.impl.record.VersionInfo
W
- worker() - Method in interface io.camunda.zeebe.protocol.impl.stream.job.JobActivationProperties
-
Returns the name of the worker.
- worker() - Method in class io.camunda.zeebe.protocol.impl.stream.job.JobActivationPropertiesImpl
- wrap(AuthInfo) - Method in class io.camunda.zeebe.protocol.impl.encoding.AuthInfo
- wrap(AuthorizationRecord) - Method in class io.camunda.zeebe.protocol.impl.record.value.authorization.AuthorizationRecord
- wrap(CompensationSubscriptionRecord) - Method in class io.camunda.zeebe.protocol.impl.record.value.compensation.CompensationSubscriptionRecord
- wrap(FormMetadataRecord, byte[]) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.FormRecord
- wrap(ProcessMetadata, byte[]) - Method in class io.camunda.zeebe.protocol.impl.record.value.deployment.ProcessRecord
- wrap(CommandDistributionRecord) - Method in class io.camunda.zeebe.protocol.impl.record.value.distribution.CommandDistributionRecord
- wrap(EscalationRecord) - Method in class io.camunda.zeebe.protocol.impl.record.value.escalation.EscalationRecord
- wrap(IncidentRecord) - Method in class io.camunda.zeebe.protocol.impl.record.value.incident.IncidentRecord
- wrap(JobRecord) - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- wrap(MessageCorrelationRecord) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageCorrelationRecord
- wrap(MessageRecord) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageRecord
- wrap(MessageStartEventSubscriptionRecord) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageStartEventSubscriptionRecord
- wrap(MessageSubscriptionRecord) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.MessageSubscriptionRecord
- wrap(ProcessMessageSubscriptionRecord) - Method in class io.camunda.zeebe.protocol.impl.record.value.message.ProcessMessageSubscriptionRecord
- wrap(ProcessEventRecord) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessEventRecord
- wrap(ProcessInstanceRecord) - Method in class io.camunda.zeebe.protocol.impl.record.value.processinstance.ProcessInstanceRecord
- wrap(ResourceDeletionRecord) - Method in class io.camunda.zeebe.protocol.impl.record.value.resource.ResourceDeletionRecord
- wrap(SignalRecord) - Method in class io.camunda.zeebe.protocol.impl.record.value.signal.SignalRecord
- wrap(SignalSubscriptionRecord) - Method in class io.camunda.zeebe.protocol.impl.record.value.signal.SignalSubscriptionRecord
- wrap(UserRecord) - Method in class io.camunda.zeebe.protocol.impl.record.value.user.UserRecord
- wrap(VariableDocumentRecord) - Method in class io.camunda.zeebe.protocol.impl.record.value.variable.VariableDocumentRecord
- wrap(DirectBuffer) - Method in class io.camunda.zeebe.protocol.impl.encoding.SbeBufferWriterReader
- wrap(DirectBuffer, int, int) - Method in class io.camunda.zeebe.protocol.impl.encoding.AdminRequest
- wrap(DirectBuffer, int, int) - Method in class io.camunda.zeebe.protocol.impl.encoding.AdminResponse
- wrap(DirectBuffer, int, int) - Method in class io.camunda.zeebe.protocol.impl.encoding.BackupListResponse
- wrap(DirectBuffer, int, int) - Method in class io.camunda.zeebe.protocol.impl.encoding.BackupRequest
- wrap(DirectBuffer, int, int) - Method in class io.camunda.zeebe.protocol.impl.encoding.BackupStatusResponse
- wrap(DirectBuffer, int, int) - Method in class io.camunda.zeebe.protocol.impl.encoding.BrokerInfo
- wrap(DirectBuffer, int, int) - Method in class io.camunda.zeebe.protocol.impl.encoding.ErrorResponse
- wrap(DirectBuffer, int, int) - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteCommandRequest
- wrap(DirectBuffer, int, int) - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteCommandResponse
- wrap(DirectBuffer, int, int) - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteQueryRequest
- wrap(DirectBuffer, int, int) - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteQueryResponse
- wrap(DirectBuffer, int, int) - Method in class io.camunda.zeebe.protocol.impl.encoding.SbeBufferWriterReader
- wrap(DirectBuffer, int, int) - Method in class io.camunda.zeebe.protocol.impl.record.RecordMetadata
- wrapChangedAttributes(UserTaskRecord, boolean) - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- wrapWithoutVariables(JobRecord) - Method in class io.camunda.zeebe.protocol.impl.record.value.job.JobRecord
- wrapWithoutVariables(UserTaskRecord) - Method in class io.camunda.zeebe.protocol.impl.record.value.usertask.UserTaskRecord
- write(MutableDirectBuffer, int) - Method in class io.camunda.zeebe.protocol.impl.encoding.AdminRequest
- write(MutableDirectBuffer, int) - Method in class io.camunda.zeebe.protocol.impl.encoding.AdminResponse
- write(MutableDirectBuffer, int) - Method in class io.camunda.zeebe.protocol.impl.encoding.BackupListResponse
- write(MutableDirectBuffer, int) - Method in class io.camunda.zeebe.protocol.impl.encoding.BackupRequest
- write(MutableDirectBuffer, int) - Method in class io.camunda.zeebe.protocol.impl.encoding.BackupStatusResponse
- write(MutableDirectBuffer, int) - Method in class io.camunda.zeebe.protocol.impl.encoding.BrokerInfo
- write(MutableDirectBuffer, int) - Method in class io.camunda.zeebe.protocol.impl.encoding.ErrorResponse
- write(MutableDirectBuffer, int) - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteCommandRequest
- write(MutableDirectBuffer, int) - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteCommandResponse
- write(MutableDirectBuffer, int) - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteQueryRequest
- write(MutableDirectBuffer, int) - Method in class io.camunda.zeebe.protocol.impl.encoding.ExecuteQueryResponse
- write(MutableDirectBuffer, int) - Method in class io.camunda.zeebe.protocol.impl.encoding.SbeBufferWriterReader
- write(MutableDirectBuffer, int) - Method in class io.camunda.zeebe.protocol.impl.record.RecordMetadata
- writeIntoProperties(Properties) - Method in class io.camunda.zeebe.protocol.impl.encoding.BrokerInfo
All Classes and Interfaces|All Packages|Constant Field Values