public interface SVNEventDao
| Modifier and Type | Method and Description |
|---|---|
void |
createCopyEvent(int repositoryId,
long revision,
java.lang.String copyFromPath,
long copyFromRevision,
java.lang.String copyToPath) |
void |
createStopEvent(int repositoryId,
long revision,
java.lang.String path) |
java.util.List<TCopyEvent> |
findCopies(int repositoryId,
java.lang.String fromPath,
java.lang.String toPathPrefix,
java.util.function.Predicate<TCopyEvent> filter) |
SVNLocation |
getFirstCopyAfter(int repositoryId,
SVNLocation location) |
TCopyEvent |
getLastCopyEvent(int repositoryId,
java.lang.String path,
long revision) |
void createCopyEvent(int repositoryId,
long revision,
java.lang.String copyFromPath,
long copyFromRevision,
java.lang.String copyToPath)
void createStopEvent(int repositoryId,
long revision,
java.lang.String path)
TCopyEvent getLastCopyEvent(int repositoryId, java.lang.String path, long revision)
SVNLocation getFirstCopyAfter(int repositoryId, SVNLocation location)
java.util.List<TCopyEvent> findCopies(int repositoryId, java.lang.String fromPath, java.lang.String toPathPrefix, java.util.function.Predicate<TCopyEvent> filter)