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.incomingFlowsprotected List<SequenceFlow>FlowNode.outgoingFlowsMethods 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 TypeMethodDescriptionvoidFlowNode.setIncomingFlows(List<SequenceFlow> incomingFlows) voidFlowNode.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 voidContinueProcessOperation.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.sequenceFlowsA 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 voidSequenceFlowParseHandler.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 SequenceFlowAsyncLeaveJobHandler.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 StringAsyncLeaveJobHandler.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 StringActivityInstanceEntityManagerImpl.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 booleanConditionUtil.hasTrueCondition(SequenceFlow sequenceFlow, DelegateExecution execution)