RevisableRepository<T extends DataObject> class abstract interface

Properties

bean → DataBean<T>
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createRevision(T data, {required DateTime? live, required String by, required int type}) Future<RevisionData<T>>
getAll({Filter filter = Filter.empty, Sort sort = Sort.empty, int? offset, int? limit}) Future<List<RevisionData<T>>>
getData(dynamic id, {String? revisionId}) Future<RevisionData<T>?>
getRevisions(dynamic id, {int? offset, int? limit}) Future<List<RevisionData<T>>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited