Uses of Class
io.camunda.zeebe.engine.state.deployment.DeployedProcess
Packages that use DeployedProcess
Package
Description
-
Uses of DeployedProcess in io.camunda.zeebe.engine.processing.bpmn.behavior
Methods in io.camunda.zeebe.engine.processing.bpmn.behavior that return types with arguments of type DeployedProcessModifier and TypeMethodDescriptionBpmnStateBehavior.getLatestProcessVersion(org.agrona.DirectBuffer processId) BpmnStateBehavior.getProcess(long processDefinitionKey) Methods in io.camunda.zeebe.engine.processing.bpmn.behavior with parameters of type DeployedProcessModifier and TypeMethodDescriptionvoidBpmnStateBehavior.copyVariablesToProcessInstance(long sourceScopeKey, long targetProcessInstanceKey, DeployedProcess targetProcess) longBpmnStateTransitionBehavior.createChildProcessInstance(DeployedProcess process, BpmnElementContext context) -
Uses of DeployedProcess in io.camunda.zeebe.engine.processing.processinstance
Methods in io.camunda.zeebe.engine.processing.processinstance with parameters of type DeployedProcessModifier and TypeMethodDescriptionvoidProcessInstanceModificationProcessor.executeVariableInstruction(String elementId, Long scopeKey, ElementInstance processInstance, DeployedProcess process, ProcessInstanceModificationRecordValue.ProcessInstanceModificationActivateInstructionValue activate) -
Uses of DeployedProcess in io.camunda.zeebe.engine.state.deployment
Methods in io.camunda.zeebe.engine.state.deployment that return DeployedProcessModifier and TypeMethodDescriptionDbProcessState.getLatestProcessVersionByProcessId(org.agrona.DirectBuffer processIdBuffer) DbProcessState.getProcessByKey(long key) DbProcessState.getProcessByProcessIdAndVersion(org.agrona.DirectBuffer processId, int version) Methods in io.camunda.zeebe.engine.state.deployment that return types with arguments of type DeployedProcessModifier and TypeMethodDescriptionDbProcessState.getProcesses()DbProcessState.getProcessesByBpmnProcessId(org.agrona.DirectBuffer bpmnProcessId) -
Uses of DeployedProcess in io.camunda.zeebe.engine.state.immutable
Methods in io.camunda.zeebe.engine.state.immutable that return DeployedProcessModifier and TypeMethodDescriptionProcessState.getLatestProcessVersionByProcessId(org.agrona.DirectBuffer processId) ProcessState.getProcessByKey(long key) ProcessState.getProcessByProcessIdAndVersion(org.agrona.DirectBuffer processId, int version) Methods in io.camunda.zeebe.engine.state.immutable that return types with arguments of type DeployedProcessModifier and TypeMethodDescriptionProcessState.getProcesses()ProcessState.getProcessesByBpmnProcessId(org.agrona.DirectBuffer bpmnProcessId)