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.findDecisionById(String decisionId) DecisionBehavior.findDecisionByKey(long decisionKey) Methods in io.camunda.zeebe.engine.processing.common with parameters of type PersistedDecisionModifier and TypeMethodDescriptionDecisionBehavior.createDecisionEvaluationEvent(PersistedDecision decision, DecisionEvaluationResult decisionResult) DecisionBehavior.findAndParseDrgByDecision(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.findDecisionByKey(long decisionKey) DbDecisionState.findDecisionsByDecisionRequirementsKey(long decisionRequirementsKey) DbDecisionState.findLatestDecisionById(org.agrona.DirectBuffer decisionId) -
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.findDecisionByKey(long decisionKey) Query decisions by the given decision key and return the decision.DecisionState.findDecisionsByDecisionRequirementsKey(long decisionRequirementsKey) Query decisions by the given decision requirements (DRG) key.DecisionState.findLatestDecisionById(org.agrona.DirectBuffer decisionId) Query decisions by the given decision id and return the latest version of the decision.