A B C D E F G I L N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addExternalIdentifier(String, String, String, String, String, KeyPattern, Map<String, String>) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.CatalogIntegratorContext
-
Add a new external identifier to an existing open metadata element.
- attachExternalCategoryLink(String, String, ExternalGlossaryElementLinkProperties) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Create a link to an external glossary category resource.
- attachExternalLinkToGlossary(String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Connect a glossary to a reference to an external glossary resource.
- attachExternalTermLink(String, String, ExternalGlossaryElementLinkProperties) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Create a link to an external glossary term resource.
B
- BAD_CONFIG_PROPERTIES - org.odpi.openmetadata.integrationservices.catalog.ffdc.CatalogIntegratorErrorCode
C
- CatalogIntegratorAPI - Interface in org.odpi.openmetadata.integrationservices.catalog.api
-
CatalogIntegratorAPI is the interface to validate that a connector is suitable to run in the Catalog Integrator OMIS.
- CatalogIntegratorAuditCode - Enum in org.odpi.openmetadata.integrationservices.catalog.ffdc
-
The CatalogIntegratorAuditCode is used to define the message content for the OMRS Audit Log.
- CatalogIntegratorConnector - Class in org.odpi.openmetadata.integrationservices.catalog.connector
-
CatalogIntegratorConnector is the base class for an integration connector that is managed by the Catalog Integrator OMIS.
- CatalogIntegratorConnector() - Constructor for class org.odpi.openmetadata.integrationservices.catalog.connector.CatalogIntegratorConnector
- CatalogIntegratorContext - Class in org.odpi.openmetadata.integrationservices.catalog.connector
-
CatalogIntegratorContext provides a wrapper around the Asset Manager OMAS client.
- CatalogIntegratorContext(ExternalAssetManagerClient, AssetManagerEventClient, CollaborationExchangeClient, ConnectionExchangeClient, DataAssetExchangeClient, ExternalReferenceExchangeClient, GlossaryExchangeClient, GovernanceExchangeClient, InfrastructureExchangeClient, LineageExchangeClient, StewardshipExchangeClient, ValidValuesExchangeClient, String, String, String, String, String, SynchronizationDirection, List<String>, AuditLog) - Constructor for class org.odpi.openmetadata.integrationservices.catalog.connector.CatalogIntegratorContext
-
Create a new context for a connector.
- CatalogIntegratorErrorCode - Enum in org.odpi.openmetadata.integrationservices.catalog.ffdc
-
The CatalogIntegratorErrorCode error code is used to define first failure data capture (FFDC) for errors that occur when working with the Integration Services.
- clearAssetConnection(String, String, String, String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.ConnectionExchangeService
-
Remove a relationship between an asset and its connection.
- clearBusinessSignificant(String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Remove the "BusinessSignificant" designation from the element.
- clearCategoryParent(String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Remove a parent-child relationship between two categories.
- clearColumnAsPrimaryKey(String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.SchemaExchangeService
-
Remove the primary key designation from the schema attribute.
- clearConnectorType(String, String, String, String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.ConnectionExchangeService
-
Remove a relationship between a connection and a connector type.
- clearControlFlow(String, String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Remove the control flow relationship between two elements.
- clearDataAssetAsReferenceData(String, String, String, String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.DataAssetExchangeService
-
Remove the reference data designation from the asset.
- clearDataFlow(String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Remove the data flow relationship between two elements.
- clearEmbeddedConnection(String, String, String, String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.ConnectionExchangeService
-
Remove a relationship between a virtual connection and an embedded connection.
- clearEndpoint(String, String, String, String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.ConnectionExchangeService
-
Remove a relationship between a connection and an endpoint.
- clearForeignKeyRelationship(String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.SchemaExchangeService
-
Remove the foreign key relationship between two schema elements.
- clearGlossaryAsCanonical(String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Remove the canonical designation from the glossary.
- clearGlossaryAsTaxonomy(String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Remove the taxonomy designation from the glossary.
- clearLineageMapping(String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Remove the lineage mapping between two elements.
- clearPortDelegation(String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Remove the port delegation relationship between two ports.
- clearPortSchemaType(String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Remove the schema type from a port.
- clearProcessCall(String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Remove the process call relationship.
- clearProcessParent(String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Remove a parent-child relationship between two processes.
- clearProcessPort(String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Unlink a port from a process.
- clearSchemaElementAsCalculatedValue(String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.SchemaExchangeService
-
Remove the calculated value designation from the schema element.
- clearSchemaTypeParent(String, String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.SchemaExchangeService
-
Remove the relationship between a schema type and its parent data asset, process or port.
- clearTermAsAbstractConcept(String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Remove the abstract concept designation from the glossary term.
- clearTermAsActivity(String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Remove the activity designation from the glossary term.
- clearTermAsContext(String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Remove the context definition designation from the glossary term.
- clearTermAsDataValue(String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Remove the data value designation from the glossary term.
- clearTermAsObjectIdentifier(String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Remove the object identifier designation from the glossary term.
- clearTermAsSpineAttribute(String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Remove the spine attribute designation from the glossary term.
- clearTermAsSpineObject(String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Remove the spine object designation from the glossary term.
- clearTermCategory(String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Unlink a term from a category.
- clearTermRelationship(String, String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Remove the relationship between two terms.
- CollaborationExchangeService - Class in org.odpi.openmetadata.integrationservices.catalog.connector
-
CollaborationExchangeService is the context for managing user collaboration elements such as comments, ratings, likes and tags.
- confirmSynchronization(String, String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.CatalogIntegratorContext
-
Confirm that the values of a particular metadata element have been synchronized.
- ConnectionExchangeService - Class in org.odpi.openmetadata.integrationservices.catalog.connector
-
ConnectionExchangeService is the context for managing connections and associated elements such as connector types and endpoints.
- CONNECTOR_CONTEXT_INITIALIZING - org.odpi.openmetadata.integrationservices.catalog.ffdc.CatalogIntegratorAuditCode
- CONTEXT_INITIALIZING - org.odpi.openmetadata.integrationservices.catalog.ffdc.CatalogIntegratorAuditCode
- createConnection(boolean, String, String, String, KeyPattern, Map<String, String>, ConnectionProperties) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.ConnectionExchangeService
-
Create a new metadata element to represent the root of a connection.
- createConnectionFromTemplate(boolean, String, String, String, String, KeyPattern, Map<String, String>, TemplateProperties) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.ConnectionExchangeService
-
Create a new metadata element to represent an connection using an existing metadata element as a template.
- createConnectorType(boolean, String, String, String, KeyPattern, Map<String, String>, ConnectorTypeProperties) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.ConnectionExchangeService
-
Create a new metadata element to represent the root of a connector type.
- createConnectorTypeFromTemplate(boolean, String, String, String, String, KeyPattern, Map<String, String>, TemplateProperties) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.ConnectionExchangeService
-
Create a new metadata element to represent a connector type using an existing metadata element as a template.
- createControlledGlossaryTerm(String, String, String, String, String, String, String, KeyPattern, Map<String, String>, GlossaryTermProperties, GlossaryTermStatus) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Create a new metadata element to represent a glossary term whose lifecycle is managed through a controlled workflow.
- createDataAsset(boolean, String, String, String, KeyPattern, Map<String, String>, DataAssetProperties) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.DataAssetExchangeService
-
Create a new metadata element to represent the root of an asset.
- createDataAssetFromTemplate(boolean, String, String, String, String, KeyPattern, Map<String, String>, TemplateProperties) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.DataAssetExchangeService
-
Create a new metadata element to represent an asset using an existing metadata element as a template.
- createEndpoint(boolean, String, String, String, KeyPattern, Map<String, String>, EndpointProperties) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.ConnectionExchangeService
-
Create a new metadata element to represent the root of an endpoint.
- createEndpointFromTemplate(boolean, String, String, String, String, KeyPattern, Map<String, String>, TemplateProperties) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.ConnectionExchangeService
-
Create a new metadata element to represent an endpoint using an existing metadata element as a template.
- createExternalGlossaryLink(ExternalGlossaryLinkProperties) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Create a link to an external glossary resource.
- createExternalReference(String, String, String, KeyPattern, Map<String, String>, String, ExternalReferenceProperties) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.ExternalReferenceExchangeService
-
Create a definition of a external reference.
- createGlossary(String, String, String, KeyPattern, Map<String, String>, GlossaryProperties) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Create a new metadata element to represent the root of a glossary.
- createGlossaryCategory(String, String, String, String, KeyPattern, Map<String, String>, GlossaryCategoryProperties) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Create a new metadata element to represent a glossary category.
- createGlossaryCategoryFromTemplate(String, String, String, String, KeyPattern, Map<String, String>, TemplateProperties) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Create a new metadata element to represent a glossary category using an existing metadata element as a template.
- createGlossaryFromTemplate(String, String, String, String, KeyPattern, Map<String, String>, TemplateProperties) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Create a new metadata element to represent a glossary using an existing metadata element as a template.
- createGlossaryTerm(String, String, String, String, KeyPattern, Map<String, String>, GlossaryTermProperties) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Create a new metadata element to represent a glossary term.
- createGlossaryTermFromTemplate(String, String, String, String, String, KeyPattern, Map<String, String>, TemplateProperties) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Create a new metadata element to represent a glossary term using an existing metadata element as a template.
- createPort(boolean, String, String, String, String, KeyPattern, Map<String, String>, PortProperties) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Create a new metadata element to represent a port.
- createProcess(boolean, String, String, String, KeyPattern, Map<String, String>, ProcessProperties, ProcessStatus) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Create a new metadata element to represent a process.
- createProcessFromTemplate(boolean, String, String, String, String, KeyPattern, Map<String, String>, TemplateProperties) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Create a new metadata element to represent a process using an existing metadata element as a template.
- createSchemaAttribute(boolean, String, String, String, String, KeyPattern, Map<String, String>, SchemaAttributeProperties) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.SchemaExchangeService
-
Create a new metadata element to represent a schema attribute.
- createSchemaAttributeFromTemplate(boolean, String, String, String, String, String, KeyPattern, Map<String, String>, TemplateProperties) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.SchemaExchangeService
-
Create a new metadata element to represent a schema attribute using an existing metadata element as a template.
- createSchemaType(boolean, String, String, String, KeyPattern, Map<String, String>, SchemaTypeProperties) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.SchemaExchangeService
-
Create a new metadata element to represent a schema type.
- createSchemaTypeFromTemplate(boolean, String, String, String, String, KeyPattern, Map<String, String>, TemplateProperties) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.SchemaExchangeService
-
Create a new metadata element to represent a schema type using an existing metadata element as a template.
D
- DataAssetExchangeService - Class in org.odpi.openmetadata.integrationservices.catalog.connector
-
DataAssetExchangeService is the context for managing data assets and associated elements such as schemas.
- deleteExternalReference(String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.ExternalReferenceExchangeService
-
Remove the definition of a external reference.
- detachExternalCategoryLink(String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Remove the link to an external glossary category resource.
- detachExternalLinkFromGlossary(String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Disconnect a glossary from a reference to an external glossary resource.
- detachExternalTermLink(String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Remove the link to an external glossary term resource.
- DISABLED_EXCHANGE_SERVICE - org.odpi.openmetadata.integrationservices.catalog.ffdc.CatalogIntegratorErrorCode
- DISABLED_EXCHANGE_SERVICES - org.odpi.openmetadata.integrationservices.catalog.ffdc.CatalogIntegratorAuditCode
E
- ExternalReferenceExchangeService - Class in org.odpi.openmetadata.integrationservices.catalog.connector
-
DataAssetExchangeService is the context for managing data assets and associated elements such as schemas.
F
- findConnections(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.ConnectionExchangeService
-
Retrieve the list of connection metadata elements that contain the search string.
- findConnectorTypes(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.ConnectionExchangeService
-
Retrieve the list of connectorType metadata elements that contain the search string.
- findDataAssets(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.DataAssetExchangeService
-
Retrieve the list of asset metadata elements that contain the search string.
- findEndpoints(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.ConnectionExchangeService
-
Retrieve the list of endpoint metadata elements that contain the search string.
- findExternalReferences(String, Date, int, int) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.ExternalReferenceExchangeService
-
Find the external references that contain the search string - which may contain wildcards.
- findGlossaries(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Retrieve the list of glossary metadata elements that contain the search string.
- findGlossaryCategories(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Retrieve the list of glossary category metadata elements that contain the search string.
- findGlossaryTerms(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Retrieve the list of glossary term metadata elements that contain the search string.
- findPorts(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Retrieve the list of port metadata elements that contain the search string.
- findProcesses(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Retrieve the list of process metadata elements that contain the search string.
- findSchemaAttributes(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.SchemaExchangeService
-
Retrieve the list of schema attribute metadata elements that contain the search string.
- findSchemaType(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.SchemaExchangeService
-
Retrieve the list of schema type metadata elements that contain the search string.
G
- getCategoriesForGlossary(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Return the list of categories associated with a glossary.
- getCollaborationExchangeService() - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.CatalogIntegratorContext
-
Return the interface for exchanging collaboration information (comments, likes, reviews, tags).
- getConnectionByGUID(String, String, String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.ConnectionExchangeService
-
Retrieve the connection metadata element with the supplied unique identifier.
- getConnectionExchangeService() - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.CatalogIntegratorContext
-
Return the interface for exchanging connection information (connections, connector types, endpoints).
- getConnectionsByName(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.ConnectionExchangeService
-
Retrieve the list of connection metadata elements with a matching qualified or display name.
- getConnectionsForAssetManager(int, int) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.ConnectionExchangeService
-
Retrieve the list of connections created on behalf of the named external source.
- getConnectorTypeByGUID(String, String, String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.ConnectionExchangeService
-
Retrieve the connectorType metadata element with the supplied unique identifier.
- getConnectorTypesByName(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.ConnectionExchangeService
-
Retrieve the list of connectorType metadata elements with a matching qualified or display name.
- getConnectorTypesForAssetManager(int, int) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.ConnectionExchangeService
-
Retrieve the list of connectorTypes created on behalf of the named connectorType manager.
- getContext() - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.CatalogIntegratorConnector
-
Return the context for this connector.
- getControlFlow(String, String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Retrieve the control flow relationship between two elements.
- getControlFlowNextSteps(String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Retrieve the control relationships linked from an specific element to the possible next elements in the process.
- getControlFlowPreviousSteps(String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Retrieve the control relationships linked from an specific element to the possible previous elements in the process.
- getDataAssetByGUID(String, String, String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.DataAssetExchangeService
-
Retrieve the asset metadata element with the supplied unique identifier.
- getDataAssetExchangeService() - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.CatalogIntegratorContext
-
Return the interface for exchanging data asset information (assets, schemas, connections).
- getDataAssetsByName(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.DataAssetExchangeService
-
Retrieve the list of asset metadata elements with a matching qualified or display name.
- getDataAssetsForAssetManager(int, int) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.DataAssetExchangeService
-
Retrieve the list of assets created on behalf of the named asset manager.
- getDataFlow(String, String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Retrieve the data flow relationship between two elements.
- getDataFlowConsumers(String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Retrieve the data flow relationships linked from an specific element to the downstream consumers.
- getDataFlowSuppliers(String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Retrieve the data flow relationships linked from an specific element to the upstream suppliers.
- getDestinationLineageMappings(String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Retrieve the lineage mapping relationships linked from an specific source element to its destinations.
- getEndpointByGUID(String, String, String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.ConnectionExchangeService
-
Retrieve the endpoint metadata element with the supplied unique identifier.
- getEndpointsByName(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.ConnectionExchangeService
-
Retrieve the list of endpoint metadata elements with a matching qualified or display name.
- getEndpointsForAssetManager(int, int) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.ConnectionExchangeService
-
Retrieve the list of endpoints created on behalf of the named external source.
- getExternalLinksForGlossary(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Retrieve the list of links to external glossary resources attached to a glossary.
- getExternalReferenceByGUID(Date, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.ExternalReferenceExchangeService
-
Return information about a specific external reference.
- getExternalReferences(Date, int, int) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.ExternalReferenceExchangeService
-
Retrieve the list of external references sorted in open metadata.
- getExternalReferencesById(String, Date, int, int) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.ExternalReferenceExchangeService
-
Retrieve the list of external references for this resourceId.
- getExternalReferencesByName(String, Date, int, int) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.ExternalReferenceExchangeService
-
Retrieve the list of external references for this name.
- getExternalReferencesByURL(String, Date, int, int) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.ExternalReferenceExchangeService
-
Retrieve the list of external references for this URL.
- getExternalReferenceService() - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.CatalogIntegratorContext
-
Return the interface for exchanging data asset information (assets, schemas, connections).
- getExternalReferencesForAssetManager(Date, int, int) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.ExternalReferenceExchangeService
-
Retrieve the list of external reference created on behalf of the named asset manager.
- getGlossariesByName(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Retrieve the list of glossary metadata elements with a matching qualified or display name.
- getGlossariesForAssetManager(int, int) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Retrieve the list of glossaries created on behalf of this asset manager.
- getGlossariesForExternalLink(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Return the glossaries connected to an external glossary source.
- getGlossaryByGUID(String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Retrieve the glossary metadata element with the supplied unique identifier.
- getGlossaryCategoriesByName(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Retrieve the list of glossary category metadata elements with a matching qualified or display name.
- getGlossaryCategoryByGUID(String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Retrieve the glossary category metadata element with the supplied unique identifier.
- getGlossaryCategoryParent(String, String, String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Retrieve the glossary category metadata element with the supplied unique identifier.
- getGlossaryExchangeService() - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.CatalogIntegratorContext
-
Return the interface for exchanging glossary information (glossaries, with categories, terms and relationships)
- getGlossarySubCategories(String, String, String, String, int, int) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Retrieve the glossary category metadata element with the supplied unique identifier.
- getGlossaryTermByGUID(String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Retrieve the glossary term metadata element with the supplied unique identifier.
- getGlossaryTermsByName(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Retrieve the list of glossary term metadata elements with a matching qualified or display name.
- getGovernanceExchangeService() - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.CatalogIntegratorContext
-
Return the interface for exchanging governance information (policies, rules, ...)
- getInfrastructureExchangeService() - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.CatalogIntegratorContext
-
Return the interface for exchanging infrastructure information (servers, applications, hosts etc).
- getLineageExchangeService() - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.CatalogIntegratorContext
-
Return the interface for exchanging lineage information (processes, ports, schemas, lineage linkage etc).
- getMessageDefinition() - Method in enum org.odpi.openmetadata.integrationservices.catalog.ffdc.CatalogIntegratorAuditCode
-
Retrieve a message definition object for logging.
- getMessageDefinition() - Method in enum org.odpi.openmetadata.integrationservices.catalog.ffdc.CatalogIntegratorErrorCode
-
Retrieve a message definition object for an exception.
- getMessageDefinition(String...) - Method in enum org.odpi.openmetadata.integrationservices.catalog.ffdc.CatalogIntegratorAuditCode
-
Retrieve a message definition object for logging.
- getMessageDefinition(String...) - Method in enum org.odpi.openmetadata.integrationservices.catalog.ffdc.CatalogIntegratorErrorCode
-
Retrieve a message definition object for an exception.
- getNestedAttributes(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.SchemaExchangeService
-
Retrieve the list of schema attributes associated with a schema element.
- getPortByGUID(String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Retrieve the port metadata element with the supplied unique identifier.
- getPortDelegation(String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Retrieve the port that this port delegates to.
- getPortsByName(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Retrieve the list of port metadata elements with a matching qualified or display name.
- getPortsForProcess(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Retrieve the list of ports associated with a process.
- getPortUse(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Retrieve the list of ports that delegate to this port.
- getProcessByGUID(String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Retrieve the process metadata element with the supplied unique identifier.
- getProcessCall(String, String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Retrieve the process call relationship between two elements.
- getProcessCalled(String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Retrieve the process call relationships linked from an specific element to the elements it calls.
- getProcessCallers(String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Retrieve the process call relationships linked from an specific element to its callers.
- getProcessesByName(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Retrieve the list of process metadata elements with a matching qualified or display name.
- getProcessesForAssetManager(int, int) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Return the list of processes associated with the asset manager.
- getProcessParent(String, String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Retrieve the process metadata element with the supplied unique identifier.
- getSchemaAttributeByGUID(String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.SchemaExchangeService
-
Retrieve the schema attribute metadata element with the supplied unique identifier.
- getSchemaAttributesByName(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.SchemaExchangeService
-
Retrieve the list of schema attribute metadata elements with a matching qualified or display name.
- getSchemaTypeByGUID(String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.SchemaExchangeService
-
Retrieve the schema type metadata element with the supplied unique identifier.
- getSchemaTypeByName(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.SchemaExchangeService
-
Retrieve the list of schema type metadata elements with a matching qualified or display name.
- getSchemaTypeForElement(String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.SchemaExchangeService
-
Return the schema type associated with a specific open metadata element (data asset, process or port).
- getSchemaTypeParent(String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.SchemaExchangeService
-
Retrieve the header of the metadata element connected to a schema type.
- getSourceLineageMappings(String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Retrieve the lineage mapping relationships linked from an specific destination element to its sources.
- getStewardshipExchangeService() - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.CatalogIntegratorContext
-
Return the interface for exchanging stewardship information.
- getSubProcesses(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Retrieve the process metadata element with the supplied unique identifier.
- getTermsForGlossary(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Retrieve the list of glossary terms associated with a glossary.
- getTermsForGlossaryCategory(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Retrieve the list of glossary terms associated with a glossary category.
- getValidValuesExchangeService() - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.CatalogIntegratorContext
-
Return the interface for exchanging valid values and reference data information.
- GlossaryExchangeService - Class in org.odpi.openmetadata.integrationservices.catalog.connector
-
GlossaryExchangeService is the client for managing resources from a glossary.
- GovernanceExchangeService - Class in org.odpi.openmetadata.integrationservices.catalog.connector
-
GovernanceExchangeService is the context for managing governance definitions such as policies and rules.
I
- InfrastructureExchangeService - Class in org.odpi.openmetadata.integrationservices.catalog.connector
-
InfrastructureExchangeService is the context for managing infrastructure definitions such as applications, servers and hosts.
- INVALID_CONNECTOR - org.odpi.openmetadata.integrationservices.catalog.ffdc.CatalogIntegratorErrorCode
L
- LineageExchangeService - Class in org.odpi.openmetadata.integrationservices.catalog.connector
-
LineageExchangeService is the context for managing process definitions and lineage linkage.
- linkExternalReferenceToElement(String, String, ExternalReferenceLinkProperties) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.ExternalReferenceExchangeService
-
Link an external reference to an object.
N
- NOT_PERMITTED_SYNCHRONIZATION - org.odpi.openmetadata.integrationservices.catalog.ffdc.CatalogIntegratorErrorCode
- NULL_CONTEXT - org.odpi.openmetadata.integrationservices.catalog.ffdc.CatalogIntegratorAuditCode
- NULL_CONTEXT - org.odpi.openmetadata.integrationservices.catalog.ffdc.CatalogIntegratorErrorCode
O
- org.odpi.openmetadata.integrationservices.catalog.api - package org.odpi.openmetadata.integrationservices.catalog.api
- org.odpi.openmetadata.integrationservices.catalog.connector - package org.odpi.openmetadata.integrationservices.catalog.connector
- org.odpi.openmetadata.integrationservices.catalog.ffdc - package org.odpi.openmetadata.integrationservices.catalog.ffdc
P
- PERMITTED_SYNCHRONIZATION - org.odpi.openmetadata.integrationservices.catalog.ffdc.CatalogIntegratorAuditCode
- publishDataAsset(String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.DataAssetExchangeService
-
Update the zones for the asset so that it becomes visible to consumers.
- publishProcess(String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Update the zones for the asset so that it becomes visible to consumers.
R
- registerListener(AssetManagerEventListener) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.CatalogIntegratorContext
-
Register a listener object that will be passed each of the events published by the Asset Manager OMAS.
- removeConnection(String, String, String, String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.ConnectionExchangeService
-
Remove the metadata element representing an connection.
- removeConnectorType(String, String, String, String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.ConnectionExchangeService
-
Remove the metadata element representing a connector type.
- removeDataAsset(String, String, String, String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.DataAssetExchangeService
-
Remove the metadata element representing an asset.
- removeEndpoint(String, String, String, String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.ConnectionExchangeService
-
Remove the metadata element representing a connector type.
- removeExternalGlossaryLink(String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Remove information about a link to an external glossary resource (and the relationships that attached it to the glossaries).
- removeExternalIdentifier(String, String, String, String, String, KeyPattern, Map<String, String>) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.CatalogIntegratorContext
-
Remove a new external identifier from an existing open metadata element.
- removeGlossary(String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Remove the metadata element representing a glossary.
- removeGlossaryCategory(String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Remove the metadata element representing a glossary category.
- removeGlossaryTerm(String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Remove the metadata element representing a glossary term.
- removePort(String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Remove the metadata element representing a port.
- removeProcess(String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Remove the metadata element representing a process.
- removeSchemaAttribute(String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.SchemaExchangeService
-
Remove the metadata element representing a schema attribute.
- removeSchemaType(String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.SchemaExchangeService
-
Remove the metadata element representing a schema type.
- retrieveAttachedExternalReferences(String, Date, int, int) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.ExternalReferenceExchangeService
-
Retrieve the list of external references attached to the supplied object.
S
- SchemaExchangeService - Class in org.odpi.openmetadata.integrationservices.catalog.connector
-
LineageExchangeService is the context for managing process definitions and lineage linkage.
- setAssetManagerIsHome(boolean) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.ExternalReferenceExchangeService
-
Set up the flag that controls the ownership of metadata created for this asset manager.
- setBusinessSignificant(String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Classify a port, process or asset as "BusinessSignificant" (this may effect the way that lineage is displayed).
- setContext(CatalogIntegratorContext) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.CatalogIntegratorConnector
-
Set up the context for this connector.
- setDataAssetAsReferenceData(String, String, String, String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.DataAssetExchangeService
-
Classify the asset to indicate that it can be used as reference data.
- setGlossaryAsCanonical(String, String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Classify a glossary to declare that it has no two GlossaryTerm definitions with the same name.
- setGlossaryAsTaxonomy(String, String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Classify the glossary to indicate that it can be used as a taxonomy.
- setSchemaElementAsCalculatedValue(boolean, String, String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.SchemaExchangeService
-
Classify the schema type (or attribute if type is embedded) to indicate that it is a calculated value.
- setTermAsAbstractConcept(String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Classify the glossary term to indicate that it describes an abstract concept.
- setTermAsActivity(String, String, GlossaryTermActivityType) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Classify the glossary term to indicate that it describes a data value.
- setTermAsContext(String, String, GlossaryTermContextDefinition) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Classify the glossary term to indicate that it describes a context.
- setTermAsDataValue(String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Classify the glossary term to indicate that it describes a data value.
- setTermAsObjectIdentifier(String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Classify the glossary term to indicate that it describes an object identifier.
- setTermAsSpineAttribute(String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Classify the glossary term to indicate that it describes a spine attribute.
- setTermAsSpineObject(String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Classify the glossary term to indicate that it describes a spine object.
- setupAssetConnection(String, String, String, boolean, String, String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.ConnectionExchangeService
-
Create a relationship between an asset and its connection.
- setupCategoryParent(String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Create a parent-child relationship between two categories.
- setupColumnAsPrimaryKey(String, String, String, boolean, String, String, String, KeyPattern) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.SchemaExchangeService
-
Classify the column schema attribute to indicate that it describes a primary key.
- setupConnectorType(String, boolean, String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.ConnectionExchangeService
-
Create a relationship between a connection and a connector type.
- setupControlFlow(boolean, String, String, String, String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Link two elements to show that when one completes the next is started.
- setupDataFlow(boolean, String, String, String, String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Link two elements together to show that data flows from one to the other.
- setupEmbeddedConnection(String, String, String, boolean, String, int, String, Map<String, Object>, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.ConnectionExchangeService
-
Create a relationship between a virtual connection and an embedded connection.
- setupEndpoint(String, String, String, boolean, String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.ConnectionExchangeService
-
Create a relationship between a connection and an endpoint.
- setupForeignKeyRelationship(boolean, String, String, ForeignKeyProperties) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.SchemaExchangeService
-
Link two schema attributes together to show a foreign key relationship.
- setupLineageMapping(String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Link to elements together to show that they are part of the lineage of the data that is moving between the processes.
- setupPortDelegation(boolean, String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Link two ports together to show that portTwo is an implementation of portOne.
- setupPortSchemaType(boolean, String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Link a schema type to a port to show the structure of data it accepts.
- setupProcessCall(boolean, String, String, String, String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Link two elements together to show a request-response call between them.
- setupProcessParent(boolean, String, String, ProcessContainmentType) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Create a parent-child relationship between two processes.
- setupProcessPort(boolean, String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Link a port to a process.
- setupSchemaTypeParent(boolean, String, String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.SchemaExchangeService
-
Connect a schema type to a data asset, process or port.
- setupTermCategory(String, String, GlossaryTermCategorization) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Link a term to a category.
- setupTermRelationship(String, String, String, GlossaryTermRelationship) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Link two terms together using a specialist relationship.
- StewardshipExchangeService - Class in org.odpi.openmetadata.integrationservices.catalog.connector
-
StewardshipExchangeService is the context for managing classifications and exceptions and other actions of stewards.
T
- toString() - Method in enum org.odpi.openmetadata.integrationservices.catalog.ffdc.CatalogIntegratorAuditCode
-
toString() JSON-style
- toString() - Method in enum org.odpi.openmetadata.integrationservices.catalog.ffdc.CatalogIntegratorErrorCode
-
JSON-style toString
U
- unlinkExternalReferenceFromElement(String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.ExternalReferenceExchangeService
-
Remove the link between a external reference and an element.
- updateConnection(String, String, String, String, String, boolean, ConnectionProperties) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.ConnectionExchangeService
-
Update the metadata element representing an connection.
- updateConnectorType(String, String, String, String, String, boolean, ConnectorTypeProperties) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.ConnectionExchangeService
-
Update the metadata element representing a connector type.
- updateControlFlow(String, String, String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Update the relationship between tow elements that shows that when one completes the next is started.
- updateDataAsset(String, String, String, String, String, boolean, DataAssetProperties) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.DataAssetExchangeService
-
Update the metadata element representing an asset.
- updateDataFlow(String, String, String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Update relationship between two elements that shows that data flows from one to the other.
- updateEndpoint(String, String, String, String, String, boolean, EndpointProperties) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.ConnectionExchangeService
-
Update the metadata element representing an endpoint.
- updateExternalGlossaryLink(String, ExternalGlossaryLinkProperties) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Update the properties of a reference to an external glossary resource.
- updateExternalIdentifier(String, String, String, String, String, KeyPattern, Map<String, String>) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.CatalogIntegratorContext
-
Update the description of a specific external identifier.
- updateExternalReference(String, String, boolean, ExternalReferenceProperties) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.ExternalReferenceExchangeService
-
Update the definition of a external reference.
- updateExternalReferenceToElementLink(String, ExternalReferenceLinkProperties) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.ExternalReferenceExchangeService
-
Update the link between an external reference to an object.
- updateForeignKeyRelationship(String, String, String, String, String, ForeignKeyProperties) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.SchemaExchangeService
-
Update the relationship properties for the query target.
- updateGlossary(String, String, GlossaryProperties) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Update the metadata element representing a glossary.
- updateGlossaryCategory(String, String, GlossaryCategoryProperties) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Update the metadata element representing a glossary category.
- updateGlossaryTerm(String, String, GlossaryTermProperties) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Update the properties of the metadata element representing a glossary term.
- updateGlossaryTermStatus(String, String, String, String, String, GlossaryTermStatus) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Update the status of the metadata element representing a glossary term.
- updatePort(String, String, PortProperties) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Update the properties of the metadata element representing a port.
- updateProcess(String, String, boolean, ProcessProperties) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Update the metadata element representing a process.
- updateProcessCall(String, String, String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Update the relationship between two elements that shows a request-response call between them.
- updateProcessStatus(String, String, ProcessStatus) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Update the status of the metadata element representing a process.
- updateSchemaAttribute(String, String, boolean, SchemaAttributeProperties) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.SchemaExchangeService
-
Update the properties of the metadata element representing a schema attribute.
- updateSchemaType(String, String, boolean, SchemaTypeProperties) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.SchemaExchangeService
-
Update the metadata element representing a schema type.
- updateTermRelationship(String, String, String, GlossaryTermRelationship) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.GlossaryExchangeService
-
Update the relationship properties for the two terms.
V
- validateConnector(String, String) - Method in interface org.odpi.openmetadata.integrationservices.catalog.api.CatalogIntegratorAPI
-
Validate the connector and return its connector type.
- ValidValuesExchangeService - Class in org.odpi.openmetadata.integrationservices.catalog.connector
-
ValidValuesExchangeService is the context for managing valid values and reference data.
- valueOf(String) - Static method in enum org.odpi.openmetadata.integrationservices.catalog.ffdc.CatalogIntegratorAuditCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.odpi.openmetadata.integrationservices.catalog.ffdc.CatalogIntegratorErrorCode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.odpi.openmetadata.integrationservices.catalog.ffdc.CatalogIntegratorAuditCode
-
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.catalog.ffdc.CatalogIntegratorErrorCode
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- withdrawDataAsset(String, String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.DataAssetExchangeService
-
Update the zones for the asset so that it is no longer visible to consumers.
- withdrawProcess(String) - Method in class org.odpi.openmetadata.integrationservices.catalog.connector.LineageExchangeService
-
Update the zones for the asset so that it is no longer visible to consumers.
All Classes All Packages