C 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
C
- clearBusinessSignificant(String) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Remove the "BusinessSignificant" designation from the element.
- clearColumnAsPrimaryKey(String) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Remove the primary key designation from the schema attribute.
- clearControlFlow(String) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Remove the control flow relationship between two elements.
- clearDataAssetAsReferenceData(String) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Remove the reference data designation from the asset.
- clearDataFlow(String) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Remove the data flow relationship between two elements.
- clearForeignKeyRelationship(String, String) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Remove the foreign key relationship between two schema elements.
- clearLineageMapping(String, String) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Remove the lineage mapping between two elements.
- clearPortDelegation(String, String) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Remove the port delegation relationship between two ports.
- clearPortSchemaType(String, String) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Remove the schema type from a port.
- clearProcessCall(String) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Remove the process call relationship.
- clearProcessParent(String, String) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Remove a parent-child relationship between two processes.
- clearProcessPort(String, String) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Unlink a port from a process.
- clearSchemaElementAsCalculatedValue(String) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Remove the calculated value designation from the schema element.
- clearSchemaTypeParent(String, String, String) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Remove the relationship between a schema type and its parent data asset, process or port.
- CONNECTOR_CONTEXT_INITIALIZING - org.odpi.openmetadata.integrationservices.lineage.ffdc.LineageIntegratorAuditCode
- CONTEXT_INITIALIZING - org.odpi.openmetadata.integrationservices.lineage.ffdc.LineageIntegratorAuditCode
- createDataAsset(boolean, DataAssetProperties) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Create a new metadata element to represent the root of a data asset.
- createDataAssetFromTemplate(boolean, String, TemplateProperties) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Create a new metadata element to represent an asset using an existing metadata element as a template.
- createPort(boolean, String, PortProperties) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Create a new metadata element to represent a port.
- createProcess(boolean, ProcessProperties, ProcessStatus) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Create a new metadata element to represent a process.
- createProcessFromTemplate(boolean, String, TemplateProperties) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Create a new metadata element to represent a process using an existing metadata element as a template.
- createSchemaAttribute(boolean, String, SchemaAttributeProperties) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Create a new metadata element to represent a schema attribute.
- createSchemaAttributeFromTemplate(boolean, String, String, TemplateProperties) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Create a new metadata element to represent a schema attribute using an existing metadata element as a template.
- createSchemaType(boolean, String, SchemaTypeProperties) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Create a new metadata element to represent a schema type.
- createSchemaTypeFromTemplate(boolean, String, TemplateProperties) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Create a new metadata element to represent a schema type using an existing metadata element as a template.
F
- findDataAssets(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Retrieve the list of data asset metadata elements that contain the search string.
- findPorts(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Retrieve the list of port metadata elements that contain the search string.
- findProcesses(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Retrieve the list of process metadata elements that contain the search string.
- findSchemaAttributes(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Retrieve the list of schema attribute metadata elements that contain the search string.
- findSchemaType(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Retrieve the list of schema type metadata elements that contain the search string.
G
- getAttributesForSchemaType(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Retrieve the list of schema attributes associated with a schemaType.
- getContext() - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorConnector
-
Return the context for this connector.
- getControlFlow(String, String, String) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Retrieve the control flow relationship between two elements.
- getControlFlowNextSteps(String) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
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.lineage.connector.LineageIntegratorContext
-
Retrieve the control relationships linked from an specific element to the possible previous elements in the process.
- getDataAssetByGUID(String) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Retrieve the asset metadata element with the supplied unique identifier.
- getDataAssetsByName(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Retrieve the list of data asset metadata elements with a matching qualified or display name.
- getDataAssetsForAssetManager(int, int) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Retrieve the list of assets created on behalf of this asset manager.
- getDataFlow(String, String, String) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Retrieve the data flow relationship between two elements.
- getDataFlowConsumers(String) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Retrieve the data flow relationships linked from an specific element to the downstream consumers.
- getDataFlowSuppliers(String) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Retrieve the data flow relationships linked from an specific element to the upstream suppliers.
- getMessageDefinition() - Method in enum org.odpi.openmetadata.integrationservices.lineage.ffdc.LineageIntegratorAuditCode
-
Retrieve a message definition object for logging.
- getMessageDefinition() - Method in enum org.odpi.openmetadata.integrationservices.lineage.ffdc.LineageIntegratorErrorCode
-
Retrieve a message definition object for an exception.
- getMessageDefinition(String...) - Method in enum org.odpi.openmetadata.integrationservices.lineage.ffdc.LineageIntegratorAuditCode
-
Retrieve a message definition object for logging.
- getMessageDefinition(String...) - Method in enum org.odpi.openmetadata.integrationservices.lineage.ffdc.LineageIntegratorErrorCode
-
Retrieve a message definition object for an exception.
- getPortByGUID(String) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Retrieve the port metadata element with the supplied unique identifier.
- getPortDelegation(String) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Retrieve the port that this port delegates to.
- getPortsByName(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
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.lineage.connector.LineageIntegratorContext
-
Retrieve the list of ports associated with a process.
- getPortUse(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Retrieve the list of ports that delegate to this port.
- getProcessByGUID(String) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Retrieve the process metadata element with the supplied unique identifier.
- getProcessCall(String, String, String) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Retrieve the process call relationship between two elements.
- getProcessCalled(String) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Retrieve the process call relationships linked from an specific element to the elements it calls.
- getProcessCallers(String) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Retrieve the process call relationships linked from an specific element to its callers.
- getProcessesByName(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Retrieve the list of process metadata elements with a matching qualified or display name.
- getProcessesForAssetManager(int, int) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Return the list of processes associated with the asset manager.
- getProcessParent(String) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Retrieve the process metadata element with the supplied unique identifier.
- getSchemaAttributeByGUID(String) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Retrieve the schema attribute metadata element with the supplied unique identifier.
- getSchemaAttributesByName(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Retrieve the list of schema attribute metadata elements with a matching qualified or display name.
- getSchemaTypeByGUID(String) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Retrieve the schema type metadata element with the supplied unique identifier.
- getSchemaTypeByName(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
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.lineage.connector.LineageIntegratorContext
-
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.lineage.connector.LineageIntegratorContext
-
Retrieve the header of the metadata element connected to a schema type.
- getSubProcesses(String, int, int) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Retrieve the process metadata element with the supplied unique identifier.
I
- INVALID_CONNECTOR - org.odpi.openmetadata.integrationservices.lineage.ffdc.LineageIntegratorErrorCode
L
- LineageIntegratorAPI - Interface in org.odpi.openmetadata.integrationservices.lineage.api
-
LineageIntegratorAPI is the interface to validate that a connector is suitable to run in the Lineage Integrator OMIS.
- LineageIntegratorAuditCode - Enum in org.odpi.openmetadata.integrationservices.lineage.ffdc
-
The LineageIntegratorAuditCode is used to define the message content for the OMRS Audit Log.
- LineageIntegratorConnector - Class in org.odpi.openmetadata.integrationservices.lineage.connector
-
LineageIntegratorConnector is the base class for an integration connector that is managed by the Lineage Integrator OMIS.
- LineageIntegratorConnector() - Constructor for class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorConnector
- LineageIntegratorContext - Class in org.odpi.openmetadata.integrationservices.lineage.connector
-
LineageIntegratorContext provides a wrapper around the Asset Manager OMAS client.
- LineageIntegratorContext(DataAssetExchangeClient, LineageExchangeClient, String, String, String, String, String, AuditLog) - Constructor for class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Create a new context for a connector.
- LineageIntegratorErrorCode - Enum in org.odpi.openmetadata.integrationservices.lineage.ffdc
-
The LineageIntegratorErrorCode error code is used to define first failure data capture (FFDC) for errors that occur when working with the Integration Services.
N
- NULL_CONTEXT - org.odpi.openmetadata.integrationservices.lineage.ffdc.LineageIntegratorAuditCode
- NULL_CONTEXT - org.odpi.openmetadata.integrationservices.lineage.ffdc.LineageIntegratorErrorCode
O
- org.odpi.openmetadata.integrationservices.lineage.api - package org.odpi.openmetadata.integrationservices.lineage.api
- org.odpi.openmetadata.integrationservices.lineage.connector - package org.odpi.openmetadata.integrationservices.lineage.connector
- org.odpi.openmetadata.integrationservices.lineage.ffdc - package org.odpi.openmetadata.integrationservices.lineage.ffdc
P
- PERMITTED_SYNCHRONIZATION - org.odpi.openmetadata.integrationservices.lineage.ffdc.LineageIntegratorAuditCode
- publishDataAsset(String) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Update the zones for the data asset so that it becomes visible to consumers.
- publishProcess(String) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Update the zones for the asset so that it becomes visible to consumers.
R
- removeDataAsset(String) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Remove the metadata element representing a data asset.
- removePort(String) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Remove the metadata element representing a port.
- removeProcess(String, String) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Remove the metadata element representing a process.
- removeSchemaAttribute(String) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Remove the metadata element representing a schema attribute.
- removeSchemaType(String) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Remove the metadata element representing a schema type.
S
- setBusinessSignificant(String) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Classify a port, process or asset as "BusinessSignificant" (this may effect the way that lineage is displayed).
- setContext(LineageIntegratorContext) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorConnector
-
Set up the context for this connector.
- setDataAssetAsReferenceData(String) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Classify the data asset to indicate that it can be used as reference data.
- setSchemaElementAsCalculatedValue(boolean, String, String) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Classify the schema type (or attribute if type is embedded) to indicate that it is a calculated value.
- setupColumnAsPrimaryKey(boolean, String, String, String, KeyPattern) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Classify the column schema attribute to indicate that it describes a primary key.
- setupControlFlow(boolean, String, String, String, String, String) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
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.lineage.connector.LineageIntegratorContext
-
Link two elements together to show that data flows from one to the other.
- setupForeignKeyRelationship(boolean, String, String, ForeignKeyProperties) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Link two schema attributes together to show a foreign key relationship.
- setupLineageMapping(String, String) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
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.lineage.connector.LineageIntegratorContext
-
Link two ports together to show that portTwo is an implementation of portOne.
- setupPortSchemaType(boolean, String, String) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
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.lineage.connector.LineageIntegratorContext
-
Link two elements together to show a request-response call between them.
- setupProcessParent(String, String, String, boolean, String, String, ProcessContainmentType) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Create a parent-child relationship between two processes.
- setupProcessPort(boolean, String, String) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Link a port to a process.
- setupSchemaTypeParent(boolean, String, String, String) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Connect a schema type to a data asset, process or port.
T
- toString() - Method in enum org.odpi.openmetadata.integrationservices.lineage.ffdc.LineageIntegratorAuditCode
-
toString() JSON-style
- toString() - Method in enum org.odpi.openmetadata.integrationservices.lineage.ffdc.LineageIntegratorErrorCode
-
JSON-style toString
U
- updateControlFlow(String, String, String, String) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Update the relationship between two elements that shows that when one completes the next is started.
- updateDataAsset(String, boolean, DataAssetProperties) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Update the metadata element representing a data source.
- updateDataFlow(String, String, String, String) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Update relationship between two elements that shows that data flows from one to the other.
- updateForeignKeyRelationship(String, String, ForeignKeyProperties) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Update the relationship properties for the query target.
- updatePort(String, PortProperties) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Update the properties of the metadata element representing a port.
- updateProcess(String, boolean, ProcessProperties) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Update the metadata element representing a process.
- updateProcessCall(String, String, String, String) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Update the relationship between two elements that shows a request-response call between them.
- updateProcessStatus(String, ProcessStatus) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Update the status of the metadata element representing a process.
- updateSchemaAttribute(String, boolean, SchemaAttributeProperties) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Update the properties of the metadata element representing a schema attribute.
- updateSchemaType(String, boolean, SchemaTypeProperties) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Update the metadata element representing a schema type.
V
- validateConnector(String, String) - Method in interface org.odpi.openmetadata.integrationservices.lineage.api.LineageIntegratorAPI
-
Validate the connector and return its connector type.
- valueOf(String) - Static method in enum org.odpi.openmetadata.integrationservices.lineage.ffdc.LineageIntegratorAuditCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.odpi.openmetadata.integrationservices.lineage.ffdc.LineageIntegratorErrorCode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.odpi.openmetadata.integrationservices.lineage.ffdc.LineageIntegratorAuditCode
-
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.lineage.ffdc.LineageIntegratorErrorCode
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- withdrawDataAsset(String) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Update the zones for the data asset so that it is no longer visible to consumers.
- withdrawProcess(String) - Method in class org.odpi.openmetadata.integrationservices.lineage.connector.LineageIntegratorContext
-
Update the zones for the asset so that it is no longer visible to consumers.
All Classes All Packages