Uses of Class
io.camunda.zeebe.engine.state.deployment.PersistedDecision
Packages that use PersistedDecision
Package
Description
-
Uses of PersistedDecision in io.camunda.zeebe.engine.processing.common
Methods in io.camunda.zeebe.engine.processing.common that return types with arguments of type PersistedDecisionModifier and TypeMethodDescriptionDecisionBehavior.findDecisionByIdAndTenant(String decisionId, String tenantId) DecisionBehavior.findDecisionByKeyAndTenant(long decisionKey, String tenantId) Methods in io.camunda.zeebe.engine.processing.common with parameters of type PersistedDecisionModifier and TypeMethodDescriptionDecisionBehavior.createDecisionEvaluationEvent(PersistedDecision decision, DecisionEvaluationResult decisionResult) DecisionBehavior.findParsedDrgByDecision(PersistedDecision persistedDecision) -
Uses of PersistedDecision in io.camunda.zeebe.engine.state.deployment
Methods in io.camunda.zeebe.engine.state.deployment that return PersistedDecisionMethods in io.camunda.zeebe.engine.state.deployment that return types with arguments of type PersistedDecisionModifier and TypeMethodDescriptionDbDecisionState.findDecisionByTenantAndKey(String tenantId, long decisionKey) DbDecisionState.findDecisionsByTenantAndDecisionRequirementsKey(String tenantId, long decisionRequirementsKey) DbDecisionState.findLatestDecisionByIdAndTenant(org.agrona.DirectBuffer decisionId, String tenantId) -
Uses of PersistedDecision in io.camunda.zeebe.engine.state.immutable
Methods in io.camunda.zeebe.engine.state.immutable that return types with arguments of type PersistedDecisionModifier and TypeMethodDescriptionDecisionState.findDecisionByTenantAndKey(String tenantId, long decisionKey) Query decisions by the given decision key and return the decision.DecisionState.findDecisionsByTenantAndDecisionRequirementsKey(String tenantId, long decisionRequirementsKey) Query decisions by the given decision requirements (DRG) key.DecisionState.findLatestDecisionByIdAndTenant(org.agrona.DirectBuffer decisionId, String tenantId) Query decisions by the given decision id and return the latest version of the decision. -
Uses of PersistedDecision 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 PersistedDecisionModifier and TypeMethodDescriptionLegacyDecisionState.findDecisionByKey(long decisionKey) LegacyDecisionState.findDecisionsByDecisionRequirementsKey(long decisionRequirementsKey) LegacyDecisionState.findLatestDecisionById(org.agrona.DirectBuffer decisionId) LegacyDecisionState.getDecisionsByKey()