接口 FlwInstanceDao

所有已知实现类:
FlwInstanceDaoImpl

public interface FlwInstanceDao
流程实例数据访问层接口

官网尊重知识产权,不允许非法使用,后果自负,不允许非法使用,后果自负

从以下版本开始:
1.0
作者:
hubin
  • 方法详细资料

    • insert

      boolean insert(FlwInstance flwInstance)
    • deleteById

      boolean deleteById(Long id)
    • deleteByProcessId

      boolean deleteByProcessId(Long processId)
    • updateById

      boolean updateById(FlwInstance instance)
    • selectCountByParentInstanceId

      Long selectCountByParentInstanceId(Long parentInstanceId)
    • selectById

      FlwInstance selectById(Long id)
    • selectListByParentInstanceId

      Optional<List<FlwInstance>> selectListByParentInstanceId(Long parentInstanceId)
    • selectListByBusinessKey

      Optional<List<FlwInstance>> selectListByBusinessKey(String businessKey)