Schnittstelle IClassMappingDeltaSupport
public interface IClassMappingDeltaSupport
Interface which complements
IClassMapping with methods to facilitate revision delta support.- Seit:
- 2.0
- Autor:
- Eike Stepper, Stefan Winkler
- Siehe auch:
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidwriteRevisionDelta(IDBStoreAccessor accessor, InternalCDORevisionDelta delta, long created, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) Write a revision delta.
-
Methodendetails
-
writeRevisionDelta
void writeRevisionDelta(IDBStoreAccessor accessor, InternalCDORevisionDelta delta, long created, org.eclipse.net4j.util.om.monitor.OMMonitor monitor) Write a revision delta.- Parameter:
accessor- the accessor to use.delta- the delta to write.created- the creation timestamp of the new versionmonitor- the monitor to report progress.
-