public class AssetCatalogRelationshipService extends Object
| Constructor and Description |
|---|
AssetCatalogRelationshipService() |
| Modifier and Type | Method and Description |
|---|---|
RelationshipsResponse |
getRelationshipById(String userId,
String relationshipId) |
RelationshipsResponse |
getRelationshipByProperty(String userId,
String relationshipTypeGUID,
String matchProperty,
String propertyValue,
Integer pageSize,
Integer fromElement,
SequenceOrderType orderType,
String orderProperty,
Status status) |
RelationshipsResponse |
searchForRelationships(String userId,
String relationshipTypeGUID,
String searchCriteria,
Integer pageSize,
Integer fromElement,
String orderProperty,
SequenceOrderType orderType,
Status status) |
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 RelationshipsResponse getRelationshipById(String userId, String relationshipId)
public RelationshipsResponse getRelationshipByProperty(String userId, String relationshipTypeGUID, String matchProperty, String propertyValue, Integer pageSize, Integer fromElement, SequenceOrderType orderType, String orderProperty, Status status)
public RelationshipsResponse searchForRelationships(String userId, String relationshipTypeGUID, String searchCriteria, Integer pageSize, Integer fromElement, String orderProperty, SequenceOrderType orderType, Status status)
Copyright © 2017–2018 ODPi. All rights reserved.