Uses of Interface
com.codingapi.flow.repository.ParallelBranchRepository
Packages that use ParallelBranchRepository
-
Uses of ParallelBranchRepository in com.codingapi.flow.context
Methods in com.codingapi.flow.context with parameters of type ParallelBranchRepositoryModifier and TypeMethodDescriptionvoidRepositoryHolderContext.register(WorkflowRepository workflowRepository, WorkflowBackupRepository workflowBackupRepository, FlowRecordRepository flowRecordRepository, FlowOperatorGateway flowOperatorGateway, ParallelBranchRepository parallelBranchRepository, DelayTaskRepository delayTaskRepository, UrgeIntervalRepository urgeIntervalRepository) -
Uses of ParallelBranchRepository in com.codingapi.flow.service
Constructors in com.codingapi.flow.service with parameters of type ParallelBranchRepositoryModifierConstructorDescriptionFlowService(WorkflowRepository workflowRepository, FlowOperatorGateway flowOperatorGateway, FlowRecordRepository flowRecordRepository, WorkflowBackupRepository workflowBackupRepository, ParallelBranchRepository parallelBranchRepository, DelayTaskRepository delayTaskRepository, UrgeIntervalRepository urgeIntervalRepository)