Index

F G I M O R S T U V 
All Classes and Interfaces|All Packages

F

findMetadataElements(String, String, boolean, boolean, int, int, FindRequestBody) - Method in class org.odpi.openmetadata.viewservices.metadataexplorer.server.MetadataExplorerRESTServices
Return a list of metadata elements that match the supplied criteria.
findMetadataElementsWithString(String, String, boolean, boolean, int, int, SearchStringRequestBody) - Method in class org.odpi.openmetadata.viewservices.metadataexplorer.server.MetadataExplorerRESTServices
Retrieve the metadata elements that contain the requested string.
findRelationshipsBetweenMetadataElements(String, String, boolean, boolean, int, int, FindRelationshipRequestBody) - Method in class org.odpi.openmetadata.viewservices.metadataexplorer.server.MetadataExplorerRESTServices
Return a list of relationships that match the requested conditions.

G

getAnchoredElementsGraph(String, String, String, boolean, boolean, int, int, AnyTimeRequestBody) - Method in class org.odpi.openmetadata.viewservices.metadataexplorer.server.MetadataExplorerRESTServices
Return all the elements that are anchored to an asset plus relationships between these elements and to other elements.
getMessageDefinition() - Method in enum class org.odpi.openmetadata.viewservices.metadataexplorer.ffdc.MetadataExplorerAuditCode
Retrieve a message definition object for logging.
getMessageDefinition() - Method in enum class org.odpi.openmetadata.viewservices.metadataexplorer.ffdc.MetadataExplorerErrorCode
Retrieve a message definition object for an exception.
getMessageDefinition(String...) - Method in enum class org.odpi.openmetadata.viewservices.metadataexplorer.ffdc.MetadataExplorerAuditCode
Retrieve a message definition object for logging.
getMessageDefinition(String...) - Method in enum class org.odpi.openmetadata.viewservices.metadataexplorer.ffdc.MetadataExplorerErrorCode
Retrieve a message definition object for an exception.
getMetadataElementByGUID(String, String, String, boolean, boolean, AnyTimeRequestBody) - Method in class org.odpi.openmetadata.viewservices.metadataexplorer.server.MetadataExplorerRESTServices
Retrieve the metadata element using its unique identifier.
getMetadataElementByUniqueName(String, String, boolean, boolean, NameRequestBody) - Method in class org.odpi.openmetadata.viewservices.metadataexplorer.server.MetadataExplorerRESTServices
Retrieve the metadata element using its unique name (typically the qualified name).
getMetadataElementGUIDByUniqueName(String, String, boolean, boolean, NameRequestBody) - Method in class org.odpi.openmetadata.viewservices.metadataexplorer.server.MetadataExplorerRESTServices
Retrieve the unique identifier of a metadata element using its unique name (typically the qualified name).
getMetadataElementHistory(String, String, String, boolean, boolean, int, int, boolean, HistoryRequestBody) - Method in class org.odpi.openmetadata.viewservices.metadataexplorer.server.MetadataExplorerRESTServices
Retrieve all the versions of an element.
getMetadataElementRelationships(String, String, String, String, String, boolean, boolean, int, int, ResultsRequestBody) - Method in class org.odpi.openmetadata.viewservices.metadataexplorer.server.MetadataExplorerRESTServices
Retrieve the relationships linking to the supplied elements.
getOpenMetadataHandler(String, String) - Method in class org.odpi.openmetadata.viewservices.metadataexplorer.server.MetadataExplorerInstance
Return the open metadata handler.
getOpenMetadataHandler(String, String, String, String) - Method in class org.odpi.openmetadata.viewservices.metadataexplorer.server.MetadataExplorerInstanceHandler
This method returns the object for the tenant to use to work with the Governance Action Framework Services API
getRelatedMetadataElements(String, String, String, String, boolean, boolean, int, int, int, ResultsRequestBody) - Method in class org.odpi.openmetadata.viewservices.metadataexplorer.server.MetadataExplorerRESTServices
Retrieve the metadata elements connected to the supplied element.
getRelationshipByGUID(String, String, String, boolean, boolean, AnyTimeRequestBody) - Method in class org.odpi.openmetadata.viewservices.metadataexplorer.server.MetadataExplorerRESTServices
Retrieve the relationship using its unique identifier.
getRelationshipHistory(String, String, String, boolean, boolean, int, int, boolean, HistoryRequestBody) - Method in class org.odpi.openmetadata.viewservices.metadataexplorer.server.MetadataExplorerRESTServices
Retrieve all the versions of an element.

