Index

A C D F G L M O R S T U 
All Classes and Interfaces|All Packages

A

addTemplateClassification(String, String, TemplateClassificationProperties, Map<String, List<Map<String, String>>>) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.TemplateManager
Classify an asset as suitable to be used as a template for cataloguing assets of a similar types.
assignReferenceValueToItem(String, String, String, ReferenceValueAssignmentProperties) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ReferenceDataManager
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.ReferenceDataManager
Link a valid value typically to a schema element or glossary term to show that it uses the valid values.
attachValidValueToSet(String, String, String, boolean) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ReferenceDataManager
Create a link between a valid value set or definition and a set.

C

classifyAssetAsReferenceData(String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ReferenceDataManager
Add the ReferenceData classification to an asset.
clearAdjacentLocation(String, String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.LocationManager
Remove a peer-to-peer relationship between two locations.
clearAssetConnection(String, String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ConnectionManager
Remove a relationship between an asset and its connection.
clearConnectorType(String, String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ConnectionManager
Remove a relationship between a connection and a connector type.
clearEmbeddedConnection(String, String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ConnectionManager
Remove a relationship between a virtual connection and an embedded connection.
clearEndpoint(String, String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ConnectionManager
Remove a relationship between a connection and an endpoint.
clearLocationAsDigital(String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.LocationManager
Remove the digital/cyber location designation from the location.
clearLocationAsFixedPhysical(String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.LocationManager
Remove the fixed physical location designation from the location.
clearLocationAsSecure(String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.LocationManager
Remove the secure location designation from the location.
clearNestedLocation(String, String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.LocationManager
Remove a parent-child relationship between two locations.
ConnectedAssetClient - Class in org.odpi.openmetadata.accessservices.digitalarchitecture.client
ConnectedAssetClient is used by applications and tools as a factory for Open Connector Framework (OCF) connectors.
ConnectedAssetClient(String, String) - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ConnectedAssetClient
Create a new client with no authentication embedded in the HTTP request.
ConnectedAssetClient(String, String, String, String) - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ConnectedAssetClient
Create a new client that passes userId and password in each HTTP request.
ConnectedAssetClient(String, String, String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ConnectedAssetClient
Create a new client that passes userId and password in each HTTP request.
ConnectedAssetClient(String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ConnectedAssetClient
Create a new client with no authentication embedded in the HTTP request.
ConnectionManager - Class in org.odpi.openmetadata.accessservices.digitalarchitecture.client
ConnectionManager provides the API operations to create and maintain connection definitions and their related objects.
ConnectionManager(String, String, int) - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ConnectionManager
Create a new client with no authentication embedded in the HTTP request.
ConnectionManager(String, String, int, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ConnectionManager
Create a new client with no authentication embedded in the HTTP request and an audit log.
ConnectionManager(String, String, String, String, int) - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ConnectionManager
Create a new client that passes userId and password in each HTTP request.
ConnectionManager(String, String, String, String, int, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ConnectionManager
Create a new client that passes userId and password in each HTTP request.
ConnectionManager(String, String, DigitalArchitectureRESTClient, int, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ConnectionManager
Create a new client that is going to be used in an OMAG Server (view service or integration service typically).
createConnection(String, ConnectionProperties) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ConnectionManager
Create a new metadata element to represent a connection.
createConnectionFromTemplate(String, String, TemplateProperties) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ConnectionManager
Create a new metadata element to represent a connection using an existing metadata element as a template.
createConnectorType(String, ConnectorTypeProperties) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ConnectionManager
Create a new metadata element to represent a connectorType.
createConnectorTypeFromTemplate(String, String, TemplateProperties) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ConnectionManager
Create a new metadata element to represent a connectorType using an existing metadata element as a template.
createEndpoint(String, EndpointProperties) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ConnectionManager
Create a new metadata element to represent a endpoint.
createEndpointFromTemplate(String, String, String, TemplateProperties) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ConnectionManager
Create a new metadata element to represent a endpoint using an existing metadata element as a template.
createLocation(String, LocationProperties) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.LocationManager
Create a new metadata element to represent a location.
createLocationFromTemplate(String, String, TemplateProperties) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.LocationManager
Create a new metadata element to represent a location using an existing metadata element as a template.
createValidValueDefinition(String, String, boolean, String, String, String, String, String, String, String, Map<String, String>, String, Map<String, Object>) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ReferenceDataManager
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.ReferenceDataManager
Create a new valid value set.

D

declassifyAssetAsReferenceData(String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ReferenceDataManager
Remove the ReferenceData classification form an Asset.
deleteValidValue(String, String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ReferenceDataManager
Remove the valid value form the repository.
detachValidValueFromSet(String, String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ReferenceDataManager
Remove the link between a valid value and a set it is a member of.
DigitalArchitectureEventClient - Class in org.odpi.openmetadata.accessservices.digitalarchitecture.client
DigitalArchitectureEventClient provides the implementation to manage the interaction with the server to set up a listener to support the receipt of inbound events from the Digital Architecture OMAS Out Topic.
DigitalArchitectureEventClient(String, String, String, String, int, AuditLog, String) - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.client.DigitalArchitectureEventClient
Create a new client that is to be used within an OMAG Server.
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) - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.client.rest.DigitalArchitectureRESTClient
Constructor for no authentication.
DigitalArchitectureRESTClient(String, String, String, String) - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.client.rest.DigitalArchitectureRESTClient
Constructor for simple userId and password 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, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.client.rest.DigitalArchitectureRESTClient
Constructor for no authentication with audit log.

F

findConnections(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ConnectionManager
Retrieve the list of connection metadata elements that contain the search string.
findConnectorTypes(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ConnectionManager
Retrieve the list of connectorType metadata elements that contain the search string.
findEndpoints(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ConnectionManager
Retrieve the list of endpoint metadata elements that contain the search string.
findLocations(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.LocationManager
Retrieve the list of location metadata elements that contain the search string.
findTemplates(String, String, String, Date, int, int) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.TemplateManager
Find templates with the requested RegEx in the string properties of the template properties.
findValidValues(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ReferenceDataManager
Locate valid values that match the search string.

G

getConfigurationServerName() - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.DigitalArchitectureEventClient
Return the name of the server where configuration is supposed to be stored.
getConnectionByGUID(String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ConnectionManager
Retrieve the connection metadata element with the supplied unique identifier.
getConnectionsByName(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ConnectionManager
Retrieve the list of connection metadata elements with a matching qualified or display name.
getConnectorTypeByGUID(String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ConnectionManager
Retrieve the connectorType metadata element with the supplied unique identifier.
getConnectorTypesByName(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ConnectionManager
Retrieve the list of connectorType metadata elements with a matching qualified or display name.
getEndpointByGUID(String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ConnectionManager
Retrieve the endpoint metadata element with the supplied unique identifier.
getEndpointsByName(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ConnectionManager
Retrieve the list of endpoint metadata elements with a matching qualified or display name.
getLocationByGUID(String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.LocationManager
Retrieve the location metadata element with the supplied unique identifier.
getLocationsByName(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.LocationManager
Retrieve the list of location metadata elements with a matching qualified or display name.
getReferenceValueAssignedItems(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ReferenceDataManager
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.ReferenceDataManager
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.ReferenceDataManager
Page through the list of valid value sets that a valid value definition/set belongs to.
getTemplatesByName(String, String, String, Date, int, int) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.TemplateManager
Return the templates with the requested name.
getTemplatesForType(String, String, Date, int, int) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.TemplateManager
Return a list of templates for a particular open metadata type of element.
getValidValueByGUID(String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ReferenceDataManager
Retrieve a specific valid value from the repository.
getValidValueByName(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ReferenceDataManager
Retrieve a specific valid value from the repository.
getValidValueMappings(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ReferenceDataManager
Page through the list of mappings for a valid value.
getValidValuesAssignmentConsumers(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ReferenceDataManager
Page through the list of consumers for a valid value.
getValidValuesAssignmentDefinition(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ReferenceDataManager
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.ReferenceDataManager
Page through the members of a valid value set.
getValidValuesImplementationAssets(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ReferenceDataManager
Page through the list of implementations for a valid value.
getValidValuesImplementationDefinitions(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ReferenceDataManager
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.ReferenceDataManager
Page through the list of mapping relationships associated with a valid value.
GovernanceConfigurationClient - Class in org.odpi.openmetadata.accessservices.digitalarchitecture.client
GovernanceConfigurationClient supports the configuration of Governance Server and governance services.
GovernanceConfigurationClient(String, String, int) - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.client.GovernanceConfigurationClient
Create a new client with no authentication embedded in the HTTP request.
GovernanceConfigurationClient(String, String, String, String, int) - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.client.GovernanceConfigurationClient
Create a new client that passes userId and password in each HTTP request.
GovernanceConfigurationClient(String, String, GAFRESTClient, int, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.client.GovernanceConfigurationClient
Create a new client that passes userId and password in each HTTP request.

L

linkValidValueToImplementation(String, String, String, String, String, Map<String, String>) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ReferenceDataManager
Link a valid value to an asset that provides the implementation.
LocationManager - Class in org.odpi.openmetadata.accessservices.digitalarchitecture.client
LocationManager provides the API operations to create and maintain location definitions.
LocationManager(String, String, int) - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.client.LocationManager
Create a new client with no authentication embedded in the HTTP request.
LocationManager(String, String, int, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.client.LocationManager
Create a new client with no authentication embedded in the HTTP request and an audit log.
LocationManager(String, String, String, String, int) - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.client.LocationManager
Create a new client that passes userId and password in each HTTP request.
LocationManager(String, String, String, String, int, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.client.LocationManager
Create a new client that passes userId and password in each HTTP request.
LocationManager(String, String, DigitalArchitectureRESTClient, int, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.client.LocationManager
Create a new client that is going to be used in an OMAG Server (view service or integration service typically).

M

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

O

OpenGovernanceClient - Class in org.odpi.openmetadata.accessservices.digitalarchitecture.client
OpenGovernanceClientBase provides common governance services that originate in the Governance Action Framework (GAF).
OpenGovernanceClient(String, String, int) - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.client.OpenGovernanceClient
Create a new client with no authentication embedded in the HTTP request.
OpenGovernanceClient(String, String, String, String, int) - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.client.OpenGovernanceClient
Create a new client that passes userId and password in each HTTP request.
OpenIntegrationServiceClient - Class in org.odpi.openmetadata.accessservices.digitalarchitecture.client
OpenIntegrationServiceClient provides an interface to the open integration service.
OpenIntegrationServiceClient(String, String, int) - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.client.OpenIntegrationServiceClient
Create a new client with no authentication embedded in the HTTP request.
OpenIntegrationServiceClient(String, String, String, String, int) - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.client.OpenIntegrationServiceClient
Create a new client that passes userId and password in each HTTP request.
OpenMetadataStoreClient - Class in org.odpi.openmetadata.accessservices.digitalarchitecture.client
OpenMetadataStoreClient provides an interface to the open metadata store.
OpenMetadataStoreClient(String, String, int) - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.client.OpenMetadataStoreClient
Create a new client with no authentication embedded in the HTTP request.
OpenMetadataStoreClient(String, String, String, String, int) - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.client.OpenMetadataStoreClient
Create a new client that passes userId and password in each HTTP request.
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.

R

ReferenceDataManager - Class in org.odpi.openmetadata.accessservices.digitalarchitecture.client
ReferenceDataManager provides the API operations to create and maintain lists of valid value definitions grouped into a valid value set.
ReferenceDataManager(String, String, int) - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ReferenceDataManager
Create a new client with no authentication embedded in the HTTP request.
ReferenceDataManager(String, String, int, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ReferenceDataManager
Create a new client with no authentication embedded in the HTTP request and an audit log.
ReferenceDataManager(String, String, String, String, int) - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ReferenceDataManager
Create a new client that passes userId and password in each HTTP request.
ReferenceDataManager(String, String, String, String, int, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ReferenceDataManager
Create a new client that passes userId and password in each HTTP request.
ReferenceDataManager(String, String, DigitalArchitectureRESTClient, int, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ReferenceDataManager
Create a new client that is going to be used in an OMAG Server (view service or integration service typically).
registerListener(String, DigitalArchitectureEventListener) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.DigitalArchitectureEventClient
Register a listener object that will be passed each of the events published by the Digital Architecture OMAS.
removeConnection(String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ConnectionManager
Remove the metadata element representing a connection.
removeConnectorType(String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ConnectionManager
Remove the metadata element representing a connectorType.
removeEndpoint(String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ConnectionManager
Remove the metadata element representing a endpoint.
removeLocation(String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.LocationManager
Remove the metadata element representing a location.
removeTemplateClassification(String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.TemplateManager
Remove the classification that indicates that this element can be used as a template.

S

setLocationAsDigital(String, String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.LocationManager
Classify the location to indicate that it represents a digital/cyber location.
setLocationAsFixedPhysical(String, String, String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.LocationManager
Classify the location to indicate that it represents a fixed physical location.
setLocationAsSecure(String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.LocationManager
Classify the location to indicate that it represents a secure location.
setupAdjacentLocation(String, String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.LocationManager
Create a peer-to-peer relationship between two locations.
setupAssetConnection(String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ConnectionManager
Create a relationship between an asset and its connection.
setupConnectorType(String, String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ConnectionManager
Create a relationship between a connection and a connector type.
setupEmbeddedConnection(String, String, int, String, Map<String, Object>, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ConnectionManager
Create a relationship between a virtual connection and an embedded connection.
setupEndpoint(String, String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ConnectionManager
Create a relationship between a connection and an endpoint.
setupNestedLocation(String, String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.LocationManager
Create a parent-child relationship between two locations.

T

TemplateManager - Class in org.odpi.openmetadata.accessservices.digitalarchitecture.client
TemplateManager provides specialist methods for managing templates
TemplateManager(String, String, int) - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.client.TemplateManager
Create a new client with no authentication embedded in the HTTP request.
TemplateManager(String, String, int, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.client.TemplateManager
Create a new client with no authentication embedded in the HTTP request.
TemplateManager(String, String, String, String, int) - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.client.TemplateManager
Create a new client that passes userId and password in each HTTP request.
TemplateManager(String, String, String, String, int, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.client.TemplateManager
Create a new client that passes userId and password in each HTTP request.
TemplateManager(String, String, DigitalArchitectureRESTClient, int, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.digitalarchitecture.client.TemplateManager
Create a new client that is going to be used in an OMAG Server (view service or integration service typically).

U

unassignReferenceValueFromItem(String, String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ReferenceDataManager
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.ReferenceDataManager
Remove the link between a valid value and a consumer.
unlinkValidValueFromImplementation(String, String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ReferenceDataManager
Remove the link between a valid value and an implementing asset.
unmapValidValues(String, String, String) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ReferenceDataManager
Remove the reference value link between a valid value and a referenceable (item).
updateConnection(String, String, boolean, ConnectionProperties) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ConnectionManager
Update the metadata element representing a connection.
updateConnectorType(String, boolean, String, ConnectorTypeProperties) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ConnectionManager
Update the metadata element representing a connectorType.
updateEndpoint(String, boolean, String, EndpointProperties) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ConnectionManager
Update the metadata element representing a endpoint.
updateLocation(String, boolean, String, LocationProperties) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.LocationManager
Update the metadata element representing a location.
updateValidValue(String, String, String, String, String, String, String, String, String, boolean, Map<String, String>, boolean, String, Map<String, Object>) - Method in class org.odpi.openmetadata.accessservices.digitalarchitecture.client.ReferenceDataManager
Update the properties of the valid value.
A C D F G L M O R S T U 
All Classes and Interfaces|All Packages