Skip navigation links
A C D F G I L O P Q S T U V 

A

addLineageMappingRelationship(String, String, String) - Method in class org.odpi.openmetadata.accessservices.dataengine.server.handlers.DataEngineSchemaTypeHandler
Create LineageMapping relationship between two schema attribute types
addLineageMappings(String, String, LineageMappingsRequestBody) - Method in class org.odpi.openmetadata.accessservices.dataengine.server.service.DataEngineRESTServices
Create LineageMappings relationships between schema types
addPortSchemaRelationship(String, String, String) - Method in class org.odpi.openmetadata.accessservices.dataengine.server.handlers.PortHandler
Create a PortSchema relationship between a Port and the corresponding SchemaType
addPortsToProcess(String, String, String, PortListRequestBody) - Method in class org.odpi.openmetadata.accessservices.dataengine.server.service.DataEngineRESTServices
Create ProcessPort relationships for an existing Process
addProcessPortRelationship(String, String, String) - Method in class org.odpi.openmetadata.accessservices.dataengine.server.handlers.ProcessHandler
Create ProcessPort relationships between a Process asset and the corresponding Ports

C

createPortAlias(String, String, PortAliasRequestBody) - Method in class org.odpi.openmetadata.accessservices.dataengine.server.service.DataEngineRESTServices
Create the Port Alias with a PortDelegation relationship
createPortAliasWithDelegation(String, String, String, PortType, String) - Method in class org.odpi.openmetadata.accessservices.dataengine.server.handlers.PortHandler
Create the Port Alias entity with a PortDelegation relationship
createPortImplementation(String, String, String, PortType) - Method in class org.odpi.openmetadata.accessservices.dataengine.server.handlers.PortHandler
Create the port implementation
createPortImplementation(String, String, PortImplementationRequestBody) - Method in class org.odpi.openmetadata.accessservices.dataengine.server.service.DataEngineRESTServices
Create the Port Implementation with a PortSchema relationship
createProcess(String, String, String, String, String, List<String>, String, String, String, OwnerType) - Method in class org.odpi.openmetadata.accessservices.dataengine.server.handlers.ProcessHandler
Create the process
createProcesses(String, String, ProcessesRequestBody) - Method in class org.odpi.openmetadata.accessservices.dataengine.server.service.DataEngineRESTServices
Create the processes with ports, schema types and lineage mappings
createSchemaType(String, String, String, String, String, String, String, List<Attribute>) - Method in class org.odpi.openmetadata.accessservices.dataengine.server.handlers.DataEngineSchemaTypeHandler
Create the schema type entity, with the corresponding schema attributes and relationships
createSchemaType(String, String, SchemaTypeRequestBody) - Method in class org.odpi.openmetadata.accessservices.dataengine.server.service.DataEngineRESTServices
Create the Port Implementation with a PortSchema relationship
createSoftwareServer(String, String, SoftwareServerCapabilityRequestBody) - Method in class org.odpi.openmetadata.accessservices.dataengine.server.service.DataEngineRESTServices
Create the software server capability entity
createSoftwareServerCapability(String, String, String, String, String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.dataengine.server.handlers.SoftwareServerRegistrationHandler
Create the software server capability entity

D

DataEngineAdmin - Class in org.odpi.openmetadata.accessservices.dataengine.server.admin
DataEngineAdmin is the class that is called by the OMAG Server to initialize and terminate the Data Engine OMAS.
DataEngineAdmin() - Constructor for class org.odpi.openmetadata.accessservices.dataengine.server.admin.DataEngineAdmin
 
DataEngineAuditCode - Enum in org.odpi.openmetadata.accessservices.dataengine.server.auditlog
The DataEngineAuditCode is used to define the message content for the OMRS Audit Log.
DataEngineInstanceHandler - Class in org.odpi.openmetadata.accessservices.dataengine.server.admin
DataEngineInstanceHandler retrieves information from the instance map for the access service instances.
DataEngineInstanceHandler() - Constructor for class org.odpi.openmetadata.accessservices.dataengine.server.admin.DataEngineInstanceHandler
Default constructor registers the access service
DataEngineRESTServices - Class in org.odpi.openmetadata.accessservices.dataengine.server.service
The DataEngineRESTServices provides the server-side implementation of the Data Engine Open Metadata Assess Service (OMAS).
DataEngineRESTServices() - Constructor for class org.odpi.openmetadata.accessservices.dataengine.server.service.DataEngineRESTServices
Default constructor
DataEngineSchemaTypeHandler - Class in org.odpi.openmetadata.accessservices.dataengine.server.handlers
DataEngineSchemaTypeHandler manages schema types objects from the property server.
DataEngineSchemaTypeHandler(String, String, InvalidParameterHandler, RepositoryHandler, OMRSRepositoryHelper, SchemaTypeHandler) - Constructor for class org.odpi.openmetadata.accessservices.dataengine.server.handlers.DataEngineSchemaTypeHandler
Construct the handler information needed to interact with the repository services
DESCRIPTION_PROPERTY_NAME - Static variable in class org.odpi.openmetadata.accessservices.dataengine.server.mappers.SoftwareServerPropertiesMapper
 
DISPLAY_NAME_PROPERTY_NAME - Static variable in class org.odpi.openmetadata.accessservices.dataengine.server.mappers.PortPropertiesMapper
 
DISPLAY_NAME_PROPERTY_NAME - Static variable in class org.odpi.openmetadata.accessservices.dataengine.server.mappers.ProcessPropertiesMapper
 
DISPLAY_NAME_PROPERTY_NAME - Static variable in class org.odpi.openmetadata.accessservices.dataengine.server.mappers.SchemaTypePropertiesMapper
 
DISPLAY_NAME_PROPERTY_NAME - Static variable in class org.odpi.openmetadata.accessservices.dataengine.server.mappers.SoftwareServerPropertiesMapper
 

F

FORMULA_PROPERTY_NAME - Static variable in class org.odpi.openmetadata.accessservices.dataengine.server.mappers.ProcessPropertiesMapper
 

G

getDataEngineSchemaTypeHandler(String, String, String) - Method in class org.odpi.openmetadata.accessservices.dataengine.server.admin.DataEngineInstanceHandler
Retrieve the data engine schema type handler for the access service
getFormattedLogMessage(String...) - Method in enum org.odpi.openmetadata.accessservices.dataengine.server.auditlog.DataEngineAuditCode
Returns the log message with the placeholders filled out with the supplied parameters.
getInstanceProperties(String) - Method in class org.odpi.openmetadata.accessservices.dataengine.server.builders.PortPropertiesBuilder
Return the supplied bean properties in an InstanceProperties object.
getInstanceProperties(String) - Method in class org.odpi.openmetadata.accessservices.dataengine.server.builders.ProcessPropertiesBuilder
Return the supplied bean properties in an InstanceProperties object.
getInstanceProperties(String) - Method in class org.odpi.openmetadata.accessservices.dataengine.server.builders.SoftwareServerPropertiesBuilder
Return the supplied bean properties in an InstanceProperties object.
getLogMessageId() - Method in enum org.odpi.openmetadata.accessservices.dataengine.server.auditlog.DataEngineAuditCode
Returns the unique identifier for the error message.
getNameInstanceProperties(String) - Method in class org.odpi.openmetadata.accessservices.dataengine.server.builders.SoftwareServerPropertiesBuilder
Return the supplied bean properties that represent a name in an InstanceProperties object.
getPortHandler(String, String, String) - Method in class org.odpi.openmetadata.accessservices.dataengine.server.admin.DataEngineInstanceHandler
Retrieve the port handler for the access service
getProcessHandler(String, String, String) - Method in class org.odpi.openmetadata.accessservices.dataengine.server.admin.DataEngineInstanceHandler
Retrieve the process handler for the access service
getRegistrationHandler(String, String, String) - Method in class org.odpi.openmetadata.accessservices.dataengine.server.admin.DataEngineInstanceHandler
Retrieve the registration handler for the access service
getSeverity() - Method in enum org.odpi.openmetadata.accessservices.dataengine.server.auditlog.DataEngineAuditCode
Return the severity of the audit log record.
getSoftwareServerByQualifiedName(String, String, String) - Method in class org.odpi.openmetadata.accessservices.dataengine.server.service.DataEngineRESTServices
Get the unique identifier from a software server capability definition
getSoftwareServerCapabilityByQualifiedName(String, String) - Method in class org.odpi.openmetadata.accessservices.dataengine.server.handlers.SoftwareServerRegistrationHandler
Return the guid of a software server capability entity
getSystemAction() - Method in enum org.odpi.openmetadata.accessservices.dataengine.server.auditlog.DataEngineAuditCode
Returns a description of the action taken by the system when the condition that caused this exception was detected.
getUserAction() - Method in enum org.odpi.openmetadata.accessservices.dataengine.server.auditlog.DataEngineAuditCode
Returns instructions of how to resolve the issue reported in this exception.
GUID_PROPERTY_NAME - Static variable in class org.odpi.openmetadata.accessservices.dataengine.server.mappers.PortPropertiesMapper
 
GUID_PROPERTY_NAME - Static variable in class org.odpi.openmetadata.accessservices.dataengine.server.mappers.ProcessPropertiesMapper
 

I

initialize(AccessServiceConfig, OMRSTopicConnector, OMRSRepositoryConnector, OMRSAuditLog, String) - Method in class org.odpi.openmetadata.accessservices.dataengine.server.admin.DataEngineAdmin
Initialize the access service.

L

LINEAGE_MAPPINGS_TYPE_GUID - Static variable in class org.odpi.openmetadata.accessservices.dataengine.server.mappers.SchemaTypePropertiesMapper
 

O

org.odpi.openmetadata.accessservices.dataengine.server.admin - package org.odpi.openmetadata.accessservices.dataengine.server.admin
Contains classes necessary to an OMAS setup.
org.odpi.openmetadata.accessservices.dataengine.server.auditlog - package org.odpi.openmetadata.accessservices.dataengine.server.auditlog
 
org.odpi.openmetadata.accessservices.dataengine.server.builders - package org.odpi.openmetadata.accessservices.dataengine.server.builders
 
org.odpi.openmetadata.accessservices.dataengine.server.handlers - package org.odpi.openmetadata.accessservices.dataengine.server.handlers
 
org.odpi.openmetadata.accessservices.dataengine.server.mappers - package org.odpi.openmetadata.accessservices.dataengine.server.mappers
 
org.odpi.openmetadata.accessservices.dataengine.server.service - package org.odpi.openmetadata.accessservices.dataengine.server.service
 

P

PATCH_LEVEL_PROPERTY_NAME - Static variable in class org.odpi.openmetadata.accessservices.dataengine.server.mappers.SoftwareServerPropertiesMapper
 
PORT_ALIAS_TYPE_GUID - Static variable in class org.odpi.openmetadata.accessservices.dataengine.server.mappers.PortPropertiesMapper
 
PORT_ALIAS_TYPE_NAME - Static variable in class org.odpi.openmetadata.accessservices.dataengine.server.mappers.PortPropertiesMapper
 
PORT_DELEGATION_TYPE_GUIUD - Static variable in class org.odpi.openmetadata.accessservices.dataengine.server.mappers.PortPropertiesMapper
 
PORT_IMPLEMENTATION_TYPE_GUID - Static variable in class org.odpi.openmetadata.accessservices.dataengine.server.mappers.PortPropertiesMapper
 
PORT_IMPLEMENTATION_TYPE_NAME - Static variable in class org.odpi.openmetadata.accessservices.dataengine.server.mappers.PortPropertiesMapper
 
PORT_SCHEMA_TYPE_GUID - Static variable in class org.odpi.openmetadata.accessservices.dataengine.server.mappers.PortPropertiesMapper
 
PORT_TYPE_GUID - Static variable in class org.odpi.openmetadata.accessservices.dataengine.server.mappers.PortPropertiesMapper
 
PORT_TYPE_NAME - Static variable in class org.odpi.openmetadata.accessservices.dataengine.server.mappers.PortPropertiesMapper
 
PORT_TYPE_PROPERTY_NAME - Static variable in class org.odpi.openmetadata.accessservices.dataengine.server.mappers.PortPropertiesMapper
 
PortHandler - Class in org.odpi.openmetadata.accessservices.dataengine.server.handlers
PortHandler manages Port objects from the property server.
PortHandler(String, String, InvalidParameterHandler, RepositoryHandler, OMRSRepositoryHelper) - Constructor for class org.odpi.openmetadata.accessservices.dataengine.server.handlers.PortHandler
Construct the handler information needed to interact with the repository services
PortPropertiesBuilder - Class in org.odpi.openmetadata.accessservices.dataengine.server.builders
PortPropertiesBuilder is able to build the properties for an Port entity.
PortPropertiesBuilder(String, String, PortType, OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.dataengine.server.builders.PortPropertiesBuilder
Constructor
PortPropertiesMapper - Class in org.odpi.openmetadata.accessservices.dataengine.server.mappers
PortPropertiesMapper provides property name mapping for Ports and their relationships.
PortPropertiesMapper() - Constructor for class org.odpi.openmetadata.accessservices.dataengine.server.mappers.PortPropertiesMapper
 
PROCESS_PORT_TYPE_GUID - Static variable in class org.odpi.openmetadata.accessservices.dataengine.server.mappers.ProcessPropertiesMapper
 
PROCESS_TYPE_GUID - Static variable in class org.odpi.openmetadata.accessservices.dataengine.server.mappers.ProcessPropertiesMapper
 
PROCESS_TYPE_NAME - Static variable in class org.odpi.openmetadata.accessservices.dataengine.server.mappers.ProcessPropertiesMapper
 
ProcessHandler - Class in org.odpi.openmetadata.accessservices.dataengine.server.handlers
ProcessHandler manages Process objects from the property server.
ProcessHandler(String, String, InvalidParameterHandler, RepositoryHandler, OMRSRepositoryHelper) - Constructor for class org.odpi.openmetadata.accessservices.dataengine.server.handlers.ProcessHandler
Construct the handler information needed to interact with the repository services
ProcessPropertiesBuilder - Class in org.odpi.openmetadata.accessservices.dataengine.server.builders
ProcessPropertiesBuilder is able to build the properties for an Process entity.
ProcessPropertiesBuilder(String, String, String, String, String, OwnerType, List<String>, String, String, Map<String, String>, Map<String, Object>, OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.dataengine.server.builders.ProcessPropertiesBuilder
 
ProcessPropertiesMapper - Class in org.odpi.openmetadata.accessservices.dataengine.server.mappers
ProcessPropertiesMapper provides property name mapping for Processes and their relationships.
ProcessPropertiesMapper() - Constructor for class org.odpi.openmetadata.accessservices.dataengine.server.mappers.ProcessPropertiesMapper
 

Q

QUALIFIED_NAME_PROPERTY_NAME - Static variable in class org.odpi.openmetadata.accessservices.dataengine.server.mappers.PortPropertiesMapper
 
QUALIFIED_NAME_PROPERTY_NAME - Static variable in class org.odpi.openmetadata.accessservices.dataengine.server.mappers.ProcessPropertiesMapper
 
QUALIFIED_NAME_PROPERTY_NAME - Static variable in class org.odpi.openmetadata.accessservices.dataengine.server.mappers.SchemaTypePropertiesMapper
 
QUALIFIED_NAME_PROPERTY_NAME - Static variable in class org.odpi.openmetadata.accessservices.dataengine.server.mappers.SoftwareServerPropertiesMapper
 

S

SchemaTypePropertiesMapper - Class in org.odpi.openmetadata.accessservices.dataengine.server.mappers
SchemaTypePropertiesMapper provides property name mapping for SchemaTypes and their relationships.
SchemaTypePropertiesMapper() - Constructor for class org.odpi.openmetadata.accessservices.dataengine.server.mappers.SchemaTypePropertiesMapper
 
shutdown() - Method in class org.odpi.openmetadata.accessservices.dataengine.server.admin.DataEngineAdmin
Shutdown the access service.
SOFTWARE_SERVER_CAPABILITY_TYPE_GUID - Static variable in class org.odpi.openmetadata.accessservices.dataengine.server.mappers.SoftwareServerPropertiesMapper
 
SOFTWARE_SERVER_CAPABILITY_TYPE_NAME - Static variable in class org.odpi.openmetadata.accessservices.dataengine.server.mappers.SoftwareServerPropertiesMapper
 
SoftwareServerPropertiesBuilder - Class in org.odpi.openmetadata.accessservices.dataengine.server.builders
 
SoftwareServerPropertiesBuilder(String, String, String, String, String, String, String, Map<String, String>, Map<String, Object>, OMRSRepositoryHelper, String, String) - Constructor for class org.odpi.openmetadata.accessservices.dataengine.server.builders.SoftwareServerPropertiesBuilder
Constructor supporting all properties.
SoftwareServerPropertiesMapper - Class in org.odpi.openmetadata.accessservices.dataengine.server.mappers
SoftwareServerPropertiesMapper provides property name mapping for Software Servers.
SoftwareServerPropertiesMapper() - Constructor for class org.odpi.openmetadata.accessservices.dataengine.server.mappers.SoftwareServerPropertiesMapper
 
SoftwareServerRegistrationHandler - Class in org.odpi.openmetadata.accessservices.dataengine.server.handlers
SoftwareServerRegistrationHandler manages SoftwareServerCapability objects from the property server.
SoftwareServerRegistrationHandler(String, String, InvalidParameterHandler, RepositoryHandler, OMRSRepositoryHelper) - Constructor for class org.odpi.openmetadata.accessservices.dataengine.server.handlers.SoftwareServerRegistrationHandler
Construct the handler information needed to interact with the repository services
SOURCE_PROPERTY_NAME - Static variable in class org.odpi.openmetadata.accessservices.dataengine.server.mappers.SoftwareServerPropertiesMapper
 

T

TYPE_DESCRIPTION_PROPERTY_NAME - Static variable in class org.odpi.openmetadata.accessservices.dataengine.server.mappers.SoftwareServerPropertiesMapper
 

U

updateProcessStatus(String, String, InstanceStatus) - Method in class org.odpi.openmetadata.accessservices.dataengine.server.handlers.ProcessHandler
Update the process instance status to

V

valueOf(String) - Static method in enum org.odpi.openmetadata.accessservices.dataengine.server.auditlog.DataEngineAuditCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.odpi.openmetadata.accessservices.dataengine.server.auditlog.DataEngineAuditCode
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION_PROPERTY_NAME - Static variable in class org.odpi.openmetadata.accessservices.dataengine.server.mappers.SoftwareServerPropertiesMapper
 
A C D F G I L O P Q S T U V 
Skip navigation links

Copyright © 2018–2019 ODPi. All rights reserved.