Uses of Class
org.camunda.bpm.engine.impl.pvm.process.TransitionImpl
Packages that use TransitionImpl
Package
Description
-
Uses of TransitionImpl in org.camunda.bpm.application.impl.event
Methods in org.camunda.bpm.application.impl.event with parameters of type TransitionImplModifier and TypeMethodDescriptionprotected void
ProcessApplicationEventParseListener.addTakeEventListener
(TransitionImpl transition) void
ProcessApplicationEventParseListener.parseSequenceFlow
(Element sequenceFlowElement, ScopeImpl scopeElement, TransitionImpl transition) -
Uses of TransitionImpl in org.camunda.bpm.engine.cdi.impl.event
Methods in org.camunda.bpm.engine.cdi.impl.event with parameters of type TransitionImplModifier and TypeMethodDescriptionvoid
CdiEventSupportBpmnParseListener.parseSequenceFlow
(Element sequenceFlowElement, ScopeImpl scopeElement, TransitionImpl transition) -
Uses of TransitionImpl in org.camunda.bpm.engine.impl.bpmn.parser
Fields in org.camunda.bpm.engine.impl.bpmn.parser with type parameters of type TransitionImplModifier and TypeFieldDescriptionprotected Map<String,
TransitionImpl> BpmnParse.sequenceFlows
A map for storing sequence flow based on their id during parsing.Methods in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type TransitionImplModifier and TypeMethodDescriptionvoid
BpmnParse.parseExecutionListenersOnTransition
(Element activitiElement, TransitionImpl activity) void
AbstractBpmnParseListener.parseSequenceFlow
(Element sequenceFlowElement, ScopeImpl scopeElement, TransitionImpl transition) void
BpmnParseListener.parseSequenceFlow
(Element sequenceFlowElement, ScopeImpl scopeElement, TransitionImpl transition) void
BpmnParse.parseSequenceFlowConditionExpression
(Element seqFlowElement, TransitionImpl seqFlow) Parses a condition expression on a sequence flow. -
Uses of TransitionImpl in org.camunda.bpm.engine.impl.cmd
Methods in org.camunda.bpm.engine.impl.cmd that return TransitionImplModifier and TypeMethodDescriptionprotected TransitionImpl
ActivityAfterInstantiationCmd.findTransition
(ProcessDefinitionImpl processDefinition) -
Uses of TransitionImpl in org.camunda.bpm.engine.impl.history.parser
Methods in org.camunda.bpm.engine.impl.history.parser with parameters of type TransitionImplModifier and TypeMethodDescriptionvoid
HistoryParseListener.parseSequenceFlow
(Element sequenceFlowElement, ScopeImpl scopeElement, TransitionImpl transition) -
Uses of TransitionImpl in org.camunda.bpm.engine.impl.pvm
Fields in org.camunda.bpm.engine.impl.pvm declared as TransitionImplMethods in org.camunda.bpm.engine.impl.pvm that return TransitionImplModifier and TypeMethodDescriptionPvmScope.findTransition
(String transitionId) Recursively finds a transition. -
Uses of TransitionImpl in org.camunda.bpm.engine.impl.pvm.delegate
Methods in org.camunda.bpm.engine.impl.pvm.delegate that return TransitionImpl -
Uses of TransitionImpl in org.camunda.bpm.engine.impl.pvm.process
Fields in org.camunda.bpm.engine.impl.pvm.process with type parameters of type TransitionImplModifier and TypeFieldDescriptionprotected List<TransitionImpl>
ActivityImpl.incomingTransitions
protected Map<String,
TransitionImpl> ActivityImpl.namedOutgoingTransitions
protected List<TransitionImpl>
ActivityImpl.outgoingTransitions
Methods in org.camunda.bpm.engine.impl.pvm.process that return TransitionImplModifier and TypeMethodDescriptionActivityImpl.createOutgoingTransition()
ActivityImpl.createOutgoingTransition
(String transitionId) ActivityImpl.findOutgoingTransition
(String transitionId) ScopeImpl.findTransition
(String transitionId) Method parameters in org.camunda.bpm.engine.impl.pvm.process with type arguments of type TransitionImplModifier and TypeMethodDescriptionprotected void
ActivityImpl.setIncomingTransitions
(List<TransitionImpl> incomingTransitions) protected void
ActivityImpl.setOutgoingTransitions
(List<TransitionImpl> outgoingTransitions) -
Uses of TransitionImpl in org.camunda.bpm.engine.impl.pvm.runtime
Fields in org.camunda.bpm.engine.impl.pvm.runtime declared as TransitionImplModifier and TypeFieldDescriptionprotected TransitionImpl
PvmExecutionImpl.transition
the transition that is currently being takenMethods in org.camunda.bpm.engine.impl.pvm.runtime that return TransitionImpl -
Uses of TransitionImpl in org.camunda.bpm.spring.boot.starter.event
Methods in org.camunda.bpm.spring.boot.starter.event with parameters of type TransitionImplModifier and TypeMethodDescriptionvoid
PublishDelegateParseListener.parseSequenceFlow
(Element sequenceFlowElement, ScopeImpl scopeElement, TransitionImpl transition)