Uses of Class
dev.vality.damsel.domain_config.ObjectNotFound
Packages that use ObjectNotFound
-
Uses of ObjectNotFound in dev.vality.damsel.domain_config
Fields in dev.vality.damsel.domain_config declared as ObjectNotFoundMethods in dev.vality.damsel.domain_config that return ObjectNotFoundModifier and TypeMethodDescriptionObjectNotFound.deepCopy()RepositoryClientSrv.checkoutObject_result.getEx2()Methods in dev.vality.damsel.domain_config with parameters of type ObjectNotFoundModifier and TypeMethodDescriptionintObjectNotFound.compareTo(ObjectNotFound other) booleanObjectNotFound.equals(ObjectNotFound that) RepositoryClientSrv.checkoutObject_result.setEx2(ObjectNotFound ex2) Methods in dev.vality.damsel.domain_config that throw ObjectNotFoundModifier and TypeMethodDescriptionRepositoryClientSrv.Client.checkoutObject(Reference version_ref, Reference object_ref) RepositoryClientSrv.Iface.checkoutObject(Reference version_ref, Reference object_ref) Возвращает объект из домена определенной или последней версииRepositoryClientSrv.AsyncClient.checkoutObject_call.getResult()RepositoryClientSrv.Client.recvCheckoutObject()Constructors in dev.vality.damsel.domain_config with parameters of type ObjectNotFoundModifierConstructorDescriptioncheckoutObject_result(VersionedObject success, VersionNotFound ex1, ObjectNotFound ex2) ObjectNotFound(ObjectNotFound other) Performs a deep copy on other.