C E F G I O R S U 
All Classes All Packages

C

callElementStubGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.client.rest.ITInfrastructureRESTClient
Issue a GET REST call that returns a ElementStubResponse object.
callMyConnectionGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.client.rest.ITInfrastructureRESTClient
Issue a GET REST call that returns a ConnectionResponse object.
callMyConnectionsGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.client.rest.ITInfrastructureRESTClient
Issue a POST REST call that returns a ConnectionsResponse object.
callMyConnectionsPostRESTCall(String, String, Object, Object...) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.client.rest.ITInfrastructureRESTClient
Issue a POST REST call that returns a ConnectionsResponse object.
callMyConnectorTypeGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.client.rest.ITInfrastructureRESTClient
Issue a GET REST call that returns a ConnectorTypeResponse object.
callMyConnectorTypesPostRESTCall(String, String, Object, Object...) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.client.rest.ITInfrastructureRESTClient
Issue a POST REST call that returns a ConnectorTypesResponse object.
callMyEndpointGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.client.rest.ITInfrastructureRESTClient
Issue a GET REST call that returns a EndpointResponse object.
callMyEndpointsGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.client.rest.ITInfrastructureRESTClient
Issue a GET REST call that returns a EndpointsResponse object.
callMyEndpointsPostRESTCall(String, String, Object, Object...) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.client.rest.ITInfrastructureRESTClient
Issue a POST REST call that returns a EndpointsResponse object.
clearAssetConnection(String, String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.client.ConnectionManagerClient
Remove a relationship between an asset and its connection.
clearConnectorType(String, String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.client.ConnectionManagerClient
Remove a relationship between a connection and a connector type.
clearEmbeddedConnection(String, String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.client.ConnectionManagerClient
Remove a relationship between a virtual connection and an embedded connection.
clearEndpoint(String, String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.client.ConnectionManagerClient
Remove a relationship between a connection and an endpoint.
ConnectionManagerClient - Class in org.odpi.openmetadata.accessservices.itinfrastructure.client
ConnectionManagerClient supports the APIs to maintain connections and their related objects.
ConnectionManagerClient(String, String) - Constructor for class org.odpi.openmetadata.accessservices.itinfrastructure.client.ConnectionManagerClient
Create a new client with no authentication embedded in the HTTP request.
ConnectionManagerClient(String, String, String, String) - Constructor for class org.odpi.openmetadata.accessservices.itinfrastructure.client.ConnectionManagerClient
Create a new client that passes userId and password in each HTTP request.
ConnectionManagerClient(String, String, String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.itinfrastructure.client.ConnectionManagerClient
Create a new client that passes userId and password in each HTTP request.
ConnectionManagerClient(String, String, ITInfrastructureRESTClient, int, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.itinfrastructure.client.ConnectionManagerClient
Create a new client that is going to be used in an OMAG Server.
ConnectionManagerClient(String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.itinfrastructure.client.ConnectionManagerClient
Create a new client with no authentication embedded in the HTTP request.
ConnectorTypeManagerClient - Class in org.odpi.openmetadata.accessservices.itinfrastructure.client
ConnectionManagerClient supports the APIs to maintain connections and their related objects.
ConnectorTypeManagerClient(String, String) - Constructor for class org.odpi.openmetadata.accessservices.itinfrastructure.client.ConnectorTypeManagerClient
Create a new client with no authentication embedded in the HTTP request.
ConnectorTypeManagerClient(String, String, String, String) - Constructor for class org.odpi.openmetadata.accessservices.itinfrastructure.client.ConnectorTypeManagerClient
Create a new client that passes userId and password in each HTTP request.
ConnectorTypeManagerClient(String, String, String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.itinfrastructure.client.ConnectorTypeManagerClient
Create a new client that passes userId and password in each HTTP request.
ConnectorTypeManagerClient(String, String, ITInfrastructureRESTClient, int, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.itinfrastructure.client.ConnectorTypeManagerClient
Create a new client that is going to be used in an OMAG Server.
ConnectorTypeManagerClient(String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.itinfrastructure.client.ConnectorTypeManagerClient
Create a new client with no authentication embedded in the HTTP request.
createConnection(String, String, String, ConnectionProperties) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.client.ConnectionManagerClient
Create a new metadata element to represent a connection.
createConnectionFromTemplate(String, String, String, String, TemplateProperties) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.client.ConnectionManagerClient
Create a new metadata element to represent a connection using an existing metadata element as a template.
createConnectorType(String, String, String, ConnectorTypeProperties) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.client.ConnectorTypeManagerClient
Create a new metadata element to represent an connectorType
createConnectorTypeFromTemplate(String, String, String, String, TemplateProperties) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.client.ConnectorTypeManagerClient
Create a new metadata element to represent an connectorType using an existing metadata element as a template.
createEndpoint(String, String, String, String, EndpointProperties) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.client.EndpointManagerClient
Create a new metadata element to represent an endpoint
createEndpointFromTemplate(String, String, String, String, String, String, TemplateProperties) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.client.EndpointManagerClient
Create a new metadata element to represent a endpoint using an existing metadata element as a template.

E

EndpointManagerClient - Class in org.odpi.openmetadata.accessservices.itinfrastructure.client
EndpointManagerClient supports the APIs to maintain connections and their related objects.
EndpointManagerClient(String, String) - Constructor for class org.odpi.openmetadata.accessservices.itinfrastructure.client.EndpointManagerClient
Create a new client with no authentication embedded in the HTTP request.
EndpointManagerClient(String, String, String, String) - Constructor for class org.odpi.openmetadata.accessservices.itinfrastructure.client.EndpointManagerClient
Create a new client that passes userId and password in each HTTP request.
EndpointManagerClient(String, String, String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.itinfrastructure.client.EndpointManagerClient
Create a new client that passes userId and password in each HTTP request.
EndpointManagerClient(String, String, ITInfrastructureRESTClient, int, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.itinfrastructure.client.EndpointManagerClient
Create a new client that is going to be used in an OMAG Server.
EndpointManagerClient(String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.itinfrastructure.client.EndpointManagerClient
Create a new client with no authentication embedded in the HTTP request.

F

findConnections(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.client.ConnectionManagerClient
Retrieve the list of metadata elements that contain the search string.
findConnectorTypes(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.client.ConnectorTypeManagerClient
Retrieve the list of connector type metadata elements that contain the search string.
findEndpoints(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.client.EndpointManagerClient
Retrieve the list of endpoint metadata elements that contain the search string.

G

getConnectionByGUID(String, String) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.client.ConnectionManagerClient
Retrieve the metadata element with the supplied unique identifier.
getConnectionsByName(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.client.ConnectionManagerClient
Retrieve the list of metadata elements with a matching qualified or display name.
getConnectorTypeByGUID(String, String) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.client.ConnectorTypeManagerClient
Retrieve the connector type metadata element with the supplied unique identifier.
getConnectorTypesByName(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.client.ConnectorTypeManagerClient
Retrieve the list of connector type metadata elements with a matching qualified name, display name or connector provider class name.
getEndpointByGUID(String, String) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.client.EndpointManagerClient
Retrieve the endpoint metadata element with the supplied unique identifier.
getEndpointsByName(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.client.EndpointManagerClient
Retrieve the list of endpoint metadata elements with a matching qualified or display name.
getEndpointsForInfrastructure(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.client.EndpointManagerClient
Retrieve the list of endpoint metadata elements that are attached to a specific infrastructure element.

I

ITInfrastructureRESTClient - Class in org.odpi.openmetadata.accessservices.itinfrastructure.client.rest
ITInfrastructureRESTClient is responsible for issuing calls to the OMAS REST APIs.
ITInfrastructureRESTClient(String, String) - Constructor for class org.odpi.openmetadata.accessservices.itinfrastructure.client.rest.ITInfrastructureRESTClient
Constructor for no authentication.
ITInfrastructureRESTClient(String, String, String, String) - Constructor for class org.odpi.openmetadata.accessservices.itinfrastructure.client.rest.ITInfrastructureRESTClient
Constructor for simple userId and password authentication.
ITInfrastructureRESTClient(String, String, String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.itinfrastructure.client.rest.ITInfrastructureRESTClient
Constructor for simple userId and password authentication with audit log.
ITInfrastructureRESTClient(String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.itinfrastructure.client.rest.ITInfrastructureRESTClient
Constructor for no authentication with audit log.

O

org.odpi.openmetadata.accessservices.itinfrastructure.client - package org.odpi.openmetadata.accessservices.itinfrastructure.client
These are the client interfaces of the IT Infrastructure OMAS.
org.odpi.openmetadata.accessservices.itinfrastructure.client.rest - package org.odpi.openmetadata.accessservices.itinfrastructure.client.rest
This package contains the internal class for issuing REST calls.

R

removeConnection(String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.client.ConnectionManagerClient
Remove the metadata element representing a connection.
removeConnectorType(String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.client.ConnectorTypeManagerClient
Remove the metadata element representing an connectorType.
removeEndpoint(String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.client.EndpointManagerClient
Remove the metadata element representing a endpoint.

S

setupAssetConnection(String, String, String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.client.ConnectionManagerClient
Create a relationship between an asset and its connection.
setupConnectorType(String, String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.client.ConnectionManagerClient
Create a relationship between a connection and a connector type.
setupEmbeddedConnection(String, String, String, String, int, String, Map<String, Object>, String) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.client.ConnectionManagerClient
Create a relationship between a virtual connection and an embedded connection.
setupEndpoint(String, String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.client.ConnectionManagerClient
Create a relationship between a connection and an endpoint.

U

updateConnection(String, String, String, String, boolean, ConnectionProperties) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.client.ConnectionManagerClient
Update the metadata element representing a connection.
updateConnectorType(String, String, String, boolean, String, ConnectorTypeProperties) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.client.ConnectorTypeManagerClient
Update the metadata element representing an connectorType.
updateEndpoint(String, String, String, boolean, String, EndpointProperties) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.client.EndpointManagerClient
Update the metadata element representing a endpoint.
C E F G I O R S U 
All Classes All Packages