public interface SchedWorkflowMapper
| 限定符和类型 | 方法和说明 |
|---|---|
int |
batchInsert(List<cn.ponfee.disjob.core.model.SchedWorkflow> records) |
int |
deleteByWnstanceId(long wnstanceId) |
List<cn.ponfee.disjob.core.model.SchedWorkflow> |
findByWnstanceId(long wnstanceId) |
int |
resumeWaiting(long wnstanceId) |
int |
update(long wnstanceId,
String curNode,
Integer toState,
Long toInstanceId,
List<Integer> fromStates,
Long fromInstanceId) |
int batchInsert(List<cn.ponfee.disjob.core.model.SchedWorkflow> records)
List<cn.ponfee.disjob.core.model.SchedWorkflow> findByWnstanceId(long wnstanceId)
int update(@Param(value="wnstanceId")
long wnstanceId,
@Param(value="curNode")
String curNode,
@Param(value="toState")
Integer toState,
@Param(value="toInstanceId")
Long toInstanceId,
@Param(value="fromStates")
List<Integer> fromStates,
@Param(value="fromInstanceId")
Long fromInstanceId)
int resumeWaiting(long wnstanceId)
int deleteByWnstanceId(long wnstanceId)
Copyright © 2024. All rights reserved.