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

C

clearAssetConnection(String, String, String, String, MetadataSourceRequestBody) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.ITInfrastructureRESTServices
Remove a relationship between an asset and its connection.
clearConnectorType(String, String, String, String, MetadataSourceRequestBody) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.ITInfrastructureRESTServices
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.ITInfrastructureRESTServices
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.ITInfrastructureRESTServices
Remove a relationship between a connection and an endpoint.
ConnectionConverter<B> - Class in org.odpi.openmetadata.accessservices.itinfrastructure.converters
ConnectionConverter transfers the relevant properties from some Open Metadata Repository Services (OMRS) EntityDetail and Relationship objects into a Connection bean (or a VirtualConnection bean).
ConnectionConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.itinfrastructure.converters.ConnectionConverter
Constructor
ConnectorTypeConverter<B> - Class in org.odpi.openmetadata.accessservices.itinfrastructure.converters
ConnectorTypeConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a ConnectorTypeElement bean.
ConnectorTypeConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.itinfrastructure.converters.ConnectorTypeConverter
Constructor
createConnection(String, String, ConnectionRequestBody) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.ITInfrastructureRESTServices
Create a new metadata element to represent a connection.
createConnectionFromTemplate(String, String, String, TemplateRequestBody) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.ITInfrastructureRESTServices
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.ITInfrastructureRESTServices
Create a new metadata element to represent a connector type.
createConnectorTypeFromTemplate(String, String, String, TemplateRequestBody) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.ITInfrastructureRESTServices
Create a new metadata element to represent a connector type using an existing metadata element as a template.
createEndpoint(String, String, String, EndpointRequestBody) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.ITInfrastructureRESTServices
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.ITInfrastructureRESTServices
Create a new metadata element to represent a endpoint using an existing metadata element as a template.

E

EndpointConverter<B> - Class in org.odpi.openmetadata.accessservices.itinfrastructure.converters
EndpointConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a EndpointElement bean.
EndpointConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.itinfrastructure.converters.EndpointConverter
Constructor

F

findConnections(String, String, SearchStringRequestBody, int, int) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.ITInfrastructureRESTServices
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.ITInfrastructureRESTServices
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.ITInfrastructureRESTServices
Retrieve the list of endpoint metadata elements that contain the search string.

G

