Skip navigation links
A C D F G I L O R S U V 

A

addAnnotationToAnnotation(String, String, String, Annotation) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryEngineRESTServices
Add a new annotation and link it to an existing annotation.
addAnnotationToDiscoveryReport(String, String, String, Annotation) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryEngineRESTServices
Add a new annotation to the annotation store as a top level annotation linked directly off of the report.

C

createDiscoveryAnalysisReport(String, String, String, DiscoveryAnalysisReportRequestBody) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryEngineRESTServices
Create a new discovery analysis report and chain it to its asset, discovery engine and discovery service.
createDiscoveryEngine(String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.handlers.DiscoveryConfigurationHandler
Create a new discovery engine definition.
createDiscoveryEngine(String, String, NewDiscoveryEngineRequestBody) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryConfigurationServices
Create a new discovery engine definition.
createDiscoveryService(String, String, String, String, Connection) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.handlers.DiscoveryConfigurationHandler
Create a discovery service definition.
createDiscoveryService(String, String, NewDiscoveryServiceRequestBody) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryConfigurationServices
Create a discovery service definition.

D

deleteAnnotation(String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryEngineRESTServices
Remove an annotation from the annotation store.
deleteDiscoveryEngine(String, String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.handlers.DiscoveryConfigurationHandler
Remove the properties of the discovery engine.
deleteDiscoveryEngine(String, String, String, DeleteRequestBody) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryConfigurationServices
Remove the properties of the discovery engine.
deleteDiscoveryService(String, String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.handlers.DiscoveryConfigurationHandler
Remove the properties of the discovery service.
deleteDiscoveryService(String, String, String, DeleteRequestBody) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryConfigurationServices
Remove the properties of the discovery service.
DiscoveryConfigurationHandler - Class in org.odpi.openmetadata.accessservices.discoveryengine.handlers
DiscoveryConfigurationHandler provides the open metadata server side implementation of DiscoveryConfigurationServer which is part of the Open Discovery Framework (ODF).
DiscoveryConfigurationHandler(String, String, InvalidParameterHandler, OMRSRepositoryHelper, RepositoryHandler, RepositoryErrorHandler, ConnectionHandler) - Constructor for class org.odpi.openmetadata.accessservices.discoveryengine.handlers.DiscoveryConfigurationHandler
Construct the discovery engine configuration handler caching the objects needed to operate within a single server instance.
DiscoveryConfigurationServices - Class in org.odpi.openmetadata.accessservices.discoveryengine.server
The DiscoveryConfigurationServices provides the server-side implementation of the configuration services from the Open Discovery Framework (ODF).
DiscoveryConfigurationServices() - Constructor for class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryConfigurationServices
Default constructor
DiscoveryEngineAdmin - Class in org.odpi.openmetadata.accessservices.discoveryengine.admin
DiscoveryEngineAdmin manages the start up and shutdown of the Discovery Engine OMAS.
DiscoveryEngineAdmin() - Constructor for class org.odpi.openmetadata.accessservices.discoveryengine.admin.DiscoveryEngineAdmin
Default constructor
DiscoveryEngineAuditCode - Enum in org.odpi.openmetadata.accessservices.discoveryengine.auditlog
The DiscoveryEngineAuditCode is used to define the message content for the OMRS Audit Log.
DiscoveryEngineBuilder - Class in org.odpi.openmetadata.accessservices.discoveryengine.builders
DiscoveryEngineBuilder creates instance properties based on the bean properties provided in the constructor.
DiscoveryEngineBuilder(String, OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.discoveryengine.builders.DiscoveryEngineBuilder
Constructor when only the qualified name is known.
DiscoveryEngineBuilder(String, String, String, OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.discoveryengine.builders.DiscoveryEngineBuilder
Constructor when basic properties are known.
DiscoveryEngineBuilder(String, String, String, String, String, String, String, Map<String, String>, Map<String, Object>, OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.discoveryengine.builders.DiscoveryEngineBuilder
Constructor supporting all properties.
DiscoveryEnginePropertiesConverter - Class in org.odpi.openmetadata.accessservices.discoveryengine.converters
DiscoveryEnginePropertiesConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a DiscoveryEngineProperties bean.
DiscoveryEnginePropertiesConverter(EntityDetail, OMRSRepositoryHelper, String) - Constructor for class org.odpi.openmetadata.accessservices.discoveryengine.converters.DiscoveryEnginePropertiesConverter
Constructor captures the initial content
DiscoveryEngineRESTServices - Class in org.odpi.openmetadata.accessservices.discoveryengine.server
The DiscoveryEngineRESTServices provides the server-side implementation of the services used by the discovery engine as it is managing requests to execute open discovery services in the discovery server.
DiscoveryEngineRESTServices() - Constructor for class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryEngineRESTServices
Default constructor
DiscoveryEngineServicesInstance - Class in org.odpi.openmetadata.accessservices.discoveryengine.server
DiscoveryEngineServicesInstance caches references to OMRS objects for a specific server.
DiscoveryEngineServicesInstance(OMRSRepositoryConnector, List<String>, List<String>, OMRSAuditLog, String, int) - Constructor for class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryEngineServicesInstance
Set up the local repository connector that will service the REST Calls.
DiscoveryServiceBuilder - Class in org.odpi.openmetadata.accessservices.discoveryengine.builders
DiscoveryServiceBuilder creates repository entities and relationships from properties for a discovery service.
DiscoveryServiceBuilder(String, String, String, OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.discoveryengine.builders.DiscoveryServiceBuilder
 
DiscoveryServiceBuilder(String, String, String, String, OwnerType, List<String>, String, Map<String, String>, Map<String, Object>, OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.discoveryengine.builders.DiscoveryServiceBuilder
Constructor supporting all properties.
DiscoveryServicePropertiesConverter - Class in org.odpi.openmetadata.accessservices.discoveryengine.converters
DiscoveryServicePropertiesConverter transfers the relevant properties from an Open Metadata Repository Services (OMRS) EntityDetail object into a DiscoveryServiceProperties bean.
DiscoveryServicePropertiesConverter(EntityDetail, Relationship, OMRSRepositoryHelper, String) - Constructor for class org.odpi.openmetadata.accessservices.discoveryengine.converters.DiscoveryServicePropertiesConverter
Constructor captures the initial content with connectionToAssetRelationship

F

findAssets(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryEngineRESTServices
Return a list of assets with the requested search string in their name, qualified name or description.

G

getAllDiscoveryEngines(String, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.handlers.DiscoveryConfigurationHandler
Return the list of discovery engine definitions that are stored.
getAllDiscoveryEngines(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryConfigurationServices
Return the list of discovery engine definitions that are stored.
getAllDiscoveryServices(String, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.handlers.DiscoveryConfigurationHandler
Return the list of discovery services definitions that are stored.
getAllDiscoveryServices(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryConfigurationServices
Return the list of discovery services definitions that are stored.
getAnnotation(String, String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryEngineRESTServices
Retrieve a single annotation by unique identifier.
getAnnotationsForAssetByStatus(String, String, String, int, int, StatusRequestBody) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryEngineRESTServices
Return the list of annotations from previous runs of the discovery service that are set to a specific status.
getAssets(String, String, int, int, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryEngineRESTServices
Return the next set of assets to process.
getAssetsByEndpoint(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryEngineRESTServices
Return the list of assets that have the same endpoint address.
getAssetsByName(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryEngineRESTServices
Return the list of matching assets that have the supplied name as either the qualified name or display name.
getAssetsByQualifiedName(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryEngineRESTServices
Return the assets with the same qualified name.
getBean() - Method in class org.odpi.openmetadata.accessservices.discoveryengine.converters.DiscoveryEnginePropertiesConverter
Request the bean is extracted from the repository objects
getBean() - Method in class org.odpi.openmetadata.accessservices.discoveryengine.converters.RegisteredDiscoveryServiceConverter
Request the bean is extracted from the repository entity.
getDiscoveryAnalysisReport(String, String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryEngineRESTServices
Request the discovery report for a discovery request that has completed.
getDiscoveryEngineByGUID(String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.handlers.DiscoveryConfigurationHandler
Return the properties from a discovery engine definition.
getDiscoveryEngineByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryConfigurationServices
Return the properties from a discovery engine definition.
getDiscoveryEngineByName(String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.handlers.DiscoveryConfigurationHandler
Return the properties from a discovery engine definition.
getDiscoveryEngineByName(String, String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryConfigurationServices
Return the properties from a discovery engine definition.
getDiscoveryReportAnnotations(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryEngineRESTServices
Return the annotations linked directly to the report.
getDiscoveryServiceBean() - Method in class org.odpi.openmetadata.accessservices.discoveryengine.converters.DiscoveryServicePropertiesConverter
Request the bean is extracted from the repository objects
getDiscoveryServiceByGUID(String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.handlers.DiscoveryConfigurationHandler
Return the properties from a discovery service definition.
getDiscoveryServiceByGUID(String, String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryConfigurationServices
Return the properties from a discovery service definition.
getDiscoveryServiceByName(String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.handlers.DiscoveryConfigurationHandler
Return the properties from a discovery service definition.
getDiscoveryServiceByName(String, String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryConfigurationServices
Return the properties from a discovery service definition.
getDiscoveryServiceRegistrations(String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.handlers.DiscoveryConfigurationHandler
Return the list of discovery engines that a specific discovery service is registered with.
getDiscoveryServiceRegistrations(String, String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryConfigurationServices
Return the list of discovery engines that a specific discovery service is registered with.
getExtendedAnnotations(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryEngineRESTServices
Return any annotations attached to this annotation.
getFormattedLogMessage(String...) - Method in enum org.odpi.openmetadata.accessservices.discoveryengine.auditlog.DiscoveryEngineAuditCode
Returns the log message with the placeholders filled out with the supplied parameters.
getInstanceProperties(String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.builders.DiscoveryEngineBuilder
Return the supplied bean properties in an InstanceProperties object.
getLogMessageId() - Method in enum org.odpi.openmetadata.accessservices.discoveryengine.auditlog.DiscoveryEngineAuditCode
Returns the unique identifier for the error message.
getNameInstanceProperties(String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.builders.DiscoveryEngineBuilder
Return the supplied bean properties that represent a name in an InstanceProperties object.
getRegisteredDiscoveryService(String, String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.handlers.DiscoveryConfigurationHandler
Retrieve a specific discovery service registered with a discovery engine.
getRegisteredDiscoveryService(String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryConfigurationServices
Retrieve a specific discovery service registered with a discovery engine.
getRegisteredDiscoveryServices(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.handlers.DiscoveryConfigurationHandler
Retrieve the identifiers of the discovery services registered with a discovery engine.
getRegisteredDiscoveryServices(String, String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryConfigurationServices
Retrieve the identifiers of the discovery services registered with a discovery engine.
getSeverity() - Method in enum org.odpi.openmetadata.accessservices.discoveryengine.auditlog.DiscoveryEngineAuditCode
Return the severity of the audit log record.
getSystemAction() - Method in enum org.odpi.openmetadata.accessservices.discoveryengine.auditlog.DiscoveryEngineAuditCode
Returns a description of the action taken by the system when the condition that caused this exception was detected.
getUserAction() - Method in enum org.odpi.openmetadata.accessservices.discoveryengine.auditlog.DiscoveryEngineAuditCode
Returns instructions of how to resolve the issue reported in this exception.

I

initialize(AccessServiceConfig, OMRSTopicConnector, OMRSRepositoryConnector, OMRSAuditLog, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.admin.DiscoveryEngineAdmin
Initialize the access service.

L

linkAnnotation(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryEngineRESTServices
Link an existing annotation to another object.
logAssetAuditMessage(String, String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryEngineRESTServices
Log an audit message about this asset.

O

org.odpi.openmetadata.accessservices.discoveryengine.admin - package org.odpi.openmetadata.accessservices.discoveryengine.admin
 
org.odpi.openmetadata.accessservices.discoveryengine.auditlog - package org.odpi.openmetadata.accessservices.discoveryengine.auditlog
 
org.odpi.openmetadata.accessservices.discoveryengine.builders - package org.odpi.openmetadata.accessservices.discoveryengine.builders
 
org.odpi.openmetadata.accessservices.discoveryengine.converters - package org.odpi.openmetadata.accessservices.discoveryengine.converters
 
org.odpi.openmetadata.accessservices.discoveryengine.handlers - package org.odpi.openmetadata.accessservices.discoveryengine.handlers
 
org.odpi.openmetadata.accessservices.discoveryengine.server - package org.odpi.openmetadata.accessservices.discoveryengine.server
 

R

registerDiscoveryServiceWithEngine(String, String, String, List<String>) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.handlers.DiscoveryConfigurationHandler
Register a discovery service with a specific discovery engine.
registerDiscoveryServiceWithEngine(String, String, String, DiscoveryServiceRegistrationRequestBody) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryConfigurationServices
Register a discovery service with a specific discovery engine.
RegisteredDiscoveryServiceConverter - Class in org.odpi.openmetadata.accessservices.discoveryengine.converters
RegisteredDiscoveryServiceConverter transfers the relevant properties from a DiscoveryServiceProperties bean and the Open Metadata Repository Services (OMRS) Relationship object into a RegisteredDiscoveryService bean.
RegisteredDiscoveryServiceConverter(DiscoveryServiceProperties, Relationship, OMRSRepositoryHelper, String) - Constructor for class org.odpi.openmetadata.accessservices.discoveryengine.converters.RegisteredDiscoveryServiceConverter
Constructor captures the repository content needed to create the endpoint object.

S

shutdown() - Method in class org.odpi.openmetadata.accessservices.discoveryengine.admin.DiscoveryEngineAdmin
Shutdown the access service.

U

unlinkAnnotation(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryEngineRESTServices
Remove the relationship between an annotation and another object.
unregisterDiscoveryServiceFromEngine(String, String, String) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.handlers.DiscoveryConfigurationHandler
Unregister a discovery service from the discovery engine.
unregisterDiscoveryServiceFromEngine(String, String, String, String, NullRequestBody) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryConfigurationServices
Unregister a discovery service from the discovery engine.
updateAnnotation(String, String, String, Annotation) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryEngineRESTServices
Replace the current properties of an annotation.
updateDiscoveryAnalysisReport(String, String, String, DiscoveryAnalysisReport) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryEngineRESTServices
Update the properties of the discovery analysis report.
updateDiscoveryEngine(String, String, String, String, String, String, String, String, String, Map<String, String>, Map<String, Object>) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.handlers.DiscoveryConfigurationHandler
Update the properties of an existing discovery engine definition.
updateDiscoveryEngine(String, String, String, UpdateDiscoveryEngineRequestBody) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryConfigurationServices
Update the properties of an existing discovery engine definition.
updateDiscoveryService(String, String, String, String, String, String, String, OwnerType, List<String>, String, Connection, Map<String, String>, Map<String, Object>) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.handlers.DiscoveryConfigurationHandler
Update the properties of an existing discovery service definition.
updateDiscoveryService(String, String, String, UpdateDiscoveryServiceRequestBody) - Method in class org.odpi.openmetadata.accessservices.discoveryengine.server.DiscoveryConfigurationServices
Update the properties of an existing discovery service definition.

V

valueOf(String) - Static method in enum org.odpi.openmetadata.accessservices.discoveryengine.auditlog.DiscoveryEngineAuditCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.odpi.openmetadata.accessservices.discoveryengine.auditlog.DiscoveryEngineAuditCode
Returns an array containing the constants of this enum type, in the order they are declared.
A C D F G I L O R S U V 
Skip navigation links

Copyright © 2018–2020 ODPi. All rights reserved.