public class OMASCatalogRESTServices extends Object
| Constructor and Description |
|---|
OMASCatalogRESTServices() |
| Modifier and Type | Method and Description |
|---|---|
TypeDefGalleryResponse |
getAllTypes(String userId) |
TypeDefResponse |
getTypeDefByGUID(String userId,
String guid) |
AssetDescriptionResponse |
searchAssets(String userId,
String searchCriteria) |
static void |
setRepositoryConnector(OMRSRepositoryConnector localRepositoryConnector)
Set up the local repository connector that will service the REST Calls.
|
public static void setRepositoryConnector(OMRSRepositoryConnector localRepositoryConnector)
localRepositoryConnector - - link to the local repository responsible for servicing the REST calls.
If localRepositoryConnector is null when a REST calls is received, the request
is rejected.public TypeDefGalleryResponse getAllTypes(String userId)
public TypeDefResponse getTypeDefByGUID(String userId, String guid)
public AssetDescriptionResponse searchAssets(String userId, String searchCriteria)
Copyright © 2017–2018 ODPi. All rights reserved.