getClassification(String, List<ElementClassification>) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.converters.ITInfrastructureOMASConverter
Retrieve a specific named classification.
getConnectionByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.ITInfrastructureRESTServices
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.ITInfrastructureRESTServices
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.ITInfrastructureRESTServices
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.ITInfrastructureRESTServices
Retrieve the list of connector type metadata elements with a matching qualified or display name.
getElementStub(Class<B>, EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.converters.ITInfrastructureOMASConverter
Extract the properties from the entity.
getElementStub(Class<B>, EntityProxy, String) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.converters.ITInfrastructureOMASConverter
Extract the properties from the entity.
getElementStub(Class<B>, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.converters.ITInfrastructureOMASConverter
Extract the properties from the relationship.
getEndpointByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.ITInfrastructureRESTServices
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.ITInfrastructureRESTServices
Retrieve the list of endpoint metadata elements with a matching qualified or display name.
getEntityClassification(String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.converters.ITInfrastructureOMASConverter
Extract the requested classification from the entity.
getMetadataElementHeader(Class<B>, InstanceHeader, String) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.converters.ITInfrastructureOMASConverter
Extract the properties from the entity or relationship.
getNewBean(Class<B>, EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.converters.ConnectorTypeConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.converters.EndpointConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.converters.ConnectorTypeConverter
Using the supplied instances, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.converters.EndpointConverter
Using the supplied instances, return a new instance of the bean.
getNewComplexBean(Class<B>, EntityDetail, List<EntityDetail>, List<Relationship>, String) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.converters.ConnectionConverter
Using the supplied instances, return a new instance of the bean.

I

initialize(AccessServiceConfig, OMRSTopicConnector, OMRSRepositoryConnector, AuditLog, String) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.admin.ITInfrastructureAdmin
Initialize the access service.
ITInfrastructureAdmin - Class in org.odpi.openmetadata.accessservices.itinfrastructure.admin
ITInfrastructureAdmin manages the start up and shutdown of the IT Infrastructure OMAS.
ITInfrastructureAdmin() - Constructor for class org.odpi.openmetadata.accessservices.itinfrastructure.admin.ITInfrastructureAdmin
Default constructor
ITInfrastructureOMASConverter<B> - Class in org.odpi.openmetadata.accessservices.itinfrastructure.converters
DataManagerOMASConverter provides the generic methods for the Data Manager beans converters.
ITInfrastructureOMASConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.itinfrastructure.converters.ITInfrastructureOMASConverter
Constructor
ITInfrastructureOMRSTopicListener - Class in org.odpi.openmetadata.accessservices.itinfrastructure.listener
ITInfrastructureOMRSTopicListener received details of each OMRS event from the cohorts that the local server is connected to.
ITInfrastructureOMRSTopicListener(Connection, OMRSRepositoryHelper, OMRSRepositoryValidator, String, List<String>, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.itinfrastructure.listener.ITInfrastructureOMRSTopicListener
The constructor is given the connection to the out topic for Asset Consumer OMAS along with classes for testing and manipulating instances.
ITInfrastructureRegistration - Class in org.odpi.openmetadata.accessservices.itinfrastructure.server
ITInfrastructureRegistration registers the access service with the OMAG Server administration services.
ITInfrastructureRegistration() - Constructor for class org.odpi.openmetadata.accessservices.itinfrastructure.server.ITInfrastructureRegistration
 
ITInfrastructureRESTServices - Class in org.odpi.openmetadata.accessservices.itinfrastructure.server
The ITInfrastructureRESTServices provides the server-side implementation of the IT Infrastructure Open Metadata Assess Service (OMAS).
ITInfrastructureRESTServices() - Constructor for class org.odpi.openmetadata.accessservices.itinfrastructure.server.ITInfrastructureRESTServices
Default constructor
ITInfrastructureServicesInstance - Class in org.odpi.openmetadata.accessservices.itinfrastructure.server
ITInfrastructureServicesInstance caches references to objects for a specific server.
ITInfrastructureServicesInstance(OMRSRepositoryConnector, List<String>, AuditLog, String, int) - Constructor for class org.odpi.openmetadata.accessservices.itinfrastructure.server.ITInfrastructureServicesInstance
Set up the handlers for this server.

O

org.odpi.openmetadata.accessservices.itinfrastructure.admin - package org.odpi.openmetadata.accessservices.itinfrastructure.admin
 
org.odpi.openmetadata.accessservices.itinfrastructure.converters - package org.odpi.openmetadata.accessservices.itinfrastructure.converters
 
org.odpi.openmetadata.accessservices.itinfrastructure.listener - package org.odpi.openmetadata.accessservices.itinfrastructure.listener
 
org.odpi.openmetadata.accessservices.itinfrastructure.server - package org.odpi.openmetadata.accessservices.itinfrastructure.server
 

R

registerAccessService() - Static method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.ITInfrastructureRegistration
Pass information about this access service to the OMAG Server administration services.
removeClassification(String, List<ElementClassification>) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.converters.ITInfrastructureOMASConverter
Remove the requested classification from the bean classifications and return the resulting list.
removeConnection(String, String, String, MetadataSourceRequestBody) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.ITInfrastructureRESTServices
Remove the metadata element representing a connection.
removeConnectorType(String, String, String, MetadataSourceRequestBody) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.ITInfrastructureRESTServices
Remove the metadata element representing a endpoint.
removeEndpoint(String, String, String, MetadataSourceRequestBody) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.ITInfrastructureRESTServices
Remove the metadata element representing a endpoint.

S

setupAssetConnection(String, String, String, String, AssetConnectionRequestBody) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.ITInfrastructureRESTServices
Create a relationship between an asset and its connection.
setupConnectorType(String, String, String, String, MetadataSourceRequestBody) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.ITInfrastructureRESTServices
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.ITInfrastructureRESTServices
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.ITInfrastructureRESTServices
Create a relationship between a connection and an endpoint.
shutdown() - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.admin.ITInfrastructureAdmin
Shutdown the access service.

U

updateConnection(String, String, String, boolean, ConnectionRequestBody) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.ITInfrastructureRESTServices
Update the metadata element representing a connection.
updateConnectorType(String, String, String, boolean, ConnectorTypeRequestBody) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.ITInfrastructureRESTServices
Update the metadata element representing a connector type.
updateEndpoint(String, String, String, boolean, EndpointRequestBody) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.ITInfrastructureRESTServices
Update the metadata element representing a endpoint.
C E F G I O R S U 
All Classes All Packages