Package dev.vality.damsel.domain_config
Interface RepositoryClientSrv.Iface
- All Known Implementing Classes:
RepositoryClientSrv.Client
- Enclosing class:
- RepositoryClientSrv
public static interface RepositoryClientSrv.Iface
Интерфейс сервиса конфигурации предметной области.
-
Method Summary
Modifier and TypeMethodDescriptioncheckoutObject(Reference version_ref, Reference object_ref) Возвращает объект из домена определенной или последней версии
-
Method Details
-
checkoutObject
VersionedObject checkoutObject(Reference version_ref, Reference object_ref) throws VersionNotFound, ObjectNotFound, org.apache.thrift.TException Возвращает объект из домена определенной или последней версии- Parameters:
version_ref-object_ref-- Throws:
VersionNotFoundObjectNotFoundorg.apache.thrift.TException
-