Skip navigation links
A B C D E F G I L N O P Q R S T U V Z 

A

ADDITIONAL_PROPERTIES - Static variable in class org.odpi.openmetadata.accessservices.analyticsmodeling.utils.Constants
 
ANALYTICS_MODELING_OMAS_NAME - Static variable in class org.odpi.openmetadata.accessservices.analyticsmodeling.utils.Constants
 
ANALYTICS_MODELING_USER_ID - Static variable in class org.odpi.openmetadata.accessservices.analyticsmodeling.utils.Constants
 
AnalyticsModelingAdmin - Class in org.odpi.openmetadata.accessservices.analyticsmodeling.admin
AnalyticsModelingAdmin is the class that is called by the OMAG Server to initialize and terminate the Analytics Modeling OMAS.
AnalyticsModelingAdmin() - Constructor for class org.odpi.openmetadata.accessservices.analyticsmodeling.admin.AnalyticsModelingAdmin
 
AnalyticsModelingAuditCode - Enum in org.odpi.openmetadata.accessservices.analyticsmodeling.auditlog
The AnalyticsModelingAuditCode is used to define the message content for the OMRS Audit Log.
AnalyticsModelingRestServices - Class in org.odpi.openmetadata.accessservices.analyticsmodeling.server
Server-side implementation of the Analytics Modeling OMAS interface for modeling.
AnalyticsModelingRestServices() - Constructor for class org.odpi.openmetadata.accessservices.analyticsmodeling.server.AnalyticsModelingRestServices
 
AnalyticsModelingServicesInstance - Class in org.odpi.openmetadata.accessservices.analyticsmodeling.server
AnalyticsModelingServicesInstance caches references to OMRS objects for a specific server.
AnalyticsModelingServicesInstance(OMRSRepositoryConnector, List<String>, AuditLog, String, int) - Constructor for class org.odpi.openmetadata.accessservices.analyticsmodeling.server.AnalyticsModelingServicesInstance
Set up the local repository connector that will service the REST Calls
ASSET_SCHEMA_TYPE - Static variable in class org.odpi.openmetadata.accessservices.analyticsmodeling.utils.Constants
 
ATTACHED_NOTE_LOG - Static variable in class org.odpi.openmetadata.accessservices.analyticsmodeling.utils.Constants
 
ATTRIBUTE_FOR_SCHEMA - Static variable in class org.odpi.openmetadata.accessservices.analyticsmodeling.utils.Constants
 
ATTRIBUTE_NAME - Static variable in class org.odpi.openmetadata.accessservices.analyticsmodeling.utils.Constants
 

B

buildMatchingInstanceProperties(Map<String, String>, boolean) - Method in class org.odpi.openmetadata.accessservices.analyticsmodeling.contentmanager.OMEntityDao
Returns the properties object for the given pair of key - value that can be used for retrieving

C

Constants - Class in org.odpi.openmetadata.accessservices.analyticsmodeling.utils
 
Constants() - Constructor for class org.odpi.openmetadata.accessservices.analyticsmodeling.utils.Constants
 

D

DATA_CONTENT_FOR_DATASET - Static variable in class org.odpi.openmetadata.accessservices.analyticsmodeling.utils.Constants
 
DATA_UNDERSCORE_TYPE - Static variable in class org.odpi.openmetadata.accessservices.analyticsmodeling.utils.Constants
 
DATABASE - Static variable in class org.odpi.openmetadata.accessservices.analyticsmodeling.utils.Constants
 
DatabaseContextHandler - Class in org.odpi.openmetadata.accessservices.analyticsmodeling.assets
The class builds data content of the Analytics Modeling OMAS responses.
This class contains logic about elements required to build responses and their relationships.
DatabaseContextHandler(OMEntityDao) - Constructor for class org.odpi.openmetadata.accessservices.analyticsmodeling.assets.DatabaseContextHandler
 
DEPLOYED_DATABASE_SCHEMA - Static variable in class org.odpi.openmetadata.accessservices.analyticsmodeling.utils.Constants
 
DISPLAY_NAME - Static variable in class org.odpi.openmetadata.accessservices.analyticsmodeling.utils.Constants
 

E

enterpriseConnector - Variable in class org.odpi.openmetadata.accessservices.analyticsmodeling.contentmanager.OMEntityDao
 

F

findEntities(InstanceProperties, String, int, int) - Method in class org.odpi.openmetadata.accessservices.analyticsmodeling.contentmanager.OMEntityDao
Find entities matching criteria.
FOREIGN_KEY - Static variable in class org.odpi.openmetadata.accessservices.analyticsmodeling.utils.Constants
 

