Uses of Class
io.camunda.zeebe.engine.state.deployment.PersistedDecision
Packages that use PersistedDecision
Package
Description
-
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.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.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.