Interface FlowRecordQueryService

All Known Implementing Classes:
FlowRecordQueryMockService

public interface FlowRecordQueryService
流程记录查询服务
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.data.domain.Page<FlowRecordContent>
    findAll(org.springframework.data.domain.PageRequest request)
     
    org.springframework.data.domain.Page<FlowRecordContent>
    findDoneRecordPage(long userId, org.springframework.data.domain.PageRequest request)
     
    org.springframework.data.domain.Page<FlowRecordContent>
    findNotifyRecordPage(long userId, org.springframework.data.domain.PageRequest request)
     
    org.springframework.data.domain.Page<FlowRecordContent>
    findTodoRecordPage(long userId, org.springframework.data.domain.PageRequest request)
     
  • Method Details

    • findAll

      org.springframework.data.domain.Page<FlowRecordContent> findAll(org.springframework.data.domain.PageRequest request)
    • findTodoRecordPage

      org.springframework.data.domain.Page<FlowRecordContent> findTodoRecordPage(long userId, org.springframework.data.domain.PageRequest request)
    • findNotifyRecordPage

      org.springframework.data.domain.Page<FlowRecordContent> findNotifyRecordPage(long userId, org.springframework.data.domain.PageRequest request)
    • findDoneRecordPage

      org.springframework.data.domain.Page<FlowRecordContent> findDoneRecordPage(long userId, org.springframework.data.domain.PageRequest request)