Interface CudamiIdentifiablesClient
-
public interface CudamiIdentifiablesClient
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static CudamiIdentifiablesClientbuild(String serverUrl)de.digitalcollections.model.api.identifiable.IdentifiablegetByIdentifier(String namespace, String id)de.digitalcollections.model.api.identifiable.IdentifiablegetIdentifiable(String uuid)
-
-
-
Method Detail
-
build
static CudamiIdentifiablesClient build(String serverUrl)
-
getIdentifiable
de.digitalcollections.model.api.identifiable.Identifiable getIdentifiable(String uuid) throws HttpException
- Throws:
HttpException
-
getByIdentifier
de.digitalcollections.model.api.identifiable.Identifiable getByIdentifier(String namespace, String id) throws HttpException
- Throws:
HttpException
-
-