Uses of Class
org.flowable.bpmn.model.SequenceFlow
Packages that use SequenceFlow
Package
Description
-
Uses of SequenceFlow in org.flowable.bpmn.model
Fields in org.flowable.bpmn.model with type parameters of type SequenceFlowModifier and TypeFieldDescriptionprotected List<SequenceFlow>
FlowNode.incomingFlows
protected List<SequenceFlow>
FlowNode.outgoingFlows
Methods in org.flowable.bpmn.model that return SequenceFlowMethods in org.flowable.bpmn.model that return types with arguments of type SequenceFlowMethods in org.flowable.bpmn.model with parameters of type SequenceFlowMethod parameters in org.flowable.bpmn.model with type arguments of type SequenceFlowModifier and TypeMethodDescriptionvoid
FlowNode.setIncomingFlows
(List<SequenceFlow> incomingFlows) void
FlowNode.setOutgoingFlows
(List<SequenceFlow> outgoingFlows) -
Uses of SequenceFlow in org.flowable.engine.impl.agenda
Methods in org.flowable.engine.impl.agenda with parameters of type SequenceFlowModifier and TypeMethodDescriptionprotected void
ContinueProcessOperation.continueThroughSequenceFlow
(SequenceFlow sequenceFlow) -
Uses of SequenceFlow in org.flowable.engine.impl.bpmn.parser
Fields in org.flowable.engine.impl.bpmn.parser with type parameters of type SequenceFlowModifier and TypeFieldDescriptionprotected Map<String,
SequenceFlow> BpmnParse.sequenceFlows
A map for storing sequence flow based on their id during parsing.Methods in org.flowable.engine.impl.bpmn.parser that return types with arguments of type SequenceFlow -
Uses of SequenceFlow in org.flowable.engine.impl.bpmn.parser.handler
Methods in org.flowable.engine.impl.bpmn.parser.handler with parameters of type SequenceFlowModifier and TypeMethodDescriptionprotected void
SequenceFlowParseHandler.executeParse
(BpmnParse bpmnParse, SequenceFlow sequenceFlow) -
Uses of SequenceFlow in org.flowable.engine.impl.jobexecutor
Methods in org.flowable.engine.impl.jobexecutor that return SequenceFlowModifier and TypeMethodDescriptionprotected SequenceFlow
AsyncLeaveJobHandler.determineSequenceFlow
(JobEntity job, ExecutionEntity executionEntity, com.fasterxml.jackson.databind.JsonNode jobConfigurationJson) Methods in org.flowable.engine.impl.jobexecutor with parameters of type SequenceFlowModifier and TypeMethodDescriptionstatic String
AsyncLeaveJobHandler.createJobConfiguration
(ProcessEngineConfiguration processEngineConfiguration, SequenceFlow sequenceFlow) -
Uses of SequenceFlow in org.flowable.engine.impl.persistence.entity
Methods in org.flowable.engine.impl.persistence.entity with parameters of type SequenceFlowModifier and TypeMethodDescriptionprotected String
ActivityInstanceEntityManagerImpl.getArtificialSequenceFlowId
(SequenceFlow sequenceFlow) -
Uses of SequenceFlow in org.flowable.engine.impl.util.condition
Methods in org.flowable.engine.impl.util.condition with parameters of type SequenceFlowModifier and TypeMethodDescriptionstatic boolean
ConditionUtil.hasTrueCondition
(SequenceFlow sequenceFlow, DelegateExecution execution)