Index

C D F G I N O P R S T U V W 
All Classes and Interfaces|All Packages

C

CONNECTOR_CONTEXT_INITIALIZING - Enum constant in enum class org.odpi.openmetadata.integrationservices.display.ffdc.DisplayIntegratorAuditCode
OMIS-DISPLAY-INTEGRATOR-0002 - Creating context for integration connector {0} ({1}) connecting to third party technology {2} with permitted synchronization of {3} and service options of {4}
CONTEXT_INITIALIZING - Enum constant in enum class org.odpi.openmetadata.integrationservices.display.ffdc.DisplayIntegratorAuditCode
OMIS-DISPLAY-INTEGRATOR-0001 - The topic integrator context manager is being initialized for calls to server {0} on platform {1}
createDataContainer(String, DataContainerProperties) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Create a new metadata element to represent a data container.
createDataContainerFromTemplate(String, String, TemplateProperties) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Create a new metadata element to represent a data container using an existing metadata element as a template.
createDataField(String, DataFieldProperties) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Create a new metadata element to represent a data field.
createDataFieldFromTemplate(String, String, TemplateProperties) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Create a new metadata element to represent a data field using an existing metadata element as a template.
createForm(FormProperties) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Create a new metadata element to represent a form.
createFormFromTemplate(String, TemplateProperties) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Create a new metadata element to represent a form using an existing metadata element as a template.
createQuery(QueryProperties) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Create a new metadata element to represent a query.
createQueryFromTemplate(String, TemplateProperties) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Create a new metadata element to represent a query using an existing metadata element as a template.
createReport(ReportProperties) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Create a new metadata element to represent a report.
createReportFromTemplate(String, TemplateProperties) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Create a new metadata element to represent a report using an existing metadata element as a template.

D

DisplayIntegratorAPI - Interface in org.odpi.openmetadata.integrationservices.display.api
DisplayIntegratorAPI is the interface to validate that a connector is suitable to run in the Display Integrator OMIS.
DisplayIntegratorAuditCode - Enum Class in org.odpi.openmetadata.integrationservices.display.ffdc
The DisplayIntegratorAuditCode is used to define the message content for the OMRS Audit Log.
DisplayIntegratorConnector - Class in org.odpi.openmetadata.integrationservices.display.connector
DisplayIntegratorConnector is the base class for an integration connector that is managed by the Display Integrator OMIS.
DisplayIntegratorConnector() - Constructor for class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorConnector
 
DisplayIntegratorContext - Class in org.odpi.openmetadata.integrationservices.display.connector
DisplayIntegratorContext is the context for cataloging topics from a display application server.
DisplayIntegratorContext(String, String, String, String, OpenIntegrationClient, OpenMetadataClient, DisplayApplicationClient, DataManagerEventClient, boolean, PermittedSynchronization, String, String, String, AuditLog, int) - Constructor for class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Create a new client with no authentication embedded in the HTTP request.
DisplayIntegratorErrorCode - Enum Class in org.odpi.openmetadata.integrationservices.display.ffdc
The DisplayIntegratorErrorCode error code is used to define first failure data capture (FFDC) for errors that occur when working with the Integration Services.
DisplayIntegratorOMISConnector - Interface in org.odpi.openmetadata.integrationservices.display.connector
A marker interface to identify the OMIS that this connector works with.

F

