Uses of Class
io.camunda.zeebe.engine.state.deployment.DeployedDrg
Packages that use DeployedDrg
Package
Description
-
Uses of DeployedDrg in io.camunda.zeebe.engine.state.deployment
Methods in io.camunda.zeebe.engine.state.deployment that return types with arguments of type DeployedDrgModifier and TypeMethodDescriptionDbDecisionState.findDecisionRequirementsByTenantAndKey(String tenantId, long decisionRequirementsKey) DbDecisionState.findLatestDecisionRequirementsByTenantAndId(String tenantId, org.agrona.DirectBuffer decisionRequirementsId) -
Uses of DeployedDrg in io.camunda.zeebe.engine.state.immutable
Methods in io.camunda.zeebe.engine.state.immutable that return types with arguments of type DeployedDrgModifier and TypeMethodDescriptionDecisionState.findDecisionRequirementsByTenantAndKey(String tenantId, long decisionRequirementsKey) Query decision requirements (DRGs) by the given decision requirements key.DecisionState.findLatestDecisionRequirementsByTenantAndId(String tenantId, org.agrona.DirectBuffer decisionRequirementsId) Query decision requirements (DRGs) by the given decision requirements id and return the latest version of the DRG. -
Uses of DeployedDrg in io.camunda.zeebe.engine.state.migration.to_8_3.legacy
Methods in io.camunda.zeebe.engine.state.migration.to_8_3.legacy that return types with arguments of type DeployedDrgModifier and TypeMethodDescriptionLegacyDecisionState.findDecisionRequirementsByKey(long decisionRequirementsKey) LegacyDecisionState.findLatestDecisionRequirementsById(org.agrona.DirectBuffer decisionRequirementsId)