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

A

addContactMethod(String, String, String, ContactMethodRequestBody) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.ITProfileRESTServices
Add a new contact method to the profile.
addIdentityToProfile(String, String, String, String, MetadataSourceRequestBody) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.ITProfileRESTServices
Link a user identity to a profile.

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
ContactMethodConverter<B> - Class in org.odpi.openmetadata.accessservices.itinfrastructure.converters
ContactMethodConverter generates a ContactMethodProperties bean from a ContactMethodProperties entity.
ContactMethodConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.itinfrastructure.converters.ContactMethodConverter
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.
createITProfile(String, String, ITProfileRequestBody) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.ITProfileRESTServices
Create a definition of a actor profile.
createUserIdentity(String, String, UserIdentityRequestBody) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.ITProfileRESTServices
Create a UserIdentity.

D

deleteContactMethod(String, String, String, MetadataSourceRequestBody) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.ITProfileRESTServices
Remove an obsolete contact method from the profile.
deleteITProfile(String, String, String, MetadataSourceRequestBody) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.ITProfileRESTServices
Remove the definition of an actor profile.
deleteUserIdentity(String, String, String, MetadataSourceRequestBody) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.ITProfileRESTServices
Remove a user identity object.

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.
findITProfile(String, String, int, int, SearchStringRequestBody) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.ITProfileRESTServices
Retrieve the list of matching profiles for the search string.
findUserIdentities(String, String, int, int, SearchStringRequestBody) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.ITProfileRESTServices
Retrieve the list of user identity 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.
getITProfileByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.ITProfileRESTServices
Return information about a specific actor profile.
getITProfileByName(String, String, int, int, NameRequestBody) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.ITProfileRESTServices
Return information about a named actor profile.
getITProfileByUserId(String, String, String) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.ITProfileRESTServices
Return information about a specific actor profile.
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.ContactMethodConverter
Using the supplied entity, 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, String) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.converters.SoftwareServerCapabilityConverter
Using the supplied entity, return a new instance of the bean.
getNewBean(Class<B>, EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.converters.UserIdentityConverter
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.
getNewBean(Class<B>, EntityDetail, Relationship, String) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.converters.SoftwareServerCapabilityConverter
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.UserIdentityConverter
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.
getNewComplexBean(Class<B>, EntityDetail, List<EntityDetail>, List<Relationship>, String) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.converters.ITProfileConverter
Using the supplied instances, return a new instance of the bean.
getUserIdentitiesByName(String, String, int, int, NameRequestBody) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.ITProfileRESTServices
Retrieve the list of user identity metadata elements with a matching qualified name.
getUserIdentityByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.ITProfileRESTServices
Retrieve the userIdentity metadata element with the supplied unique identifier.

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.
ITProfileConverter<B> - Class in org.odpi.openmetadata.accessservices.itinfrastructure.converters
ActorProfileConverter generates a ActorProfileElement bean from a ActorProfile entity.
ITProfileConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.itinfrastructure.converters.ITProfileConverter
Constructor
ITProfileRESTServices - Class in org.odpi.openmetadata.accessservices.itinfrastructure.server
The ITProfileRESTServices provides the server-side implementation of the IT Infrastructure Open Metadata Assess Service (OMAS) capability for IT Profile management.
ITProfileRESTServices() - Constructor for class org.odpi.openmetadata.accessservices.itinfrastructure.server.ITProfileRESTServices
Default constructor

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.
removeIdentityFromProfile(String, String, String, String, MetadataSourceRequestBody) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.ITProfileRESTServices
Remove a user identity object.

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

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.
updateITProfile(String, String, String, boolean, ITProfileRequestBody) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.ITProfileRESTServices
Update the definition of an actor profile.
updateUserIdentity(String, String, String, boolean, UserIdentityRequestBody) - Method in class org.odpi.openmetadata.accessservices.itinfrastructure.server.ITProfileRESTServices
Update a UserIdentity.
UserIdentityConverter<B> - Class in org.odpi.openmetadata.accessservices.itinfrastructure.converters
UserIdentityConverter generates an UserIdentityElement bean from an UserIdentity entity.
UserIdentityConverter(OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.itinfrastructure.converters.UserIdentityConverter
Constructor
A C D E F G I O R S U 
All Classes All Packages