Skip navigation links
A C D F G L M O U V 

A

assignReferenceValueToItem(String, String, String, int, String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ValidValuesManager
Link a valid value as a reference value to a referencable to act as a tag/classification to help with locating and grouping the referenceable.
assignValidValueToConsumer(String, String, String, boolean) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ValidValuesManager
Link a valid value typically to a schema element or glossary term to show that it uses the valid values.
attachValidValueToSet(String, String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ValidValuesManager
Create a link between a valid value set or definition and a set.

C

callReferenceValueAssignmentDefinitionsGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.rest.DigitalArchitectureRESTClient
Issue a GET REST call that returns a ReferenceValueAssignmentDefinitionsResponse object.
callReferenceValueAssignmentItemsGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.rest.DigitalArchitectureRESTClient
Issue a GET REST call that returns a ReferenceValueAssignmentItemsResponse object.
callValidValueAssignmentConsumersGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.rest.DigitalArchitectureRESTClient
Issue a GET REST call that returns a ValidValueAssignmentConsumersResponse object.
callValidValueAssignmentDefinitionsGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.rest.DigitalArchitectureRESTClient
Issue a GET REST call that returns a ValidValueAssignmentDefinitionsResponse object.
callValidValueGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.rest.DigitalArchitectureRESTClient
Issue a GET REST call that returns a ValidValuesResponse object.
callValidValueMappingsGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.rest.DigitalArchitectureRESTClient
Issue a GET REST call that returns a ValidValueMappingsResponse object.
callValidValuesGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.rest.DigitalArchitectureRESTClient
Issue a GET REST call that returns a ValidValuesResponse object.
callValidValuesImplAssetsGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.rest.DigitalArchitectureRESTClient
Issue a GET REST call that returns a ValidValuesImplAssetsResponse object.
callValidValuesImplDefinitionsGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.rest.DigitalArchitectureRESTClient
Issue a GET REST call that returns a ValidValuesImplDefinitionsResponse object.
callValidValuesMappingsGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.rest.DigitalArchitectureRESTClient
Issue a GET REST call that returns a ValidValueMappingsResponse object.
callValidValuesPostRESTCall(String, String, Object, Object...) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.rest.DigitalArchitectureRESTClient
Issue a POST REST call that returns a ValidValuesResponse object.
classifyAssetAsReferenceData(String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ValidValuesManager
Add the ReferenceData classification to an asset.
createValidValueDefinition(String, String, String, String, String, String, String, String, Map<String, String>, String, Map<String, Object>) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ValidValuesManager
Create a new valid value definition.
createValidValueSet(String, String, String, String, String, String, Map<String, String>, String, Map<String, Object>) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ValidValuesManager
Create a new valid value set.

D

declassifyAssetAsReferenceData(String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ValidValuesManager
Remove the ReferenceData classification form an Asset.
deleteValidValue(String, String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ValidValuesManager
Remove the valid value form the repository.
detachValidValueFromSet(String, String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ValidValuesManager
Remove the link between a valid value and a set it is a member of.
DigitalArchitectureRESTClient - Class in org.odpi.openmetadata.accessservices.digitalarchitecture.client.rest
DigitalArchitectureRESTClient is responsible for issuing calls to the OMAS REST APIs and managing exceptions returned in the responses.
DigitalArchitectureRESTClient(String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.client.rest.DigitalArchitectureRESTClient
Constructor for no authentication with audit log.
DigitalArchitectureRESTClient(String, String) - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.client.rest.DigitalArchitectureRESTClient
Constructor for no authentication.
DigitalArchitectureRESTClient(String, String, String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.client.rest.DigitalArchitectureRESTClient
Constructor for simple userId and password authentication with audit log.
DigitalArchitectureRESTClient(String, String, String, String) - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.client.rest.DigitalArchitectureRESTClient
Constructor for simple userId and password authentication.

F

findValidValues(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ValidValuesManager
Locate valid values that match the search string.

G

getReferenceValueAssignedItems(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ValidValuesManager
Page through the list of referenceables that have this valid value as a reference value.
getReferenceValueAssignments(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ValidValuesManager
Page through the list of assigned reference values for a referenceable.
getSetsForValidValue(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ValidValuesManager
Page through the list of valid value sets that a valid value definition/set belongs to.
getValidValueByGUID(String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ValidValuesManager
Retrieve a specific valid value from the repository.
getValidValueByName(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ValidValuesManager
Retrieve a specific valid value from the repository.
getValidValueMappings(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ValidValuesManager
Page through the list of mappings for a valid value.
getValidValuesAssignmentConsumers(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ValidValuesManager
Page through the list of consumers for a valid value.
getValidValuesAssignmentDefinition(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ValidValuesManager
Page through the list of valid values assigned to referenceable element.
getValidValueSetMembers(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ValidValuesManager
Page through the members of a valid value set.
getValidValuesImplementationAssets(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ValidValuesManager
Page through the list of implementations for a valid value.
getValidValuesImplementationDefinitions(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ValidValuesManager
Page through the list of valid values defining the content of a reference data asset.
getValidValuesMappings(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ValidValuesManager
Page through the list of mapping relationships associated with a valid value.

L

linkValidValueToImplementation(String, String, String, String, String, Map<String, String>) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ValidValuesManager
Link a valid value to an asset that provides the implementation.

M

mapValidValues(String, String, String, String, int, String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ValidValuesManager
Link together 2 valid values from different sets that have equivalent values/meanings.

O

org.odpi.openmetadata.accessservices.digitalarchitecture.client - package org.odpi.openmetadata.accessservices.digitalarchitecture.client
This package provides the Java clients for the Digital Architecture OMAS.
org.odpi.openmetadata.accessservices.digitalarchitecture.client.rest - package org.odpi.openmetadata.accessservices.digitalarchitecture.client.rest
This package provides the support for issuing REST API calls to the OMAG Server and processing common error responses (InvalidParameterException, UserNotAuthorizedException, PropertyServerException) from the calls.

U

unassignReferenceValueFromItem(String, String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ValidValuesManager
Remove the reference value link between a valid value and a referenceable (item).
unassignValidValueFromConsumer(String, String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ValidValuesManager
Remove the link between a valid value and a consumer.
unlinkValidValueFromImplementation(String, String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ValidValuesManager
Remove the link between a valid value and an implementing asset.
unmapValidValues(String, String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ValidValuesManager
Remove the reference value link between a valid value and a referenceable (item).
updateValidValue(String, String, String, String, String, String, String, String, boolean, Map<String, String>, String, Map<String, Object>) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ValidValuesManager
Update the properties of the valid value.

V

ValidValuesManager - Class in org.odpi.openmetadata.accessservices.digitalarchitecture.client
ValidValuesManager provides the API operations to create and maintain lists of valid value definitions grouped into a valid value set.
ValidValuesManager(String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ValidValuesManager
Create a new client with no authentication embedded in the HTTP request and an audit log.
ValidValuesManager(String, String) - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ValidValuesManager
Create a new client with no authentication embedded in the HTTP request.
ValidValuesManager(String, String, String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ValidValuesManager
Create a new client that passes userId and password in each HTTP request.
ValidValuesManager(String, String, String, String) - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ValidValuesManager
Create a new client that passes userId and password in each HTTP request.
ValidValuesManager(String, String, DigitalArchitectureRESTClient, int, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ValidValuesManager
Create a new client that is going to be used in an OMAG Server (view service or integration service typically).
A C D F G L M O U V 
Skip navigation links

Copyright © 2018–2020 ODPi. All rights reserved.