I

initialize(String, ViewServiceConfig, AuditLog, String, int, List<ViewServiceConfig>) - Method in class org.odpi.openmetadata.viewservices.metadataexplorer.admin.MetadataExplorerAdmin
Initialize the Metadata Explorer view service.
INVALID_URL_MARKER - Enum constant in enum class org.odpi.openmetadata.viewservices.metadataexplorer.ffdc.MetadataExplorerErrorCode
OMVS-METADATA-EXPLORER-400-001 - The URL marker {0} is not recognized

M

MetadataExplorerAdmin - Class in org.odpi.openmetadata.viewservices.metadataexplorer.admin
MetadataExplorerAdmin is the class that is called by the View Server to initialize and terminate the Metadata Explorer OMVS.
MetadataExplorerAdmin() - Constructor for class org.odpi.openmetadata.viewservices.metadataexplorer.admin.MetadataExplorerAdmin
Default constructor
MetadataExplorerAuditCode - Enum Class in org.odpi.openmetadata.viewservices.metadataexplorer.ffdc
The MetadataExplorerAuditCode is used to define the message content for the OMRS Audit Log.
MetadataExplorerErrorCode - Enum Class in org.odpi.openmetadata.viewservices.metadataexplorer.ffdc
The MetadataExplorerErrorCode is used to define first failure data capture (FFDC) for errors that occur within the OMAG Server It is used in conjunction with OMAG Exceptions, both Checked and Runtime (unchecked).
MetadataExplorerInstance - Class in org.odpi.openmetadata.viewservices.metadataexplorer.server
MetadataExplorerInstance caches references to the objects it needs for a specific server.
MetadataExplorerInstance(String, AuditLog, String, int, String, String, List<ViewServiceConfig>) - Constructor for class org.odpi.openmetadata.viewservices.metadataexplorer.server.MetadataExplorerInstance
Set up the Metadata Explorer OMVS instance
MetadataExplorerInstanceHandler - Class in org.odpi.openmetadata.viewservices.metadataexplorer.server
MetadataExplorerInstanceHandler retrieves information from the instance map for the view service instances.
MetadataExplorerInstanceHandler() - Constructor for class org.odpi.openmetadata.viewservices.metadataexplorer.server.MetadataExplorerInstanceHandler
Default constructor registers the view service
MetadataExplorerRegistration - Class in org.odpi.openmetadata.viewservices.metadataexplorer.server
MetadataExplorerRegistration registers the view service with the OMAG Server administration services.
MetadataExplorerRegistration() - Constructor for class org.odpi.openmetadata.viewservices.metadataexplorer.server.MetadataExplorerRegistration
 
MetadataExplorerRESTServices - Class in org.odpi.openmetadata.viewservices.metadataexplorer.server
The MetadataExplorerRESTServices provides the server-side implementation of the Metadata Explorer Open Metadata View Service (OMVS).
MetadataExplorerRESTServices() - Constructor for class org.odpi.openmetadata.viewservices.metadataexplorer.server.MetadataExplorerRESTServices
Default constructor

O

OpenMetadataHandler - Class in org.odpi.openmetadata.viewservices.metadataexplorer.handlers
 
