Schnittstelle IClassMappingAuditSupport
public interface IClassMappingAuditSupport
Interface which complements
IClassMapping with methods to facilitate audit support.- Seit:
- 2.0
- Autor:
- Eike Stepper, Stefan Winkler
- Siehe auch:
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanreadRevisionByVersion(IDBStoreAccessor storeAccessor, InternalCDORevision revision, int listChunk) Read a specific version of a revision.
-
Methodendetails
-
readRevisionByVersion
boolean readRevisionByVersion(IDBStoreAccessor storeAccessor, InternalCDORevision revision, int listChunk) Read a specific version of a revision. If this method returnstrueit is guaranteed thatrevision.getVersion() == version- Parameter:
storeAccessor- the accessor to use.revision- the revision object into which the data should be read. The revision has to be have its ID set to the requested object's ID. The version is ignored, as the version parameter is used to determine the version to be read.listChunk- the chunk size to read attribute lists.- Gibt zurück:
true, if the revision has been found and read correctly.falseif the revision could not be found. In this case, the content ofrevisionis undefined.- Seit:
- 3.0
-