| Package | Description |
|---|---|
| org.odpi.openmetadata.accessservices.assetconsumer.api |
The API package defines the Java interfaces supported by the Asset Consumer OMAS.
|
| org.odpi.openmetadata.accessservices.assetconsumer.elements | |
| org.odpi.openmetadata.accessservices.assetconsumer.rest |
This package defines the beans used to build the REST request payloads.
|
| Modifier and Type | Method and Description |
|---|---|
InformalTagElement |
AssetConsumerTaggingInterface.getTag(String userId,
String guid)
Return the tag for the supplied unique identifier (guid).
|
| Modifier and Type | Method and Description |
|---|---|
List<InformalTagElement> |
AssetConsumerTaggingInterface.findMyTags(String userId,
String tag,
int startFrom,
int pageSize)
Return the list of the calling user's private tags containing the supplied string in either the name or description.
|
List<InformalTagElement> |
AssetConsumerTaggingInterface.findTags(String userId,
String tag,
int startFrom,
int pageSize)
Return the list of tags containing the supplied string in either the name or description.
|
List<InformalTagElement> |
AssetConsumerTaggingInterface.getMyTagsByName(String userId,
String tag,
int startFrom,
int pageSize)
Return the list of the calling user's private tags exactly matching the supplied name.
|
List<InformalTagElement> |
AssetConsumerTaggingInterface.getTagsByName(String userId,
String tag,
int startFrom,
int pageSize)
Return the list of tags exactly matching the supplied name.
|
| Constructor and Description |
|---|
InformalTagElement(InformalTagElement template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
InformalTagElement |
TagResponse.getTag()
Return the Tag object.
|
| Modifier and Type | Method and Description |
|---|---|
List<InformalTagElement> |
TagsResponse.getTags()
Return the list of informal tags in the response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagResponse.setTag(InformalTagElement tag)
Set up the Tag object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagsResponse.setTags(List<InformalTagElement> tags)
Set up the list of informal tags for the response.
|
Copyright © 2018–2020 ODPi. All rights reserved.