Class DeploymentRecord
java.lang.Object
io.camunda.zeebe.msgpack.value.BaseValue
io.camunda.zeebe.msgpack.value.ObjectValue
io.camunda.zeebe.msgpack.UnpackedObject
io.camunda.zeebe.protocol.impl.record.UnifiedRecordValue
io.camunda.zeebe.protocol.impl.record.value.deployment.DeploymentRecord
- All Implemented Interfaces:
Recyclable,JsonSerializable,RecordValue,DeploymentRecordValue,TenantOwned,BufferReader,BufferWriter
-
Field Summary
FieldsFields inherited from class io.camunda.zeebe.msgpack.UnpackedObject
reader, writerFields inherited from interface io.camunda.zeebe.protocol.record.value.TenantOwned
DEFAULT_TENANT_IDENTIFIER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongbooleanbooleanbooleanbooleanhasForms()voidsetDeploymentKey(long deploymentKey) setTenantId(String tenantId) Methods inherited from class io.camunda.zeebe.protocol.impl.record.UnifiedRecordValue
getEncodedLength, getLength, isEmpty, toJsonMethods inherited from class io.camunda.zeebe.msgpack.UnpackedObject
wrap, wrap, writeMethods inherited from class io.camunda.zeebe.msgpack.value.ObjectValue
declareProperty, equals, hashCode, read, reset, write, writeJSONMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.camunda.zeebe.util.buffer.BufferReader
copyFromMethods inherited from interface io.camunda.zeebe.protocol.record.JsonSerializable
toJsonMethods inherited from interface io.camunda.zeebe.msgpack.Recyclable
reset
-
Field Details
-
RESOURCES
- See Also:
-
PROCESSES
- See Also:
-
-
Constructor Details
-
DeploymentRecord
public DeploymentRecord()
-
-
Method Details
-
processesMetadata
-
resources
-
decisionsMetadata
-
decisionRequirementsMetadata
-
formMetadata
-
getResources
- Specified by:
getResourcesin interfaceDeploymentRecordValue
-
getProcessesMetadata
- Specified by:
getProcessesMetadatain interfaceDeploymentRecordValue
-
getDecisionsMetadata
- Specified by:
getDecisionsMetadatain interfaceDeploymentRecordValue
-
getDecisionRequirementsMetadata
- Specified by:
getDecisionRequirementsMetadatain interfaceDeploymentRecordValue
-
getFormMetadata
- Specified by:
getFormMetadatain interfaceDeploymentRecordValue
-
getDeploymentKey
public long getDeploymentKey()- Specified by:
getDeploymentKeyin interfaceDeploymentRecordValue
-
setDeploymentKey
-
resetResources
public void resetResources() -
getTenantId
- Specified by:
getTenantIdin interfaceTenantOwned
-
setTenantId
-
hasBpmnResources
public boolean hasBpmnResources() -
hasDmnResources
public boolean hasDmnResources() -
hasForms
public boolean hasForms() -
hasDuplicatesOnly
public boolean hasDuplicatesOnly()
-