Uses of Class
com.codingapi.flow.pojo.response.FlowRecordContent
Packages that use FlowRecordContent
Package
Description
-
Uses of FlowRecordContent in com.codingapi.flow.mock.service
Methods in com.codingapi.flow.mock.service that return types with arguments of type FlowRecordContentModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<FlowRecordContent>FlowRecordQueryMockService.findAll(org.springframework.data.domain.PageRequest request) org.springframework.data.domain.Page<FlowRecordContent>FlowRecordQueryMockService.findDoneRecordPage(long userId, org.springframework.data.domain.PageRequest request) org.springframework.data.domain.Page<FlowRecordContent>FlowRecordQueryMockService.findNotifyRecordPage(long userId, org.springframework.data.domain.PageRequest request) org.springframework.data.domain.Page<FlowRecordContent>FlowRecordQueryMockService.findTodoRecordPage(long userId, org.springframework.data.domain.PageRequest request) -
Uses of FlowRecordContent in com.codingapi.flow.pojo.response
Methods in com.codingapi.flow.pojo.response that return FlowRecordContentModifier and TypeMethodDescriptionstatic FlowRecordContentFlowRecordContent.convert(FlowRecord record) static FlowRecordContentFlowRecordContent.convert(FlowTodoRecord todoRecord) -
Uses of FlowRecordContent in com.codingapi.flow.query
Methods in com.codingapi.flow.query that return types with arguments of type FlowRecordContentModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<FlowRecordContent>FlowRecordQueryService.findAll(org.springframework.data.domain.PageRequest request) org.springframework.data.domain.Page<FlowRecordContent>FlowRecordQueryService.findDoneRecordPage(long userId, org.springframework.data.domain.PageRequest request) org.springframework.data.domain.Page<FlowRecordContent>FlowRecordQueryService.findNotifyRecordPage(long userId, org.springframework.data.domain.PageRequest request) org.springframework.data.domain.Page<FlowRecordContent>FlowRecordQueryService.findTodoRecordPage(long userId, org.springframework.data.domain.PageRequest request)