Interface Process
- All Superinterfaces:
JsonSerializable,ProcessMetadataValue,RecordValue,TenantOwned
- All Known Implementing Classes:
ImmutableProcess
Represents a deployed process, which extends the meta data with the acutal resources
-
Field Summary
Fields inherited from interface io.camunda.zeebe.protocol.record.value.TenantOwned
DEFAULT_TENANT_IDENTIFIER -
Method Summary
Methods inherited from interface io.camunda.zeebe.protocol.record.JsonSerializable
toJsonMethods inherited from interface io.camunda.zeebe.protocol.record.value.deployment.ProcessMetadataValue
getBpmnProcessId, getChecksum, getDeploymentKey, getProcessDefinitionKey, getResourceName, getVersion, getVersionTag, isDuplicateMethods inherited from interface io.camunda.zeebe.protocol.record.value.TenantOwned
getTenantId
-
Method Details
-
getResource
byte[] getResource()- Returns:
- returns the corresponding binary resource
-