Skip navigation links
A C D F G I L N O P R S T V 

A

ASSET_LINEAGE_OMAS - Static variable in class org.odpi.openmetadata.accessservices.assetlineage.util.Constants
 
ASSET_SCHEMA_TYPE - Static variable in class org.odpi.openmetadata.accessservices.assetlineage.util.Constants
 
AssetContextHandler - Class in org.odpi.openmetadata.accessservices.assetlineage.handlers
The Asset Context handler provides methods to build graph context for assets that has been created.
AssetContextHandler(InvalidParameterHandler, OMRSRepositoryHelper, RepositoryHandler, List<String>) - Constructor for class org.odpi.openmetadata.accessservices.assetlineage.handlers.AssetContextHandler
Construct the discovery engine configuration handler caching the objects needed to operate within a single server instance.
AssetLineageAdmin - Class in org.odpi.openmetadata.accessservices.assetlineage.admin
AssetLineageAdmin is the class that is called by the OMAG Server to initialize and terminate the Asset Lineage OMAS.
AssetLineageAdmin() - Constructor for class org.odpi.openmetadata.accessservices.assetlineage.admin.AssetLineageAdmin
Default constructor
AssetLineageAuditCode - Enum in org.odpi.openmetadata.accessservices.assetlineage.auditlog
 
AssetLineageInstanceHandler - Class in org.odpi.openmetadata.accessservices.assetlineage.server
AssetLineageInstanceHandler retrieves information from the instance map for the access service instances.
AssetLineageInstanceHandler() - Constructor for class org.odpi.openmetadata.accessservices.assetlineage.server.AssetLineageInstanceHandler
Default constructor registers the access service
AssetLineageOMRSTopicListener - Class in org.odpi.openmetadata.accessservices.assetlineage.listeners
AssetLineageOMRSTopicListener received details of each OMRS event from the cohorts that the local server is connected to.
AssetLineageOMRSTopicListener(String, String, OMRSRepositoryHelper, OpenMetadataTopicConnector, OMRSAuditLog) - Constructor for class org.odpi.openmetadata.accessservices.assetlineage.listeners.AssetLineageOMRSTopicListener
The constructor is given the connection to the out topic for Asset Lineage OMAS along with classes for testing and manipulating instances.
AssetLineagePublisher - Class in org.odpi.openmetadata.accessservices.assetlineage.outtopic
AssetLineagePublisher is the connector responsible for publishing lineage context information about new and changed assets.
AssetLineagePublisher(String, String, OMRSRepositoryHelper, OpenMetadataTopicConnector) - Constructor for class org.odpi.openmetadata.accessservices.assetlineage.outtopic.AssetLineagePublisher
The constructor is given the connection to the out topic for Asset Lineage OMAS along with classes for testing and manipulating instances.
AssetLineageRestServices - Class in org.odpi.openmetadata.accessservices.assetlineage.server
The AssetLineageRESTServices provides the server-side implementation of the Asset Lineage Open Metadata Assess Service (OMAS).
AssetLineageRestServices() - Constructor for class org.odpi.openmetadata.accessservices.assetlineage.server.AssetLineageRestServices
Default constructor
AssetLineageServicesInstance - Class in org.odpi.openmetadata.accessservices.assetlineage.server
AssetLineageServicesInstance caches references to OMRS objects for a specific server.
AssetLineageServicesInstance(OMRSRepositoryConnector, List<String>, OMRSAuditLog, String) - Constructor for class org.odpi.openmetadata.accessservices.assetlineage.server.AssetLineageServicesInstance
Set up the handlers for this server.
ATTRIBUTE_FOR_SCHEMA - Static variable in class org.odpi.openmetadata.accessservices.assetlineage.util.Constants
 

C

ClassificationHandler - Class in org.odpi.openmetadata.accessservices.assetlineage.handlers
The classification handler maps classifications attached with an entity to an lineage entity.
ClassificationHandler(InvalidParameterHandler) - Constructor for class org.odpi.openmetadata.accessservices.assetlineage.handlers.ClassificationHandler
Instantiates a new Classification handler.
CLASSIFIED_ENTITY - Static variable in class org.odpi.openmetadata.accessservices.assetlineage.util.Constants
 
