public interface IObjectStatusHistoryService extends IBaseDomainObjectService<ObjectStatusHistory>
限定符和类型 | 方法和说明 |
---|---|
List<ObjectStatusHistory> |
getByObjectTypeAndId(String type,
long id)
查询对象的历史
|
List<ObjectStatusHistory> |
getByObjectTypeAndId(String type,
long id,
int start,
int limit)
查询该对象的历史状态记录
|
countByFilter, createFilter, delete, deleteById, deleteByIds, getByFilter, getById, getByIdAndEvict, list, list, listByFilter, listSimpleData, pagingByFilter, save, saveAll
List<ObjectStatusHistory> getByObjectTypeAndId(String type, long id, int start, int limit)
type
- 对象类型id
- 对象idstart
- 结果集开始位置limit
- 结果集的长度限制List<ObjectStatusHistory> getByObjectTypeAndId(String type, long id)
type
- id
- Copyright © 2019. All rights reserved.