Uses of Class
dev.vality.damsel.domain_config.VersionNotFound
Packages that use VersionNotFound
-
Uses of VersionNotFound in dev.vality.damsel.domain_config
Fields in dev.vality.damsel.domain_config declared as VersionNotFoundModifier and TypeFieldDescriptionRepositoryClientSrv.checkoutObject_result.ex1RepositorySrv.Checkout_result.ex1RepositorySrv.Commit_result.ex1RepositorySrv.Pull_result.ex1RepositorySrv.PullRange_result.ex1Methods in dev.vality.damsel.domain_config that return VersionNotFoundModifier and TypeMethodDescriptionVersionNotFound.deepCopy()RepositoryClientSrv.checkoutObject_result.getEx1()RepositorySrv.Checkout_result.getEx1()RepositorySrv.Commit_result.getEx1()RepositorySrv.Pull_result.getEx1()RepositorySrv.PullRange_result.getEx1()Methods in dev.vality.damsel.domain_config with parameters of type VersionNotFoundModifier and TypeMethodDescriptionintVersionNotFound.compareTo(VersionNotFound other) booleanVersionNotFound.equals(VersionNotFound that) RepositoryClientSrv.checkoutObject_result.setEx1(VersionNotFound ex1) RepositorySrv.Checkout_result.setEx1(VersionNotFound ex1) RepositorySrv.Commit_result.setEx1(VersionNotFound ex1) RepositorySrv.Pull_result.setEx1(VersionNotFound ex1) RepositorySrv.PullRange_result.setEx1(VersionNotFound ex1) Methods in dev.vality.damsel.domain_config that throw VersionNotFoundModifier and TypeMethodDescriptionПолучить снэпшот конкретной версииRepositoryClientSrv.Client.checkoutObject(Reference version_ref, Reference object_ref) RepositoryClientSrv.Iface.checkoutObject(Reference version_ref, Reference object_ref) Возвращает объект из домена определенной или последней версииlonglongПрименить изменения к определенной версии.RepositoryClientSrv.AsyncClient.checkoutObject_call.getResult()RepositorySrv.AsyncClient.Checkout_call.getResult()RepositorySrv.AsyncClient.Commit_call.getResult()RepositorySrv.AsyncClient.Pull_call.getResult()RepositorySrv.AsyncClient.PullRange_call.getResult()RepositorySrv.Client.pull(long version) RepositorySrv.Iface.pull(long version) RepositorySrv.Client.pullRange(long after, int limit) RepositorySrv.Iface.pullRange(long after, int limit) Получить новые коммиты следующие за указанной версиейRepositorySrv.Client.recvCheckout()RepositoryClientSrv.Client.recvCheckoutObject()longRepositorySrv.Client.recvCommit()RepositorySrv.Client.recvPull()RepositorySrv.Client.recvPullRange()Constructors in dev.vality.damsel.domain_config with parameters of type VersionNotFoundModifierConstructorDescriptionCheckout_result(Snapshot success, VersionNotFound ex1) checkoutObject_result(VersionedObject success, VersionNotFound ex1, ObjectNotFound ex2) Commit_result(long success, VersionNotFound ex1, OperationConflict ex2, OperationInvalid ex4, ObsoleteCommitVersion ex3) Pull_result(Map<Long, Commit> success, VersionNotFound ex1) PullRange_result(Map<Long, Commit> success, VersionNotFound ex1) VersionNotFound(VersionNotFound other) Performs a deep copy on other.