G

getAuditLogMessageDefinition(MessageDefinition, String...) - Static method in enum org.odpi.openmetadata.accessservices.analyticsmodeling.auditlog.AnalyticsModelingAuditCode
Build Audit log message from message definition of error code.
getContextBuilder() - Method in class org.odpi.openmetadata.accessservices.analyticsmodeling.server.AnalyticsModelingServicesInstance
Get the handler that does major work this OMAS is designed for.
getDatabases() - Method in class org.odpi.openmetadata.accessservices.analyticsmodeling.assets.DatabaseContextHandler
Get list of databases on the server.
getDatabases(String, String) - Method in class org.odpi.openmetadata.accessservices.analyticsmodeling.server.AnalyticsModelingRestServices
Get databases available on the server for the user.
getDatabaseSchemas(String) - Method in class org.odpi.openmetadata.accessservices.analyticsmodeling.assets.DatabaseContextHandler
Retrieve schemas for given database from repository.
getEntityBooleanProperty(EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.analyticsmodeling.contentmanager.OMEntityDao
Get entity property of type boolean.
getEntityByGuid(String) - Method in class org.odpi.openmetadata.accessservices.analyticsmodeling.contentmanager.OMEntityDao
Helper function to fetch entity by GUID from repository.
getEntityIntProperty(EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.analyticsmodeling.contentmanager.OMEntityDao
Get entity property of type integer.
getEntityQName(EntityDetail) - Method in class org.odpi.openmetadata.accessservices.analyticsmodeling.contentmanager.OMEntityDao
Get qualified name property for the entity.
getEntityStringProperty(EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.analyticsmodeling.contentmanager.OMEntityDao
Get entity property of type string.
getMapProperty(InstanceProperties, String) - Method in class org.odpi.openmetadata.accessservices.analyticsmodeling.contentmanager.OMEntityDao
Get map of property from collection of instance properties.
getMessageDefinition() - Method in enum org.odpi.openmetadata.accessservices.analyticsmodeling.auditlog.AnalyticsModelingAuditCode
Retrieve a message definition object for an exception.
getMessageDefinition(String...) - Method in enum org.odpi.openmetadata.accessservices.analyticsmodeling.auditlog.AnalyticsModelingAuditCode
Retrieve a message definition object for an exception.
getModule(String, String, String) - Method in class org.odpi.openmetadata.accessservices.analyticsmodeling.assets.DatabaseContextHandler
Build Analytics Modeling module for database schema
getModule(String, String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.analyticsmodeling.server.AnalyticsModelingRestServices
Build module for the schema.
getRelationshipsForEntity(EntityDetail, String) - Method in class org.odpi.openmetadata.accessservices.analyticsmodeling.contentmanager.OMEntityDao
Get relationships of certain type for the entity.
getSchemas(String, String, String) - Method in class org.odpi.openmetadata.accessservices.analyticsmodeling.server.AnalyticsModelingRestServices
Get schema defined by data source GUID.
getSchemaTables(String, String) - Method in class org.odpi.openmetadata.accessservices.analyticsmodeling.assets.DatabaseContextHandler
Get tables for schema.
getStringProperty(String, InstanceProperties) - Method in class org.odpi.openmetadata.accessservices.analyticsmodeling.contentmanager.OMEntityDao
Get property of type string from collection of instance properties.
getTables(String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.analyticsmodeling.server.AnalyticsModelingRestServices
Get tables for the schema.
GUID - Static variable in class org.odpi.openmetadata.accessservices.analyticsmodeling.utils.Constants
 

I

initialize(AccessServiceConfig, OMRSTopicConnector, OMRSRepositoryConnector, AuditLog, String) - Method in class org.odpi.openmetadata.accessservices.analyticsmodeling.admin.AnalyticsModelingAdmin
Initialize the access service.
IS_NULLABLE - Static variable in class org.odpi.openmetadata.accessservices.analyticsmodeling.utils.Constants
 

L

LENGTH - Static variable in class org.odpi.openmetadata.accessservices.analyticsmodeling.utils.Constants
 

N

NAME - Static variable in class org.odpi.openmetadata.accessservices.analyticsmodeling.utils.Constants
 
NESTED_SCHEMA_ATTRIBUTE - Static variable in class org.odpi.openmetadata.accessservices.analyticsmodeling.utils.Constants
 
NOTE_LOG - Static variable in class org.odpi.openmetadata.accessservices.analyticsmodeling.utils.Constants
 

O

ODBC_TYPE - Static variable in class org.odpi.openmetadata.accessservices.analyticsmodeling.utils.Constants
 
OMEntityDao - Class in org.odpi.openmetadata.accessservices.analyticsmodeling.contentmanager
The class implements access wrapper to retrieve data OMRS.
OMEntityDao(OMRSRepositoryConnector, List<String>, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.analyticsmodeling.contentmanager.OMEntityDao
 
org.odpi.openmetadata.accessservices.analyticsmodeling.admin - package org.odpi.openmetadata.accessservices.analyticsmodeling.admin
 
org.odpi.openmetadata.accessservices.analyticsmodeling.assets - package org.odpi.openmetadata.accessservices.analyticsmodeling.assets
 
org.odpi.openmetadata.accessservices.analyticsmodeling.auditlog - package org.odpi.openmetadata.accessservices.analyticsmodeling.auditlog
 
org.odpi.openmetadata.accessservices.analyticsmodeling.contentmanager - package org.odpi.openmetadata.accessservices.analyticsmodeling.contentmanager
 
org.odpi.openmetadata.accessservices.analyticsmodeling.server - package org.odpi.openmetadata.accessservices.analyticsmodeling.server
 
org.odpi.openmetadata.accessservices.analyticsmodeling.utils - package org.odpi.openmetadata.accessservices.analyticsmodeling.utils
 
OWNER_TYPE - Static variable in class org.odpi.openmetadata.accessservices.analyticsmodeling.utils.Constants
 

P

PAGE_SIZE - Static variable in class org.odpi.openmetadata.accessservices.analyticsmodeling.utils.Constants
 
PATCH_LEVEL - Static variable in class org.odpi.openmetadata.accessservices.analyticsmodeling.utils.Constants
 
POSITION - Static variable in class org.odpi.openmetadata.accessservices.analyticsmodeling.utils.Constants
 
PRIMARY_KEY - Static variable in class org.odpi.openmetadata.accessservices.analyticsmodeling.utils.Constants
 

Q

QUALIFIED_NAME - Static variable in class org.odpi.openmetadata.accessservices.analyticsmodeling.utils.Constants
 

R

RELATIONAL_COLUMN - Static variable in class org.odpi.openmetadata.accessservices.analyticsmodeling.utils.Constants
 
RELATIONAL_COLUMN_TYPE - Static variable in class org.odpi.openmetadata.accessservices.analyticsmodeling.utils.Constants
 
RELATIONAL_DB_SCHEMA_TYPE - Static variable in class org.odpi.openmetadata.accessservices.analyticsmodeling.utils.Constants
 
RELATIONAL_TABLE - Static variable in class org.odpi.openmetadata.accessservices.analyticsmodeling.utils.Constants
 

S

SCHEMA_ASSET - Static variable in class org.odpi.openmetadata.accessservices.analyticsmodeling.utils.Constants
 
setContext(String) - Method in class org.odpi.openmetadata.accessservices.analyticsmodeling.contentmanager.OMEntityDao
Set context of the execution for logging.
shutdown() - Method in class org.odpi.openmetadata.accessservices.analyticsmodeling.admin.AnalyticsModelingAdmin
Shutdown the access service.
SOURCE - Static variable in class org.odpi.openmetadata.accessservices.analyticsmodeling.utils.Constants
 
START_FROM - Static variable in class org.odpi.openmetadata.accessservices.analyticsmodeling.utils.Constants
 
supportedZones - Variable in class org.odpi.openmetadata.accessservices.analyticsmodeling.contentmanager.OMEntityDao
 

T

TYPE - Static variable in class org.odpi.openmetadata.accessservices.analyticsmodeling.utils.Constants
 
TYPE_SUFFIX - Static variable in class org.odpi.openmetadata.accessservices.analyticsmodeling.utils.Constants
 

U

USER_ID - Static variable in class org.odpi.openmetadata.accessservices.analyticsmodeling.utils.Constants
 

V

valueOf(String) - Static method in enum org.odpi.openmetadata.accessservices.analyticsmodeling.auditlog.AnalyticsModelingAuditCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.odpi.openmetadata.accessservices.analyticsmodeling.auditlog.AnalyticsModelingAuditCode
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in class org.odpi.openmetadata.accessservices.analyticsmodeling.utils.Constants
 

Z

ZONE_MEMBERSHIP - Static variable in class org.odpi.openmetadata.accessservices.analyticsmodeling.utils.Constants
 
A B C D E F G I L N O P Q R S T U V Z 
Skip navigation links

Copyright © 2018–2020 ODPi. All rights reserved.