CLASSIFIED_ENTITY_GUID - Static variable in class org.odpi.openmetadata.accessservices.assetlineage.util.Constants
 
CommonHandler - Class in org.odpi.openmetadata.accessservices.assetlineage.handlers
The common handler provide common methods that is generic and reusable for other handlers.
CommonHandler(InvalidParameterHandler, OMRSRepositoryHelper, RepositoryHandler) - Constructor for class org.odpi.openmetadata.accessservices.assetlineage.handlers.CommonHandler
Construct the discovery engine configuration handler caching the objects needed to operate within a single server instance.
COMPLEX_SCHEMA_TYPE - Static variable in class org.odpi.openmetadata.accessservices.assetlineage.util.Constants
 
CONNECTION - Static variable in class org.odpi.openmetadata.accessservices.assetlineage.util.Constants
 
CONNECTION_ENDPOINT - Static variable in class org.odpi.openmetadata.accessservices.assetlineage.util.Constants
 
CONNECTION_TO_ASSET - Static variable in class org.odpi.openmetadata.accessservices.assetlineage.util.Constants
 
Constants - Class in org.odpi.openmetadata.accessservices.assetlineage.util
 
Converter - Class in org.odpi.openmetadata.accessservices.assetlineage.util
The converter is used for creating and mapping required properties between different objects.
Converter() - Constructor for class org.odpi.openmetadata.accessservices.assetlineage.util.Converter
 
createLineageEntity(EntityDetail) - Method in class org.odpi.openmetadata.accessservices.assetlineage.util.Converter
Create entity lineage entity.

D

DATA_CONTENT_FOR_DATA_SET - Static variable in class org.odpi.openmetadata.accessservices.assetlineage.util.Constants
 
DATA_FILE - Static variable in class org.odpi.openmetadata.accessservices.assetlineage.util.Constants
 
DATA_STORE - Static variable in class org.odpi.openmetadata.accessservices.assetlineage.util.Constants
 
DATABASE - Static variable in class org.odpi.openmetadata.accessservices.assetlineage.util.Constants
 
DEPLOYED_DB_SCHEMA_TYPE - Static variable in class org.odpi.openmetadata.accessservices.assetlineage.util.Constants
 

F

FILE_FOLDER - Static variable in class org.odpi.openmetadata.accessservices.assetlineage.util.Constants
 
FOLDER_HIERARCHY - Static variable in class org.odpi.openmetadata.accessservices.assetlineage.util.Constants
 

G