findDataContainers(String, String, int, int) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Retrieve the list of data container metadata elements that contain the search string.
findDataFields(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Retrieve the list of data field metadata elements that contain the search string.
findForms(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Retrieve the list of form metadata elements that contain the search string.
findQueries(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Retrieve the list of query metadata elements that contain the search string.
findReports(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Retrieve the list of report metadata elements that contain the search string.

G

getChildDataFields(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Return the list of data-fields associated with an element.
getContext() - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorConnector
Return the context for this connector.
getDataContainerByGUID(String) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Retrieve the data container metadata element with the supplied unique identifier.
getDataContainerByName(String, String, int, int) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Retrieve the list of data container metadata elements with a matching qualified or display name.
getDataContainerParent(String) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Retrieve the header of the metadata element connected to a data container.
getDataContainersForElement(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Return the data container associated with a specific open metadata element (data asset, process or port).
getDataFieldByGUID(String) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Retrieve the data field metadata element with the supplied unique identifier.
getDataFieldsByName(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Retrieve the list of data field metadata elements with a matching qualified or display name.
getFormByGUID(String) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Retrieve the form metadata element with the supplied unique identifier.
getFormsByName(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Retrieve the list of form metadata elements with a matching qualified or display name.
getFormsForApplication(int, int) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Retrieve the list of forms created by this caller.
getMessageDefinition() - Method in enum class org.odpi.openmetadata.integrationservices.display.ffdc.DisplayIntegratorAuditCode
Retrieve a message definition object for logging.
getMessageDefinition() - Method in enum class org.odpi.openmetadata.integrationservices.display.ffdc.DisplayIntegratorErrorCode
Retrieve a message definition object for an exception.
getMessageDefinition(String...) - Method in enum class org.odpi.openmetadata.integrationservices.display.ffdc.DisplayIntegratorAuditCode
Retrieve a message definition object for logging.
getMessageDefinition(String...) - Method in enum class org.odpi.openmetadata.integrationservices.display.ffdc.DisplayIntegratorErrorCode
Retrieve a message definition object for an exception.
getQueriesByName(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Retrieve the list of query metadata elements with a matching qualified or display name.
getQueriesForApplication(int, int) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Retrieve the list of queries created by this caller.
getQueryByGUID(String) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Retrieve the query metadata element with the supplied unique identifier.
getReportByGUID(String) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Retrieve the report metadata element with the supplied unique identifier.
getReportsByName(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Retrieve the list of report metadata elements with a matching qualified or display name.
getReportsForApplication(int, int) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Retrieve the list of reports created by this caller.

I

INVALID_CONNECTOR - Enum constant in enum class org.odpi.openmetadata.integrationservices.display.ffdc.DisplayIntegratorErrorCode
OMIS-DISPLAY-INTEGRATOR-400-001 - Integration connector {0} is not of the correct type to run in the {1} integration service.

N

NULL_CONTEXT - Enum constant in enum class org.odpi.openmetadata.integrationservices.display.ffdc.DisplayIntegratorAuditCode
OMIS-DISPLAY-INTEGRATOR-0003 - Integration connector {0} has a null context
NULL_CONTEXT - Enum constant in enum class org.odpi.openmetadata.integrationservices.display.ffdc.DisplayIntegratorErrorCode
OMIS-DISPLAY-INTEGRATOR-500-001 - Integration connector {0} has a null context

O

org.odpi.openmetadata.integrationservices.display.api - package org.odpi.openmetadata.integrationservices.display.api
 
org.odpi.openmetadata.integrationservices.display.connector - package org.odpi.openmetadata.integrationservices.display.connector
This package provides the interfaces and base classes to use when writing an integration connector for the Display Integrator OMIS.
org.odpi.openmetadata.integrationservices.display.ffdc - package org.odpi.openmetadata.integrationservices.display.ffdc
 

P

publishForm(String) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Update the zones for the form asset so that it becomes visible to consumers.
publishQuery(String) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Update the zones for the query asset so that it becomes visible to consumers.
publishReport(String) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Update the zones for the report asset so that it becomes visible to consumers.

R

registerListener(DataManagerEventListener) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Register a listener object that will be passed each of the events published by the Data Manager OMAS.
removeDataContainer(String) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Remove the metadata element representing a data container.
removeDataField(String) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Remove the metadata element representing a data field.
removeForm(String, String) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Remove the metadata element representing a form.
removeQuery(String, String) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Remove the metadata element representing a query.
removeReport(String, String) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Remove the metadata element representing a report.

S

setContext(DisplayIntegratorContext) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorConnector
Set up the context for this connector.
setupSchemaType(String, String, String) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Connect a schema type to a data field.

T

toString() - Method in enum class org.odpi.openmetadata.integrationservices.display.ffdc.DisplayIntegratorAuditCode
JSON-style toString
toString() - Method in enum class org.odpi.openmetadata.integrationservices.display.ffdc.DisplayIntegratorErrorCode
JSON-style toString

U

updateDataContainer(String, boolean, DataContainerProperties) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Update the metadata element representing a data container.
updateDataField(String, boolean, DataFieldProperties) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Update the metadata element representing a data field.
updateForm(String, boolean, FormProperties) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Update the metadata element representing a form.
updateQuery(String, boolean, QueryProperties) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Update the metadata element representing a query.
updateReport(String, boolean, ReportProperties) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Update the metadata element representing a report.

V

validateConnector(String, String) - Method in interface org.odpi.openmetadata.integrationservices.display.api.DisplayIntegratorAPI
Validate the connector and return its connector type.
valueOf(String) - Static method in enum class org.odpi.openmetadata.integrationservices.display.ffdc.DisplayIntegratorAuditCode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.odpi.openmetadata.integrationservices.display.ffdc.DisplayIntegratorErrorCode
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.odpi.openmetadata.integrationservices.display.ffdc.DisplayIntegratorAuditCode
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.integrationservices.display.ffdc.DisplayIntegratorErrorCode
Returns an array containing the constants of this enum class, in the order they are declared.

W

withdrawForm(String) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Update the zones for the form asset so that it is no longer visible to consumers.
withdrawQuery(String) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Update the zones for the query asset so that it is no longer visible to consumers.
withdrawReport(String) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Update the zones for the report asset so that it is no longer visible to consumers.
C D F G I N O P R S T U V W 
All Classes and Interfaces|All Packages