- 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.
- 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.
- 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(String...) - 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.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.
- 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.