public interface Auditing extends CrudReadService
CrudReadService.SORTORDER| Modifier and Type | Method and Description |
|---|---|
<T> T |
getRevision(Number n,
Class<T> type)
get historical data for a certain revision
|
<T> List<RevInfo<T>> |
getRevisionInfo(Serializable id,
Integer max,
Class<T> type)
return a list holding revision information, newest come first
|
<T> List<Number> |
getRevisionNumbers(Serializable id,
Class<T> type)
return list of revision numbers, first is the oldest
|
count, countDynamic, find, find, findAll, findDynamic, findNative, findOne, getDefaultPageSize, stream, streamAll, streamDynamic, streamNative<T> List<Number> getRevisionNumbers(Serializable id, Class<T> type)
id - <T> T getRevision(Number n, Class<T> type)
T - n - type - <T> List<RevInfo<T>> getRevisionInfo(Serializable id, Integer max, Class<T> type)
T - id - max - the maximum to number of results to return, defaults to 5type - Copyright © 2018–2019 Fryske Akademy. All rights reserved.