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

C

CONNECTOR_CONTEXT_INITIALIZING - org.odpi.openmetadata.integrationservices.display.ffdc.DisplayIntegratorAuditCode
 
CONTEXT_INITIALIZING - org.odpi.openmetadata.integrationservices.display.ffdc.DisplayIntegratorAuditCode
 
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 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 an display application server.
DisplayIntegratorContext(DisplayApplicationClient, DataManagerEventClient, String, String, String) - Constructor for class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Create a new client with no authentication embedded in the HTTP request.
DisplayIntegratorErrorCode - Enum 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.

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 a 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, 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, 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 org.odpi.openmetadata.integrationservices.display.ffdc.DisplayIntegratorAuditCode
Retrieve a message definition object for logging.
getMessageDefinition() - Method in enum org.odpi.openmetadata.integrationservices.display.ffdc.DisplayIntegratorErrorCode
Retrieve a message definition object for an exception.
getMessageDefinition(String...) - Method in enum org.odpi.openmetadata.integrationservices.display.ffdc.DisplayIntegratorAuditCode
Retrieve a message definition object for logging.
getMessageDefinition(String...) - Method in enum 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 - org.odpi.openmetadata.integrationservices.display.ffdc.DisplayIntegratorErrorCode
 

N

NULL_CONTEXT - org.odpi.openmetadata.integrationservices.display.ffdc.DisplayIntegratorAuditCode
 
NULL_CONTEXT - org.odpi.openmetadata.integrationservices.display.ffdc.DisplayIntegratorErrorCode
 

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
 
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, String, String, 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, String, String, String) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Remove the metadata element representing a query.
removeReport(String, String, String, String, String) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Remove the metadata element representing a report.

S

setApplicationIsHome(boolean) - Method in class org.odpi.openmetadata.integrationservices.display.connector.DisplayIntegratorContext
Set up the flag that controls the ownership of metadata created for this Application.
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 org.odpi.openmetadata.integrationservices.display.ffdc.DisplayIntegratorAuditCode
toString() JSON-style
toString() - Method in enum 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 org.odpi.openmetadata.integrationservices.display.ffdc.DisplayIntegratorAuditCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.odpi.openmetadata.integrationservices.display.ffdc.DisplayIntegratorErrorCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.odpi.openmetadata.integrationservices.display.ffdc.DisplayIntegratorAuditCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.odpi.openmetadata.integrationservices.display.ffdc.DisplayIntegratorErrorCode
Returns an array containing the constants of this enum type, 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 All Packages