getAssetContext(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetlineage.handlers.AssetContextHandler
Gets asset context.
getAssetContextByClassification(String, EntityDetail) - Method in class org.odpi.openmetadata.accessservices.assetlineage.handlers.ClassificationHandler
Gets asset context from the entity by classification type.
getAssetContextHandler(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetlineage.server.AssetLineageInstanceHandler
Retrieve the specific handler for the access service.
getClassificationHandler(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetlineage.server.AssetLineageInstanceHandler
Retrieve classification handler for the access service.
getCommonHandler(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetlineage.server.AssetLineageInstanceHandler
Retrieve common handler for the access service.
getFormattedLogMessage(String...) - Method in enum org.odpi.openmetadata.accessservices.assetlineage.auditlog.AssetLineageAuditCode
 
getGlossaryHandler(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetlineage.server.AssetLineageInstanceHandler
Retrieve the specific handler for the access service.
getGlossaryTerm(String, String, AssetContext, SuperTypesRetriever) - Method in class org.odpi.openmetadata.accessservices.assetlineage.handlers.GlossaryHandler
Returns the glossary term object corresponding to the supplied asset that can possibly have a glossary Term.
getLogMessageId() - Method in enum org.odpi.openmetadata.accessservices.assetlineage.auditlog.AssetLineageAuditCode
 
getMapProperties(InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.assetlineage.util.Converter
Gets map properties.
getProcessContext(String, String) - Method in class org.odpi.openmetadata.accessservices.assetlineage.handlers.ProcessContextHandler
Retrieves the full context for a Process
getProcessHandler(String, String, String) - Method in class org.odpi.openmetadata.accessservices.assetlineage.server.AssetLineageInstanceHandler
 
getSeverity() - Method in enum org.odpi.openmetadata.accessservices.assetlineage.auditlog.AssetLineageAuditCode
 
getSuperTypes(String) - Method in class org.odpi.openmetadata.accessservices.assetlineage.util.SuperTypesRetriever
 
getSystemAction() - Method in enum org.odpi.openmetadata.accessservices.assetlineage.auditlog.AssetLineageAuditCode
 
getUserAction() - Method in enum org.odpi.openmetadata.accessservices.assetlineage.auditlog.AssetLineageAuditCode
 
GLOSSARY_TERM - Static variable in class org.odpi.openmetadata.accessservices.assetlineage.util.Constants
 
GlossaryHandler - Class in org.odpi.openmetadata.accessservices.assetlineage.handlers
The glossary handler provide methods to provide business glossary terms for lineage.
GlossaryHandler(InvalidParameterHandler, OMRSRepositoryHelper, RepositoryHandler) - Constructor for class org.odpi.openmetadata.accessservices.assetlineage.handlers.GlossaryHandler
Construct the discovery engine configuration handler caching the objects needed to operate within a single server instance.
GUID_PARAMETER - Static variable in class org.odpi.openmetadata.accessservices.assetlineage.util.Constants
 

I

immutableProcessRelationshipsTypes - Static variable in class org.odpi.openmetadata.accessservices.assetlineage.util.Constants
 
immutableQualifiedLineageClassifications - Static variable in class org.odpi.openmetadata.accessservices.assetlineage.util.Constants
 
immutableValidLineageEntityEvents - Static variable in class org.odpi.openmetadata.accessservices.assetlineage.util.Constants
 
initialize(AccessServiceConfig, OMRSTopicConnector, OMRSRepositoryConnector, OMRSAuditLog, String) - Method in class org.odpi.openmetadata.accessservices.assetlineage.admin.AssetLineageAdmin
Initialize the access service.

L

LINEAGE_MAPPING - Static variable in class org.odpi.openmetadata.accessservices.assetlineage.util.Constants
 

N

NESTED_FILE - Static variable in class org.odpi.openmetadata.accessservices.assetlineage.util.Constants
 
NESTED_SCHEMA_ATTRIBUTE - Static variable in class org.odpi.openmetadata.accessservices.assetlineage.util.Constants
 

O

org.odpi.openmetadata.accessservices.assetlineage.admin - package org.odpi.openmetadata.accessservices.assetlineage.admin
 
org.odpi.openmetadata.accessservices.assetlineage.auditlog - package org.odpi.openmetadata.accessservices.assetlineage.auditlog
 
org.odpi.openmetadata.accessservices.assetlineage.handlers - package org.odpi.openmetadata.accessservices.assetlineage.handlers
 
org.odpi.openmetadata.accessservices.assetlineage.listeners - package org.odpi.openmetadata.accessservices.assetlineage.listeners
 
org.odpi.openmetadata.accessservices.assetlineage.outtopic - package org.odpi.openmetadata.accessservices.assetlineage.outtopic
 
org.odpi.openmetadata.accessservices.assetlineage.server - package org.odpi.openmetadata.accessservices.assetlineage.server
 
org.odpi.openmetadata.accessservices.assetlineage.util - package org.odpi.openmetadata.accessservices.assetlineage.util
 

P

PORT_ALIAS - Static variable in class org.odpi.openmetadata.accessservices.assetlineage.util.Constants
 
PORT_DELEGATION - Static variable in class org.odpi.openmetadata.accessservices.assetlineage.util.Constants
 
PORT_IMPLEMENTATION - Static variable in class org.odpi.openmetadata.accessservices.assetlineage.util.Constants
 
PORT_SCHEMA - Static variable in class org.odpi.openmetadata.accessservices.assetlineage.util.Constants
 
PROCESS - Static variable in class org.odpi.openmetadata.accessservices.assetlineage.util.Constants
 
PROCESS_PORT - Static variable in class org.odpi.openmetadata.accessservices.assetlineage.util.Constants
 
ProcessContextHandler - Class in org.odpi.openmetadata.accessservices.assetlineage.handlers
The process context handler provides methods to build lineage context from processes.
ProcessContextHandler(InvalidParameterHandler, OMRSRepositoryHelper, RepositoryHandler, List<String>) - Constructor for class org.odpi.openmetadata.accessservices.assetlineage.handlers.ProcessContextHandler
Construct the discovery engine configuration handler caching the objects needed to operate within a single server instance.
processInstanceEvent(OMRSInstanceEvent) - Method in class org.odpi.openmetadata.accessservices.assetlineage.listeners.AssetLineageOMRSTopicListener
Unpack and deliver an instance event to the InstanceEventProcessor
processRegistryEvent(OMRSRegistryEvent) - Method in class org.odpi.openmetadata.accessservices.assetlineage.listeners.AssetLineageOMRSTopicListener
Method to pass a Registry event received on topic.
processTypeDefEvent(OMRSTypeDefEvent) - Method in class org.odpi.openmetadata.accessservices.assetlineage.listeners.AssetLineageOMRSTopicListener
Method to pass a Registry event received on topic.
publishAssetContext(EntityDetail) - Method in class org.odpi.openmetadata.accessservices.assetlineage.outtopic.AssetLineagePublisher
 
publishClassificationContext(EntityDetail) - Method in class org.odpi.openmetadata.accessservices.assetlineage.outtopic.AssetLineagePublisher
 
publishEvent(AssetLineageEventHeader) - Method in class org.odpi.openmetadata.accessservices.assetlineage.outtopic.AssetLineagePublisher
Output a new asset event.
publishProcessContext(EntityDetail) - Method in class org.odpi.openmetadata.accessservices.assetlineage.outtopic.AssetLineagePublisher
Takes the context for a Process and publishes the event to the Cohort

R

REFERENCEABLE - Static variable in class org.odpi.openmetadata.accessservices.assetlineage.util.Constants
 
registerAccessService() - Method in class org.odpi.openmetadata.accessservices.assetlineage.server.AssetLineageInstanceHandler
 
RELATIONAL_COLUMN - Static variable in class org.odpi.openmetadata.accessservices.assetlineage.util.Constants
 
RELATIONAL_TABLE - Static variable in class org.odpi.openmetadata.accessservices.assetlineage.util.Constants
 

S

SCHEMA_ATTRIBUTE - Static variable in class org.odpi.openmetadata.accessservices.assetlineage.util.Constants
 
SCHEMA_ATTRIBUTE_TYPE - Static variable in class org.odpi.openmetadata.accessservices.assetlineage.util.Constants
 
SCHEMA_ELEMENT - Static variable in class org.odpi.openmetadata.accessservices.assetlineage.util.Constants
 
SCHEMA_TYPE - Static variable in class org.odpi.openmetadata.accessservices.assetlineage.util.Constants
 
SEMANTIC_ASSIGNMENT - Static variable in class org.odpi.openmetadata.accessservices.assetlineage.util.Constants
 
shutdown() - Method in class org.odpi.openmetadata.accessservices.assetlineage.admin.AssetLineageAdmin
Shutdown the access service.
SuperTypesRetriever - Class in org.odpi.openmetadata.accessservices.assetlineage.util
 
SuperTypesRetriever(OMRSRepositoryHelper) - Constructor for class org.odpi.openmetadata.accessservices.assetlineage.util.SuperTypesRetriever
 

T

TABULAR_COLUMN - Static variable in class org.odpi.openmetadata.accessservices.assetlineage.util.Constants
 
TABULAR_COLUMN_TYPE - Static variable in class org.odpi.openmetadata.accessservices.assetlineage.util.Constants
 
TABULAR_SCHEMA_TYPE - Static variable in class org.odpi.openmetadata.accessservices.assetlineage.util.Constants
 
TYPE_EMBEDDED_ATTRIBUTE - Static variable in class org.odpi.openmetadata.accessservices.assetlineage.util.Constants
 

V

VALUE_FOR_ACTIVE - Static variable in class org.odpi.openmetadata.accessservices.assetlineage.util.Constants
 
valueOf(String) - Static method in enum org.odpi.openmetadata.accessservices.assetlineage.auditlog.AssetLineageAuditCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.odpi.openmetadata.accessservices.assetlineage.auditlog.AssetLineageAuditCode
Returns an array containing the constants of this enum type, in the order they are declared.
A C D F G I L N O P R S T V 
Skip navigation links

Copyright © 2018–2020 ODPi. All rights reserved.