@RestController
@RequestMapping(value="/open-metadata/access-services/connected-asset/users/{userId}")
public class ConnectedAssetOMASResource
extends Object
| Constructor and Description |
|---|
ConnectedAssetOMASResource()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
org.odpi.openmetadata.accessservices.connectedasset.rest.CountResponse |
countAnnotations(String userId,
String assetGUID)
Returns the count of annotations for the asset.
|
org.odpi.openmetadata.accessservices.connectedasset.rest.CountResponse |
countCertifications(String userId,
String assetGUID)
Returns the count of certifications for the asset.
|
org.odpi.openmetadata.accessservices.connectedasset.rest.CountResponse |
countComments(String userId,
String assetGUID)
Returns the count of comments for the asset.
|
org.odpi.openmetadata.accessservices.connectedasset.rest.CountResponse |
countConnections(String userId,
String assetGUID)
Returns the count of connections for the asset.
|
org.odpi.openmetadata.accessservices.connectedasset.rest.CountResponse |
countExternalIdentifiers(String userId,
String assetGUID)
Returns the count of external identifiers for the asset.
|
org.odpi.openmetadata.accessservices.connectedasset.rest.CountResponse |
countExternalReferences(String userId,
String assetGUID)
Returns the count of external references for the asset.
|
org.odpi.openmetadata.accessservices.connectedasset.rest.CountResponse |
countInformalTags(String userId,
String assetGUID)
Returns the count of informal tags for the asset.
|
org.odpi.openmetadata.accessservices.connectedasset.rest.CountResponse |
countKnownLocations(String userId,
String assetGUID)
Returns the count of known locations for the asset.
|
org.odpi.openmetadata.accessservices.connectedasset.rest.CountResponse |
countLikes(String userId,
String assetGUID)
Returns the count of likes for the asset.
|
org.odpi.openmetadata.accessservices.connectedasset.rest.CountResponse |
countMeanings(String userId,
String assetGUID)
Returns the count of meanings for the asset.
|
org.odpi.openmetadata.accessservices.connectedasset.rest.CountResponse |
countNoteLogs(String userId,
String assetGUID)
Returns the count of note logs for the asset.
|
org.odpi.openmetadata.accessservices.connectedasset.rest.CountResponse |
countNotes(String userId,
String assetGUID)
Returns the count of notes for the asset.
|
org.odpi.openmetadata.accessservices.connectedasset.rest.CountResponse |
countRatings(String userId,
String assetGUID)
Returns the count of ratings for the asset.
|
org.odpi.openmetadata.accessservices.connectedasset.rest.CountResponse |
countRelatedAssets(String userId,
String assetGUID)
Returns the count of related assets for the asset.
|
org.odpi.openmetadata.accessservices.connectedasset.rest.CountResponse |
countRelatedMediaReferences(String userId,
String assetGUID)
Returns the count of related media references for the asset.
|
org.odpi.openmetadata.accessservices.connectedasset.rest.AnnotationsResponse |
getAnnotations(String userId,
String assetGUID,
int elementStart,
int maxElements)
Returns the list of annotations for the asset.
|
org.odpi.openmetadata.accessservices.connectedasset.rest.AssetResponse |
getAssetSummary(String userId,
String assetGUID)
Returns the basic information about the asset.
|
org.odpi.openmetadata.accessservices.connectedasset.rest.CertificationsResponse |
getCertifications(String userId,
String assetGUID,
int elementStart,
int maxElements)
Returns the list of certifications for the asset.
|
org.odpi.openmetadata.accessservices.connectedasset.rest.CommentsResponse |
getComments(String userId,
String assetGUID,
int elementStart,
int maxElements)
Returns the list of comments for the asset.
|
org.odpi.openmetadata.accessservices.connectedasset.rest.ConnectionsResponse |
getConnections(String userId,
String assetGUID,
int elementStart,
int maxElements)
Returns the list of connections for the asset.
|
org.odpi.openmetadata.accessservices.connectedasset.rest.ExternalIdentifiersResponse |
getExternalIdentifiers(String userId,
String assetGUID,
int elementStart,
int maxElements)
Returns the list of external identifiers for the asset.
|
org.odpi.openmetadata.accessservices.connectedasset.rest.ExternalReferencesResponse |
getExternalReferences(String userId,
String assetGUID,
int elementStart,
int maxElements)
Returns the list of external references for the asset.
|
org.odpi.openmetadata.accessservices.connectedasset.rest.InformalTagsResponse |
getInformalTags(String userId,
String assetGUID,
int elementStart,
int maxElements)
Returns the list of informal tags for the asset.
|
org.odpi.openmetadata.accessservices.connectedasset.rest.LocationsResponse |
getKnownLocations(String userId,
String assetGUID,
int elementStart,
int maxElements)
Returns the list of known locations for the asset.
|
org.odpi.openmetadata.accessservices.connectedasset.rest.CountResponse |
getLicenses(String userId,
String assetGUID)
Returns the count of licenses for the asset.
|
org.odpi.openmetadata.accessservices.connectedasset.rest.LicensesResponse |
getLicenses(String userId,
String assetGUID,
int elementStart,
int maxElements)
Returns the list of licenses for the asset.
|
org.odpi.openmetadata.accessservices.connectedasset.rest.LikesResponse |
getLikes(String userId,
String assetGUID,
int elementStart,
int maxElements)
Returns the list of likes for the asset.
|
org.odpi.openmetadata.accessservices.connectedasset.rest.MeaningsResponse |
getMeanings(String userId,
String assetGUID,
int elementStart,
int maxElements)
Returns the list of meanings for the asset.
|
org.odpi.openmetadata.accessservices.connectedasset.rest.NoteLogsResponse |
getNoteLogs(String userId,
String assetGUID,
int elementStart,
int maxElements)
Returns the list of note logs for the asset.
|
org.odpi.openmetadata.accessservices.connectedasset.rest.NotesResponse |
getNotes(String userId,
String assetGUID,
int elementStart,
int maxElements)
Returns the list of notes for the asset.
|
org.odpi.openmetadata.accessservices.connectedasset.rest.RatingsResponse |
getRatings(String userId,
String assetGUID,
int elementStart,
int maxElements)
Returns the list of ratings for the asset.
|
org.odpi.openmetadata.accessservices.connectedasset.rest.RelatedAssetsResponse |
getRelatedAssets(String userId,
String assetGUID,
int elementStart,
int maxElements)
Returns the list of related assets for the asset.
|
org.odpi.openmetadata.accessservices.connectedasset.rest.RelatedMediaReferencesResponse |
getRelatedMediaReferences(String userId,
String assetGUID,
int elementStart,
int maxElements)
Returns the list of related media references for the asset.
|
org.odpi.openmetadata.accessservices.connectedasset.rest.SchemaResponse |
getSchema(String userId,
String assetGUID,
int elementStart,
int maxElements)
Returns the schema for the asset.
|
public ConnectedAssetOMASResource()
@RequestMapping(method=GET,
path="/assets/{assetGUID}")
public org.odpi.openmetadata.accessservices.connectedasset.rest.AssetResponse getAssetSummary(@PathVariable
String userId,
@PathVariable
String assetGUID)
userId - String userId of user making request.assetGUID - String unique id for asset.@RequestMapping(method=GET,
path="/assets/{assetGUID}/annotations")
public org.odpi.openmetadata.accessservices.connectedasset.rest.AnnotationsResponse getAnnotations(@PathVariable
String userId,
@PathVariable
String assetGUID,
@RequestParam
int elementStart,
@RequestParam
int maxElements)
userId - String userId of user making request.assetGUID - String unique id for asset.elementStart - int starting position for fist returned element.maxElements - int maximum number of elements to return on the call.@RequestMapping(method=GET,
path="/assets/{assetGUID}/annotations/count")
public org.odpi.openmetadata.accessservices.connectedasset.rest.CountResponse countAnnotations(@PathVariable
String userId,
@PathVariable
String assetGUID)
userId - String userId of user making request.assetGUID - String unique id for asset.@RequestMapping(method=GET,
path="/assets/{assetGUID}/certifications")
public org.odpi.openmetadata.accessservices.connectedasset.rest.CertificationsResponse getCertifications(@PathVariable
String userId,
@PathVariable
String assetGUID,
@RequestParam
int elementStart,
@RequestParam
int maxElements)
userId - String userId of user making request.assetGUID - String unique id for asset.elementStart - int starting position for fist returned element.maxElements - int maximum number of elements to return on the call.@RequestMapping(method=GET,
path="/assets/{assetGUID}/certifications/count")
public org.odpi.openmetadata.accessservices.connectedasset.rest.CountResponse countCertifications(@PathVariable
String userId,
@PathVariable
String assetGUID)
userId - String userId of user making request.assetGUID - String unique id for asset.@RequestMapping(method=GET,
path="/assets/{assetGUID}/comments")
public org.odpi.openmetadata.accessservices.connectedasset.rest.CommentsResponse getComments(@PathVariable
String userId,
@PathVariable
String assetGUID,
@RequestParam
int elementStart,
@RequestParam
int maxElements)
userId - String userId of user making request.assetGUID - String unique id for asset.elementStart - int starting position for fist returned element.maxElements - int maximum number of elements to return on the call.@RequestMapping(method=GET,
path="/assets/{assetGUID}/comments/count")
public org.odpi.openmetadata.accessservices.connectedasset.rest.CountResponse countComments(@PathVariable
String userId,
@PathVariable
String assetGUID)
userId - String userId of user making request.assetGUID - String unique id for asset.@RequestMapping(method=GET,
path="/assets/{assetGUID}/connections")
public org.odpi.openmetadata.accessservices.connectedasset.rest.ConnectionsResponse getConnections(@PathVariable
String userId,
@PathVariable
String assetGUID,
@RequestParam
int elementStart,
@RequestParam
int maxElements)
userId - String userId of user making request.assetGUID - String unique id for asset.elementStart - int starting position for fist returned element.maxElements - int maximum number of elements to return on the call.@RequestMapping(method=GET,
path="/assets/{assetGUID}/connections/count")
public org.odpi.openmetadata.accessservices.connectedasset.rest.CountResponse countConnections(@PathVariable
String userId,
@PathVariable
String assetGUID)
userId - String userId of user making request.assetGUID - String unique id for asset.@RequestMapping(method=GET,
path="/assets/{assetGUID}/external-identifiers")
public org.odpi.openmetadata.accessservices.connectedasset.rest.ExternalIdentifiersResponse getExternalIdentifiers(@PathVariable
String userId,
@PathVariable
String assetGUID,
@RequestParam
int elementStart,
@RequestParam
int maxElements)
userId - String userId of user making request.assetGUID - String unique id for asset.elementStart - int starting position for fist returned element.maxElements - int maximum number of elements to return on the call.@RequestMapping(method=GET,
path="/assets/{assetGUID}/external-identifiers/count")
public org.odpi.openmetadata.accessservices.connectedasset.rest.CountResponse countExternalIdentifiers(@PathVariable
String userId,
@PathVariable
String assetGUID)
userId - String userId of user making request.assetGUID - String unique id for asset.@RequestMapping(method=GET,
path="/assets/{assetGUID}/external-references")
public org.odpi.openmetadata.accessservices.connectedasset.rest.ExternalReferencesResponse getExternalReferences(@PathVariable
String userId,
@PathVariable
String assetGUID,
@RequestParam
int elementStart,
@RequestParam
int maxElements)
userId - String userId of user making request.assetGUID - String unique id for asset.elementStart - int starting position for fist returned element.maxElements - int maximum number of elements to return on the call.@RequestMapping(method=GET,
path="/assets/{assetGUID}/external-references/count")
public org.odpi.openmetadata.accessservices.connectedasset.rest.CountResponse countExternalReferences(@PathVariable
String userId,
@PathVariable
String assetGUID)
userId - String userId of user making request.assetGUID - String unique id for asset.@RequestMapping(method=GET,
path="/assets/{assetGUID}/informal-tags")
public org.odpi.openmetadata.accessservices.connectedasset.rest.InformalTagsResponse getInformalTags(@PathVariable
String userId,
@PathVariable
String assetGUID,
@RequestParam
int elementStart,
@RequestParam
int maxElements)
userId - String userId of user making request.assetGUID - String unique id for asset.elementStart - int starting position for fist returned element.maxElements - int maximum number of elements to return on the call.@RequestMapping(method=GET,
path="/assets/{assetGUID}/informal-tags/count")
public org.odpi.openmetadata.accessservices.connectedasset.rest.CountResponse countInformalTags(@PathVariable
String userId,
@PathVariable
String assetGUID)
userId - String userId of user making request.assetGUID - String unique id for asset.@RequestMapping(method=GET,
path="/assets/{assetGUID}/licenses")
public org.odpi.openmetadata.accessservices.connectedasset.rest.LicensesResponse getLicenses(@PathVariable
String userId,
@PathVariable
String assetGUID,
@RequestParam
int elementStart,
@RequestParam
int maxElements)
userId - String userId of user making request.assetGUID - String unique id for asset.elementStart - int starting position for fist returned element.maxElements - int maximum number of elements to return on the call.@RequestMapping(method=GET,
path="/assets/{assetGUID}/licenses/count")
public org.odpi.openmetadata.accessservices.connectedasset.rest.CountResponse getLicenses(@PathVariable
String userId,
@PathVariable
String assetGUID)
userId - String userId of user making request.assetGUID - String unique id for asset.@RequestMapping(method=GET,
path="/assets/{assetGUID}/likes")
public org.odpi.openmetadata.accessservices.connectedasset.rest.LikesResponse getLikes(@PathVariable
String userId,
@PathVariable
String assetGUID,
@RequestParam
int elementStart,
@RequestParam
int maxElements)
userId - String userId of user making request.assetGUID - String unique id for asset.elementStart - int starting position for fist returned element.maxElements - int maximum number of elements to return on the call.@RequestMapping(method=GET,
path="/assets/{assetGUID}/likes/count")
public org.odpi.openmetadata.accessservices.connectedasset.rest.CountResponse countLikes(@PathVariable
String userId,
@PathVariable
String assetGUID)
userId - String userId of user making request.assetGUID - String unique id for asset.@RequestMapping(method=GET,
path="/assets/{assetGUID}/known-locations")
public org.odpi.openmetadata.accessservices.connectedasset.rest.LocationsResponse getKnownLocations(@PathVariable
String userId,
@PathVariable
String assetGUID,
@RequestParam
int elementStart,
@RequestParam
int maxElements)
userId - String userId of user making request.assetGUID - String unique id for asset.elementStart - int starting position for fist returned element.maxElements - int maximum number of elements to return on the call.@RequestMapping(method=GET,
path="/assets/{assetGUID}/known-locations/count")
public org.odpi.openmetadata.accessservices.connectedasset.rest.CountResponse countKnownLocations(@PathVariable
String userId,
@PathVariable
String assetGUID)
userId - String userId of user making request.assetGUID - String unique id for asset.@RequestMapping(method=GET,
path="/assets/{assetGUID}/meanings")
public org.odpi.openmetadata.accessservices.connectedasset.rest.MeaningsResponse getMeanings(@PathVariable
String userId,
@PathVariable
String assetGUID,
@RequestParam
int elementStart,
@RequestParam
int maxElements)
userId - String userId of user making request.assetGUID - String unique id for asset.elementStart - int starting position for fist returned element.maxElements - int maximum number of elements to return on the call.@RequestMapping(method=GET,
path="/assets/{assetGUID}/meanings/count")
public org.odpi.openmetadata.accessservices.connectedasset.rest.CountResponse countMeanings(@PathVariable
String userId,
@PathVariable
String assetGUID)
userId - String userId of user making request.assetGUID - String unique id for asset.@RequestMapping(method=GET,
path="/assets/{assetGUID}/note-logs")
public org.odpi.openmetadata.accessservices.connectedasset.rest.NoteLogsResponse getNoteLogs(@PathVariable
String userId,
@PathVariable
String assetGUID,
@RequestParam
int elementStart,
@RequestParam
int maxElements)
userId - String userId of user making request.assetGUID - String unique id for asset.elementStart - int starting position for fist returned element.maxElements - int maximum number of elements to return on the call.@RequestMapping(method=GET,
path="/assets/{assetGUID}/note-logs/count")
public org.odpi.openmetadata.accessservices.connectedasset.rest.CountResponse countNoteLogs(@PathVariable
String userId,
@PathVariable
String assetGUID)
userId - String userId of user making request.assetGUID - String unique id for asset.@RequestMapping(method=GET,
path="/assets/{assetGUID}/notes")
public org.odpi.openmetadata.accessservices.connectedasset.rest.NotesResponse getNotes(@PathVariable
String userId,
@PathVariable
String assetGUID,
@RequestParam
int elementStart,
@RequestParam
int maxElements)
userId - String userId of user making request.assetGUID - String unique id for asset.elementStart - int starting position for fist returned element.maxElements - int maximum number of elements to return on the call.@RequestMapping(method=GET,
path="/assets/{assetGUID}/notes/count")
public org.odpi.openmetadata.accessservices.connectedasset.rest.CountResponse countNotes(@PathVariable
String userId,
@PathVariable
String assetGUID)
userId - String userId of user making request.assetGUID - String unique id for asset.@RequestMapping(method=GET,
path="/assets/{assetGUID}/ratings")
public org.odpi.openmetadata.accessservices.connectedasset.rest.RatingsResponse getRatings(@PathVariable
String userId,
@PathVariable
String assetGUID,
@RequestParam
int elementStart,
@RequestParam
int maxElements)
userId - String userId of user making request.assetGUID - String unique id for asset.elementStart - int starting position for fist returned element.maxElements - int maximum number of elements to return on the call.@RequestMapping(method=GET,
path="/assets/{assetGUID}/ratings/count")
public org.odpi.openmetadata.accessservices.connectedasset.rest.CountResponse countRatings(@PathVariable
String userId,
@PathVariable
String assetGUID)
userId - String userId of user making request.assetGUID - String unique id for asset.@RequestMapping(method=GET,
path="/assets/{assetGUID}/related-assets")
public org.odpi.openmetadata.accessservices.connectedasset.rest.RelatedAssetsResponse getRelatedAssets(@PathVariable
String userId,
@PathVariable
String assetGUID,
@RequestParam
int elementStart,
@RequestParam
int maxElements)
userId - String userId of user making request.assetGUID - String unique id for asset.elementStart - int starting position for fist returned element.maxElements - int maximum number of elements to return on the call.@RequestMapping(method=GET,
path="/assets/{assetGUID}/related-assets/count")
public org.odpi.openmetadata.accessservices.connectedasset.rest.CountResponse countRelatedAssets(@PathVariable
String userId,
@PathVariable
String assetGUID)
userId - String userId of user making request.assetGUID - String unique id for asset.@RequestMapping(method=GET,
path="/assets/{assetGUID}/related-media-references")
public org.odpi.openmetadata.accessservices.connectedasset.rest.RelatedMediaReferencesResponse getRelatedMediaReferences(@PathVariable
String userId,
@PathVariable
String assetGUID,
@RequestParam
int elementStart,
@RequestParam
int maxElements)
userId - String userId of user making request.assetGUID - String unique id for asset.elementStart - int starting position for fist returned element.maxElements - int maximum number of elements to return on the call.@RequestMapping(method=GET,
path="/assets/{assetGUID}/related-media-references/count")
public org.odpi.openmetadata.accessservices.connectedasset.rest.CountResponse countRelatedMediaReferences(@PathVariable
String userId,
@PathVariable
String assetGUID)
userId - String userId of user making request.assetGUID - String unique id for asset.@RequestMapping(method=GET,
path="/assets/{assetGUID}/schema")
public org.odpi.openmetadata.accessservices.connectedasset.rest.SchemaResponse getSchema(@PathVariable
String userId,
@PathVariable
String assetGUID,
@RequestParam
int elementStart,
@RequestParam
int maxElements)
userId - String userId of user making request.assetGUID - String unique id for asset.elementStart - int starting position for fist returned element.maxElements - int maximum number of elements to return on the call.Copyright © 2017–2018 ODPi. All rights reserved.