public interface Auditing extends CrudWriteService
CrudReadService.SORTORDER| Modifier and Type | Method and Description |
|---|---|
<T extends Serializable> |
getRevision(Number n,
Class<T> type)
get historical data for a certain revision
|
<T extends Serializable> |
getRevisionInfo(Serializable id,
Integer max,
Class<T> type)
return a list holding revision information, newest come first
|
<T extends Serializable> |
getRevisionNumbers(Object id,
Class<T> type)
return list of revision numbers, first is the oldest
|
batchCreate, batchDelete, batchUpdate, create, delete, save, updatecount, countDynamic, find, find, findAll, findDynamic, findNative, findOne<T extends Serializable> List<Number> getRevisionNumbers(Object id, Class<T> type)
id - <T extends Serializable> T getRevision(Number n, Class<T> type)
T - n - type - <T extends Serializable> 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 Fryske Akademy. All rights reserved.