Uses of Class
dev.vality.damsel.domain_config.ObjectNotFound
| Package | Description |
|---|---|
| dev.vality.damsel.domain_config |
-
Uses of ObjectNotFound in dev.vality.damsel.domain_config
Fields in dev.vality.damsel.domain_config declared as ObjectNotFound Modifier and Type Field Description ObjectNotFoundRepositoryClientSrv.checkoutObject_result. ex2Methods in dev.vality.damsel.domain_config that return ObjectNotFound Modifier and Type Method Description ObjectNotFoundObjectNotFound. deepCopy()ObjectNotFoundRepositoryClientSrv.checkoutObject_result. getEx2()Methods in dev.vality.damsel.domain_config with parameters of type ObjectNotFound Modifier and Type Method Description intObjectNotFound. compareTo(ObjectNotFound other)booleanObjectNotFound. equals(ObjectNotFound that)RepositoryClientSrv.checkoutObject_resultRepositoryClientSrv.checkoutObject_result. setEx2(ObjectNotFound ex2)Methods in dev.vality.damsel.domain_config that throw ObjectNotFound Modifier and Type Method Description VersionedObjectRepositoryClientSrv.Client. checkoutObject(Reference version_ref, Reference object_ref)VersionedObjectRepositoryClientSrv.Iface. checkoutObject(Reference version_ref, Reference object_ref)Возвращает объект из домена определенной или последней версииVersionedObjectRepositoryClientSrv.AsyncClient.checkoutObject_call. getResult()VersionedObjectRepositoryClientSrv.Client. recvCheckoutObject()Constructors in dev.vality.damsel.domain_config with parameters of type ObjectNotFound Constructor Description checkoutObject_result(VersionedObject success, VersionNotFound ex1, ObjectNotFound ex2)ObjectNotFound(ObjectNotFound other)Performs a deep copy on other.