C F G I O R S U
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- clearAssetConnection(String, String, String, String, MetadataSourceRequestBody) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.spring.ITInfrastructureResource
-
Remove a relationship between an asset and its connection.
- clearConnectorType(String, String, String, String, MetadataSourceRequestBody) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.spring.ITInfrastructureResource
-
Remove a relationship between a connection and a connector type.
- clearEmbeddedConnection(String, String, String, String, MetadataSourceRequestBody) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.spring.ITInfrastructureResource
-
Remove a relationship between a virtual connection and an embedded connection.
- clearEndpoint(String, String, String, String, MetadataSourceRequestBody) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.spring.ITInfrastructureResource
-
Remove a relationship between a connection and an endpoint.
- createConnection(String, String, ConnectionRequestBody) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.spring.ITInfrastructureResource
-
Create a new metadata element to represent a connection.
- createConnectionFromTemplate(String, String, String, TemplateRequestBody) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.spring.ITInfrastructureResource
-
Create a new metadata element to represent a connection using an existing metadata element as a template.
- createConnectorType(String, String, ConnectorTypeRequestBody) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.spring.ITInfrastructureResource
-
Create a new metadata element to represent a endpoint.
- createConnectorTypeFromTemplate(String, String, String, TemplateRequestBody) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.spring.ITInfrastructureResource
-
Create a new metadata element to represent a endpoint using an existing metadata element as a template.
- createEndpoint(String, String, String, EndpointRequestBody) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.spring.ITInfrastructureResource
-
Create a new metadata element to represent a endpoint.
- createEndpoint(String, String, EndpointRequestBody) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.spring.ITInfrastructureResource
-
Create a new metadata element to represent a endpoint.
- createEndpointFromTemplate(String, String, String, String, String, TemplateRequestBody) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.spring.ITInfrastructureResource
-
Create a new metadata element to represent a endpoint using an existing metadata element as a template.
- createEndpointFromTemplate(String, String, String, String, TemplateRequestBody) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.spring.ITInfrastructureResource
-
Create a new metadata element to represent a endpoint using an existing metadata element as a template.
F
- findConnections(String, String, SearchStringRequestBody, int, int) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.spring.ITInfrastructureResource
-
Retrieve the list of connection metadata elements that contain the search string.
- findConnectorTypes(String, String, SearchStringRequestBody, int, int) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.spring.ITInfrastructureResource
-
Retrieve the list of connector type metadata elements that contain the search string.
- findEndpoints(String, String, SearchStringRequestBody, int, int) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.spring.ITInfrastructureResource
-
Retrieve the list of endpoint metadata elements that contain the search string.
G
- getConnectionByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.spring.ITInfrastructureResource
-
Retrieve the connection metadata element with the supplied unique identifier.
- getConnectionsByName(String, String, NameRequestBody, int, int) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.spring.ITInfrastructureResource
-
Retrieve the list of connection metadata elements with a matching qualified or display name.
- getConnectorTypeByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.spring.ITInfrastructureResource
-
Retrieve the connector type metadata element with the supplied unique identifier.
- getConnectorTypesByName(String, String, NameRequestBody, int, int) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.spring.ITInfrastructureResource
-
Retrieve the list of connector type metadata elements with a matching qualified or display name.
- getEndpointByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.spring.ITInfrastructureResource
-
Retrieve the endpoint metadata element with the supplied unique identifier.
- getEndpointsByName(String, String, NameRequestBody, int, int) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.spring.ITInfrastructureResource
-
Retrieve the list of endpoint metadata elements with a matching qualified or display name.
I
- ITInfrastructureResource - Class in org.odpi.openmetadata.accessservices.itinfrastructure.server.spring
-
The ITInfrastructureResource provides the server-side implementation of the IT Infrastructure Open Metadata Assess Service (OMAS).
- ITInfrastructureResource() - Constructor for class org.odpi.openmetadata.accessservices.itinfrastructure.server.spring.ITInfrastructureResource
-
Default constructor
O
- org.odpi.openmetadata.accessservices.itinfrastructure.server.spring - package org.odpi.openmetadata.accessservices.itinfrastructure.server.spring
R
- removeConnection(String, String, String, MetadataSourceRequestBody) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.spring.ITInfrastructureResource
-
Remove the metadata element representing a connection.
- removeConnectorType(String, String, String, MetadataSourceRequestBody) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.spring.ITInfrastructureResource
-
Remove the metadata element representing a connector type.
- removeEndpoint(String, String, String, MetadataSourceRequestBody) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.spring.ITInfrastructureResource
-
Remove the metadata element representing a endpoint.
S
- setupAssetConnection(String, String, String, String, AssetConnectionRequestBody) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.spring.ITInfrastructureResource
-
Create a relationship between an asset and its connection.
- setupConnectorType(String, String, String, String, MetadataSourceRequestBody) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.spring.ITInfrastructureResource
-
Create a relationship between a connection and a connector type.
- setupEmbeddedConnection(String, String, String, String, EmbeddedConnectionRequestBody) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.spring.ITInfrastructureResource
-
Create a relationship between a virtual connection and an embedded connection.
- setupEndpoint(String, String, String, String, MetadataSourceRequestBody) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.spring.ITInfrastructureResource
-
Create a relationship between a connection and an endpoint.
U
- updateConnection(String, String, String, boolean, ConnectionRequestBody) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.spring.ITInfrastructureResource
-
Update the metadata element representing a connection.
- updateConnectorType(String, String, String, boolean, ConnectorTypeRequestBody) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.spring.ITInfrastructureResource
-
Update the metadata element representing a endpoint.
- updateEndpoint(String, String, String, boolean, EndpointRequestBody) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.spring.ITInfrastructureResource
-
Update the metadata element representing a endpoint.
All Classes All Packages