public interface VersionContainsVersionService
Modifier and Type | Method and Description |
---|---|
void |
add(VersionContainsVersionImp versionContainsVersionImp) |
VersionContainsVersion[] |
getRecordsForVersion(java.lang.Long id) |
java.util.List<VersionGraph> |
getVersionGraph(long projectId) |
java.util.Set<BasicVersion> |
getVersionsBetween(long startVersionId,
long endVersionId) |
java.util.Set<BasicVersion> |
getVersionsBetweenUsingReleaseDateOrdering(java.lang.Long startVersionId,
java.lang.Long endVersionId) |
java.util.Set<BasicVersion> |
getVersionsBetweenUsingSemanticVersioning(java.lang.Long startVersionId,
java.lang.Long endVersionId) |
java.util.Set<BasicVersion> |
getVersionsBetweenUsingVersionHierarchy(long startVersionId,
long endVersionId) |
java.util.Set<BasicVersion> |
getVersionsContainedRecursively(long versionId) |
java.util.Set<BasicVersion> |
getVersionsContainingRecursively(long versionId) |
java.util.Set<BasicVersion> |
getVersionsGreaterThan(java.lang.Long startVersionId) |
java.util.Set<BasicVersion> |
getVersionsLessThan(java.lang.Long startVersionId) |
boolean |
isVersionGraphInUse(long projectId) |
void |
remove(int versionContainsVersionId) |
boolean isVersionGraphInUse(long projectId)
java.util.List<VersionGraph> getVersionGraph(long projectId)
void add(VersionContainsVersionImp versionContainsVersionImp) throws NotFoundException
NotFoundException
VersionContainsVersion[] getRecordsForVersion(java.lang.Long id)
java.util.Set<BasicVersion> getVersionsContainedRecursively(long versionId) throws NotFoundException
NotFoundException
java.util.Set<BasicVersion> getVersionsContainingRecursively(long versionId) throws NotFoundException
NotFoundException
java.util.Set<BasicVersion> getVersionsBetween(long startVersionId, long endVersionId) throws NotFoundException
NotFoundException
java.util.Set<BasicVersion> getVersionsBetweenUsingVersionHierarchy(long startVersionId, long endVersionId) throws NotFoundException
NotFoundException
void remove(int versionContainsVersionId)
java.util.Set<BasicVersion> getVersionsBetweenUsingReleaseDateOrdering(java.lang.Long startVersionId, java.lang.Long endVersionId) throws NotFoundException
NotFoundException
java.util.Set<BasicVersion> getVersionsBetweenUsingSemanticVersioning(java.lang.Long startVersionId, java.lang.Long endVersionId) throws NotFoundException
NotFoundException
java.util.Set<BasicVersion> getVersionsGreaterThan(java.lang.Long startVersionId) throws NotFoundException
NotFoundException
java.util.Set<BasicVersion> getVersionsLessThan(java.lang.Long startVersionId) throws NotFoundException
NotFoundException