OpenMetadataHandler(String, String, String, int) - Constructor for class org.odpi.openmetadata.viewservices.metadataexplorer.handlers.OpenMetadataHandler
Create a new client with no authentication embedded in the HTTP request.
OpenMetadataHandler(String, String, String, String, String, int) - Constructor for class org.odpi.openmetadata.viewservices.metadataexplorer.handlers.OpenMetadataHandler
Create a new client that passes userId and password in each HTTP request.
OpenMetadataHandler(String, String, String, GAFRESTClient, int) - Constructor for class org.odpi.openmetadata.viewservices.metadataexplorer.handlers.OpenMetadataHandler
Create a new client that passes userId and password in each HTTP request.
org.odpi.openmetadata.viewservices.metadataexplorer.admin - package org.odpi.openmetadata.viewservices.metadataexplorer.admin
The admin package controls the start-up and shutdown of the view service.
org.odpi.openmetadata.viewservices.metadataexplorer.ffdc - package org.odpi.openmetadata.viewservices.metadataexplorer.ffdc
This package provides the definition of the error handling for the Metadata Explorer OMVS.
org.odpi.openmetadata.viewservices.metadataexplorer.handlers - package org.odpi.openmetadata.viewservices.metadataexplorer.handlers
Creates extensions to the OMAS clients that are needed by the REST APIs.
org.odpi.openmetadata.viewservices.metadataexplorer.server - package org.odpi.openmetadata.viewservices.metadataexplorer.server
 

R

registerViewService() - Static method in class org.odpi.openmetadata.viewservices.metadataexplorer.server.MetadataExplorerRegistration
Pass information about this view service to the OMAG Server administration services.

S

SERVICE_INITIALIZED - Enum constant in enum class org.odpi.openmetadata.viewservices.metadataexplorer.ffdc.MetadataExplorerAuditCode
OMVS-METADATA-EXPLORER-0002 The Metadata Explorer Open Metadata View Service (OMVS) is initialized
SERVICE_INITIALIZING - Enum constant in enum class org.odpi.openmetadata.viewservices.metadataexplorer.ffdc.MetadataExplorerAuditCode
OMVS-METADATA-EXPLORER-0001 The Metadata Explorer Open Metadata View Service (OMVS) is initializing
SERVICE_INSTANCE_FAILURE - Enum constant in enum class org.odpi.openmetadata.viewservices.metadataexplorer.ffdc.MetadataExplorerAuditCode
OMVS-METADATA-EXPLORER-0004 The Metadata Explorer Open Metadata View Service (OMVS) is unable to initialize a new instance; error message is {0}
SERVICE_SHUTDOWN - Enum constant in enum class org.odpi.openmetadata.viewservices.metadataexplorer.ffdc.MetadataExplorerAuditCode
OMVS-METADATA-EXPLORER-0003 The Metadata Explorer Open Metadata View Service (OMVS) is shutting down
SERVICE_TERMINATING - Enum constant in enum class org.odpi.openmetadata.viewservices.metadataexplorer.ffdc.MetadataExplorerAuditCode
OMVS-METADATA-EXPLORER-0005 The Metadata Explorer Open Metadata View Service (OMVS) is shutting down server instance {0}
shutdown() - Method in class org.odpi.openmetadata.viewservices.metadataexplorer.admin.MetadataExplorerAdmin
Shutdown the Metadata Explorer service.

T

toString() - Method in enum class org.odpi.openmetadata.viewservices.metadataexplorer.ffdc.MetadataExplorerAuditCode
JSON-style toString
toString() - Method in enum class org.odpi.openmetadata.viewservices.metadataexplorer.ffdc.MetadataExplorerErrorCode
JSON-style toString

U

UNEXPECTED_EXCEPTION - Enum constant in enum class org.odpi.openmetadata.viewservices.metadataexplorer.ffdc.MetadataExplorerAuditCode
OMVS-METADATA-EXPLORER-0006 The Open Metadata Service has generated an unexpected {0} exception during method {1}.

V

valueOf(String) - Static method in enum class org.odpi.openmetadata.viewservices.metadataexplorer.ffdc.MetadataExplorerAuditCode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.odpi.openmetadata.viewservices.metadataexplorer.ffdc.MetadataExplorerErrorCode
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.odpi.openmetadata.viewservices.metadataexplorer.ffdc.MetadataExplorerAuditCode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.odpi.openmetadata.viewservices.metadataexplorer.ffdc.MetadataExplorerErrorCode
Returns an array containing the constants of this enum class, in the order they are declared.
F G I M O R S T U V 
All Classes and Interfaces|All Packages