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

A

addAttribute(OAttribute) - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
addAttribute(OAttribute) - Method in class com.orientechnologies.teleporter.model.dbschema.OKey
 
addCoordinatesFromOldConfiguration(OConfiguration, OConfiguration) - Method in class com.orientechnologies.teleporter.strategy.rdbms.OAbstractDBMSModelBuildingStrategy
 
allProperties - Variable in class com.orientechnologies.teleporter.model.graphmodel.OElementType
 
alreadyFullImportedInOrient(ODatabaseDocument, ResultSet, OVertexType, Set<String>) - Method in class com.orientechnologies.teleporter.importengine.rdbms.graphengine.OGraphEngineForDB
Return true if the record is "full-imported" in OrientDB: the correspondent vertex is visited (all properties are set).
analyzedRecords - Variable in class com.orientechnologies.teleporter.context.OTeleporterStatistics
 
applyImportConfiguration() - Method in class com.orientechnologies.teleporter.mapper.OSource2GraphMapper
 
applyImportConfiguration() - Method in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
MACRO EXECUTION BLOCK: APPLY IMPORT CONFIGURATION Builds the graph model and the rules for the mapping with the source database schema through 2 micro execution blocks: - upsert Relationships according to the migrationConfigDoc
areEquals(ODocument, ODocument) - Static method in class com.orientechnologies.teleporter.util.ODocumentComparator
 
attribute2property - Variable in class com.orientechnologies.teleporter.mapper.rdbms.classmapper.OEntityClassMapper
 

B

belongingEntity - Variable in class com.orientechnologies.teleporter.model.dbschema.OKey
 
buildAggregateTableFromHierarchicalBag(OHierarchicalBag) - Method in class com.orientechnologies.teleporter.importengine.rdbms.dbengine.OCommonQueryBuilder
 
buildAggregateTableFromHierarchicalBag(OHierarchicalBag) - Method in class com.orientechnologies.teleporter.importengine.rdbms.dbengine.ODBQueryEngine
 
buildAggregateTableFromHierarchicalBag(OHierarchicalBag) - Method in interface com.orientechnologies.teleporter.importengine.rdbms.dbengine.OQueryBuilder
 
buildAggregationColumnsFromAggregatedVertex(OConfiguredVertexClass) - Method in class com.orientechnologies.teleporter.strategy.rdbms.OAbstractDBMSImportStrategy
 
buildConfigEdgesFromGraphModel(OER2GraphMapper, OConfiguration, Map<String, String>) - Method in class com.orientechnologies.teleporter.configuration.OConfigurationHandler
 
buildConfigurationFilePath(String, String) - Static method in class com.orientechnologies.teleporter.util.OMigrationConfigManager
 
buildConfigurationFromJSONDoc(ODocument) - Method in class com.orientechnologies.teleporter.configuration.OConfigurationHandler
 
buildConfigurationFromJSONDoc(ODocument, boolean) - Method in class com.orientechnologies.teleporter.configuration.OConfigurationHandler
Parsing method.
buildConfigurationFromMapper(OER2GraphMapper) - Method in class com.orientechnologies.teleporter.configuration.OConfigurationHandler
 
buildConfigurationHandler() - Method in class com.orientechnologies.teleporter.strategy.rdbms.OAbstractDBMSImportStrategy
 
buildConfigurationHandler() - Method in class com.orientechnologies.teleporter.strategy.rdbms.OAbstractDBMSModelBuildingStrategy
 
buildConfigurationHandler() - Method in class com.orientechnologies.teleporter.strategy.rdbms.ODBMSModelBuildingAggregationStrategy
 
buildConfigurationHandler() - Method in class com.orientechnologies.teleporter.strategy.rdbms.ODBMSNaiveAggregationStrategy
 
buildConfigurationHandler() - Method in class com.orientechnologies.teleporter.strategy.rdbms.ODBMSNaiveStrategy
 
buildConfigurationHandler() - Method in class com.orientechnologies.teleporter.strategy.rdbms.ODBMSSimpleModelBuildingStrategy
 
buildConfigVerticesFromGraphModel(OER2GraphMapper, OConfiguration) - Method in class com.orientechnologies.teleporter.configuration.OConfigurationHandler
 
buildDataTypeHandler(String) - Method in class com.orientechnologies.teleporter.factory.ODataTypeHandlerFactory
 
buildGeospatialQuery(OEntity, List<String>, OTeleporterContext) - Method in class com.orientechnologies.teleporter.importengine.rdbms.dbengine.OPostgreSQLQueryBuilder
 
buildGeospatialQuery(OEntity, OTeleporterContext) - Method in class com.orientechnologies.teleporter.persistence.handler.ODBMSDataTypeHandler
 
buildGraphModel(ONameResolver) - Method in class com.orientechnologies.teleporter.mapper.OSource2GraphMapper
 
buildGraphModel(ONameResolver) - Method in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
buildJSONDocFromConfiguration(OConfiguration) - Method in class com.orientechnologies.teleporter.configuration.OConfigurationHandler
It returns a ODocument object containing the configuration (JSON format) starting from a OConfiguration object.
buildJsonFromFile(String) - Static method in class com.orientechnologies.teleporter.util.OFileManager
It returns a ODocument starting from a json file.
buildMapper(String, OSourceInfo, String, List<String>, List<String>, OConfiguration) - Method in class com.orientechnologies.teleporter.factory.OMapperFactory
 
buildNameResolver(String) - Method in class com.orientechnologies.teleporter.factory.ONameResolverFactory
 
buildQueryBuilder(String) - Method in class com.orientechnologies.teleporter.factory.OQueryBuilderFactory
 
buildSourceDatabaseSchema() - Method in class com.orientechnologies.teleporter.mapper.OSource2GraphMapper
 
buildSourceDatabaseSchema() - Method in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
MACRO EXECUTION BLOCK: BUILD SOURCE DATABASE SCHEMA Builds the database schema and the rules for the mapping with the graph model through 3 micro execution blocks: - Build Entities - Build Out-Relationships - Build In-Relationships
buildSourceDatabaseSchema() - Method in class com.orientechnologies.teleporter.mapper.rdbms.OHibernate2GraphMapper
 
buildStrategy(String, String, String, String) - Method in class com.orientechnologies.teleporter.factory.OStrategyFactory
 
buildTableName2MappedConfiguredVertices() - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguration
 
builtEntities - Variable in class com.orientechnologies.teleporter.context.OTeleporterStatistics
 
builtModelEdgeTypes - Variable in class com.orientechnologies.teleporter.context.OTeleporterStatistics
 
builtModelVertexTypes - Variable in class com.orientechnologies.teleporter.context.OTeleporterStatistics
 
builtRelationships - Variable in class com.orientechnologies.teleporter.context.OTeleporterStatistics
 

C

call() - Method in class com.orientechnologies.teleporter.http.handler.OTeleporterJob
 
checkConnection(ODocument, OServer) - Method in class com.orientechnologies.teleporter.http.handler.OTeleporterHandler
Checks If the connection with given parameters is alive
checkConnection(String, String, String, String) - Method in class com.orientechnologies.teleporter.util.ODriverConfigurator
Checks connection to a source database identified through the 4 access parameters.
checkConnection(String, String, String, String, String) - Method in class com.orientechnologies.teleporter.util.ODriverConfigurator
Checks connection to a source database identified through the 4 access parameters.
checkDriverConfiguration(String) - Method in class com.orientechnologies.teleporter.util.ODriverConfigurator
It Checks if the requested driver is already present in the classpath, if not present it downloads the last available driver version.
checkDriverConfiguration(String, String) - Method in class com.orientechnologies.teleporter.util.ODriverConfigurator
 
closeAll() - Method in class com.orientechnologies.teleporter.persistence.util.OQueryResult
 
closeOrientDBInstance() - Method in class com.orientechnologies.teleporter.context.OTeleporterContext
 
com.orientechnologies.teleporter.configuration - package com.orientechnologies.teleporter.configuration
 
com.orientechnologies.teleporter.configuration.api - package com.orientechnologies.teleporter.configuration.api
 
com.orientechnologies.teleporter.context - package com.orientechnologies.teleporter.context
 
com.orientechnologies.teleporter.exception - package com.orientechnologies.teleporter.exception
 
com.orientechnologies.teleporter.factory - package com.orientechnologies.teleporter.factory
 
com.orientechnologies.teleporter.http - package com.orientechnologies.teleporter.http
 
com.orientechnologies.teleporter.http.handler - package com.orientechnologies.teleporter.http.handler
 
com.orientechnologies.teleporter.importengine - package com.orientechnologies.teleporter.importengine
 
com.orientechnologies.teleporter.importengine.rdbms.dbengine - package com.orientechnologies.teleporter.importengine.rdbms.dbengine
 
com.orientechnologies.teleporter.importengine.rdbms.graphengine - package com.orientechnologies.teleporter.importengine.rdbms.graphengine
 
com.orientechnologies.teleporter.main - package com.orientechnologies.teleporter.main
 
com.orientechnologies.teleporter.mapper - package com.orientechnologies.teleporter.mapper
 
com.orientechnologies.teleporter.mapper.rdbms - package com.orientechnologies.teleporter.mapper.rdbms
 
com.orientechnologies.teleporter.mapper.rdbms.classmapper - package com.orientechnologies.teleporter.mapper.rdbms.classmapper
 
com.orientechnologies.teleporter.model - package com.orientechnologies.teleporter.model
 
com.orientechnologies.teleporter.model.dbschema - package com.orientechnologies.teleporter.model.dbschema
 
com.orientechnologies.teleporter.model.graphmodel - package com.orientechnologies.teleporter.model.graphmodel
 
com.orientechnologies.teleporter.nameresolver - package com.orientechnologies.teleporter.nameresolver
 
com.orientechnologies.teleporter.persistence.handler - package com.orientechnologies.teleporter.persistence.handler
 
com.orientechnologies.teleporter.persistence.util - package com.orientechnologies.teleporter.persistence.util
 
com.orientechnologies.teleporter.strategy - package com.orientechnologies.teleporter.strategy
 
com.orientechnologies.teleporter.strategy.rdbms - package com.orientechnologies.teleporter.strategy.rdbms
 
com.orientechnologies.teleporter.ui - package com.orientechnologies.teleporter.ui
 
com.orientechnologies.teleporter.util - package com.orientechnologies.teleporter.util
 
com.orientechnologies.teleporter.writer - package com.orientechnologies.teleporter.writer
 
compareTo(OAttribute) - Method in class com.orientechnologies.teleporter.model.dbschema.OAttribute
 
compareTo(OEntity) - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
compareTo(OElementType) - Method in class com.orientechnologies.teleporter.model.graphmodel.OElementType
 
config(OServer, OServerParameterConfiguration[]) - Method in class com.orientechnologies.teleporter.main.OTeleporter
 
configuredProperties - Variable in class com.orientechnologies.teleporter.configuration.api.OConfiguredClass
 
connectVertexToRelatedVertices(ODatabaseDocument, OLogicalRelationship, OVertex, OVertexType, OVertexType, String) - Method in class com.orientechnologies.teleporter.importengine.rdbms.graphengine.OGraphEngineForDB
Dead!
containsAttribute(String) - Method in class com.orientechnologies.teleporter.mapper.rdbms.classmapper.OEntityClassMapper
 
containsProperty(String) - Method in class com.orientechnologies.teleporter.mapper.rdbms.classmapper.OEntityClassMapper
 
convertJSONToDocument(String, String) - Method in class com.orientechnologies.teleporter.persistence.handler.ODBMSDataTypeHandler
 
countTableRecords(String, String) - Method in class com.orientechnologies.teleporter.importengine.rdbms.dbengine.OCommonQueryBuilder
 
countTableRecords(OSourceDatabaseInfo, String, String) - Method in class com.orientechnologies.teleporter.importengine.rdbms.dbengine.ODBQueryEngine
 
countTableRecords(String, String) - Method in interface com.orientechnologies.teleporter.importengine.rdbms.dbengine.OQueryBuilder
 
createSchemaMapper(OSourceDatabaseInfo, String, String, ONameResolver, ODBMSDataTypeHandler, List<String>, List<String>, OConfiguration) - Method in class com.orientechnologies.teleporter.strategy.rdbms.OAbstractDBMSImportStrategy
 
createSchemaMapper(OSourceDatabaseInfo, String, String, String, ONameResolver, ODBMSDataTypeHandler, List<String>, List<String>, OConfiguration) - Method in class com.orientechnologies.teleporter.strategy.rdbms.OAbstractDBMSModelBuildingStrategy
 
createSchemaMapper(OSourceDatabaseInfo, String, String, String, ONameResolver, ODBMSDataTypeHandler, List<String>, List<String>, OConfiguration) - Method in class com.orientechnologies.teleporter.strategy.rdbms.ODBMSModelBuildingAggregationStrategy
 
createSchemaMapper(OSourceDatabaseInfo, String, String, ONameResolver, ODBMSDataTypeHandler, List<String>, List<String>, OConfiguration) - Method in class com.orientechnologies.teleporter.strategy.rdbms.ODBMSNaiveAggregationStrategy
 
createSchemaMapper(OSourceDatabaseInfo, String, String, ONameResolver, ODBMSDataTypeHandler, List<String>, List<String>, OConfiguration) - Method in class com.orientechnologies.teleporter.strategy.rdbms.ODBMSNaiveStrategy
 
createSchemaMapper(OSourceDatabaseInfo, String, String, String, ONameResolver, ODBMSDataTypeHandler, List<String>, List<String>, OConfiguration) - Method in class com.orientechnologies.teleporter.strategy.rdbms.ODBMSSimpleModelBuildingStrategy
 

D

dataBaseSchema - Variable in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
dbmsType2OrientType - Variable in class com.orientechnologies.teleporter.persistence.handler.ODBMSDataTypeHandler
 
dbName - Variable in class com.orientechnologies.teleporter.strategy.rdbms.OAbstractDBMSImportStrategy
 
debug(Object, String) - Method in class com.orientechnologies.teleporter.context.OTeleporterMessageHandler
 
debug(Object, String, Object...) - Method in class com.orientechnologies.teleporter.context.OTeleporterMessageHandler
 
DEFAULT_CLASS_MAPPER_INDEX - Variable in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
deleteResource(String) - Static method in class com.orientechnologies.teleporter.util.OFileManager
 
direction - Variable in class com.orientechnologies.teleporter.model.dbschema.ORelationship
 
doneLeftVerticesCurrentLogicalRelationship - Variable in class com.orientechnologies.teleporter.context.OTeleporterStatistics
 
doneLogicalRelationships - Variable in class com.orientechnologies.teleporter.context.OTeleporterStatistics
 
DRIVERS - Static variable in class com.orientechnologies.teleporter.util.ODriverConfigurator
 
dropOrientDBDatabase(String) - Method in class com.orientechnologies.teleporter.context.OTeleporterContext
 

E

edgeType2EEClassMappers - Variable in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
edgeType2relationships - Variable in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
edgeTypeName2count - Variable in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
entitiesAnalyzedForRelationship - Variable in class com.orientechnologies.teleporter.context.OTeleporterStatistics
 
entity - Variable in class com.orientechnologies.teleporter.mapper.rdbms.classmapper.OEntityClassMapper
 
entity2EEClassMappers - Variable in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
entity2EVClassMappers - Variable in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
equals(Object) - Method in class com.orientechnologies.teleporter.mapper.rdbms.classmapper.OEEClassMapper
 
equals(Object) - Method in class com.orientechnologies.teleporter.mapper.rdbms.classmapper.OEVClassMapper
 
equals(Object) - Method in class com.orientechnologies.teleporter.model.dbschema.OAttribute
 
equals(Object) - Method in class com.orientechnologies.teleporter.model.dbschema.OCanonicalRelationship
 
equals(Object) - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
equals(Object) - Method in class com.orientechnologies.teleporter.model.dbschema.OHierarchicalBag
 
equals(Object) - Method in class com.orientechnologies.teleporter.model.dbschema.OKey
 
equals(Object) - Method in class com.orientechnologies.teleporter.model.dbschema.OLogicalRelationship
 
equals(Object) - Method in class com.orientechnologies.teleporter.model.dbschema.OSourceDatabaseInfo
 
equals(Object) - Method in class com.orientechnologies.teleporter.model.graphmodel.OEdgeType
 
equals(Object) - Method in class com.orientechnologies.teleporter.model.graphmodel.OModelProperty
 
equals(Object) - Method in class com.orientechnologies.teleporter.model.graphmodel.OVertexType
 
error(Object, String) - Method in class com.orientechnologies.teleporter.context.OTeleporterMessageHandler
 
error(Object, String, Object...) - Method in class com.orientechnologies.teleporter.context.OTeleporterMessageHandler
 
errorMessages - Variable in class com.orientechnologies.teleporter.context.OTeleporterStatistics
 
excludedTables - Variable in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
execute(ODocument, OServer) - Method in class com.orientechnologies.teleporter.http.handler.OTeleporterHandler
Executes import with configuration;
execute(OHttpRequest, OHttpResponse) - Method in class com.orientechnologies.teleporter.http.OServerCommandTeleporter
 
execute(String, String, String, String, String, String, String, String, String, String, List<String>, List<String>, String, OPluginMessageHandler) - Static method in class com.orientechnologies.teleporter.main.OTeleporter
Executes the import of the source DB in a OrientDB Graph through different parameters.
execute(String, String, String, String, String, String, String, String, String, String, List<String>, List<String>, OPluginMessageHandler) - Static method in class com.orientechnologies.teleporter.main.OTeleporter
 
executeImport(OSourceDatabaseInfo, String, OSource2GraphMapper, ODBMSDataTypeHandler) - Method in class com.orientechnologies.teleporter.strategy.rdbms.OAbstractDBMSImportStrategy
 
executeImport(OSourceDatabaseInfo, String, OSource2GraphMapper, ODBMSDataTypeHandler) - Method in class com.orientechnologies.teleporter.strategy.rdbms.ODBMSNaiveAggregationStrategy
 
executeImport(OSourceDatabaseInfo, String, OSource2GraphMapper, ODBMSDataTypeHandler) - Method in class com.orientechnologies.teleporter.strategy.rdbms.ODBMSNaiveStrategy
 
executeJob(String, String, String, String, String, String, String, String, String, String, List<String>, List<String>, String, OPluginMessageHandler, OrientDB) - Static method in class com.orientechnologies.teleporter.main.OTeleporter
Executes the import of the source DB in a OrientDB Graph through different parameters.
executeQuery(String, OSourceDatabaseInfo) - Method in class com.orientechnologies.teleporter.importengine.rdbms.dbengine.ODBQueryEngine
 
executeStrategy(OSourceInfo, String, String, String, String, List<String>, List<String>, ODocument) - Method in interface com.orientechnologies.teleporter.strategy.OWorkflowStrategy
 
executeStrategy(OSourceInfo, String, String, String, String, List<String>, List<String>, ODocument) - Method in class com.orientechnologies.teleporter.strategy.rdbms.OAbstractDBMSImportStrategy
 
executeStrategy(OSourceInfo, String, String, String, String, List<String>, List<String>, ODocument) - Method in class com.orientechnologies.teleporter.strategy.rdbms.OAbstractDBMSModelBuildingStrategy
 
extractAll(String, String) - Static method in class com.orientechnologies.teleporter.util.OFileManager
 
extractPropertiesFromRecordIntoEdge(ResultSet, Map<String, Object>, String, String, String, OEdgeType) - Method in class com.orientechnologies.teleporter.importengine.rdbms.graphengine.OGraphEngineForDB
 
extractPropertiesFromRecordIntoVertex(ResultSet, Map<String, Object>, String, String, String, OVertexType) - Method in class com.orientechnologies.teleporter.importengine.rdbms.graphengine.OGraphEngineForDB
 
extractSourceDatabaseInfo(ODocument) - Static method in class com.orientechnologies.teleporter.util.OMigrationConfigManager
 

F

fetchDriverClassName(String) - Method in class com.orientechnologies.teleporter.util.ODriverConfigurator
It performs a fetching of the driver class name from the driver name (corresponding to the chosen DBMS) Connection to the 'http://orientdb.com/jdbc-drivers.json' resource if needed.
filterAccordingToBlackList(ODocument, List<String>) - Method in class com.orientechnologies.teleporter.configuration.OConfigurationHandler
 
filterAccordingToWhiteList(ODocument, List<String>) - Method in class com.orientechnologies.teleporter.configuration.OConfigurationHandler
 
foreignEntity - Variable in class com.orientechnologies.teleporter.model.dbschema.ORelationship
 

G

geospatialImplemented - Variable in class com.orientechnologies.teleporter.persistence.handler.ODBMSDataTypeHandler
 
getAggregationColumns() - Method in class com.orientechnologies.teleporter.configuration.api.OSourceTable
 
getAggregationFunction() - Method in class com.orientechnologies.teleporter.configuration.api.OVertexMappingInformation
 
getAggregatorEdgeByEdgeTypeName(String) - Method in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
getAggregatorEdgeByJoinVertexTypeName(String) - Method in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
getAllAttributes() - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
getAllInCanonicalRelationships() - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
getAllOutCanonicalRelationships() - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
getAllProperties() - Method in class com.orientechnologies.teleporter.model.graphmodel.OElementType
 
getAttribute2property() - Method in class com.orientechnologies.teleporter.mapper.rdbms.classmapper.OEntityClassMapper
 
getAttributeByName(String) - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
getAttributeByName(String) - Method in class com.orientechnologies.teleporter.model.dbschema.OKey
 
getAttributeByNameIgnoreCase(String) - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
getAttributeByNameIgnoreCase(String) - Method in class com.orientechnologies.teleporter.model.dbschema.OKey
 
getAttributeByOrdinalPosition(int) - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
getAttributeByOrdinalPosition(int) - Method in class com.orientechnologies.teleporter.model.dbschema.OPrimaryKey
 
getAttributeByProperty(String) - Method in class com.orientechnologies.teleporter.mapper.rdbms.classmapper.OEntityClassMapper
 
getAttributeByPropertyAboveMappers(String, List<OEVClassMapper>) - Method in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
getAttributeNameByEdgeTypeAndProperty(OEdgeType, String) - Method in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
getAttributeNameByVertexTypeAndProperty(OVertexType, String) - Method in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
getAttributes() - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
getBelongingEdge() - Method in class com.orientechnologies.teleporter.configuration.api.OEdgeMappingInformation
 
getBelongingElementType() - Method in class com.orientechnologies.teleporter.model.graphmodel.OModelProperty
 
getBelongingEntity() - Method in class com.orientechnologies.teleporter.model.dbschema.OAttribute
 
getBelongingEntity() - Method in class com.orientechnologies.teleporter.model.dbschema.OKey
 
getBelongingMapping() - Method in class com.orientechnologies.teleporter.configuration.api.OSourceTable
 
getBelongingVertex() - Method in class com.orientechnologies.teleporter.configuration.api.OVertexMappingInformation
 
getCanonicalRelationships() - Method in class com.orientechnologies.teleporter.model.dbschema.ODataBaseSchema
 
getColumnName() - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredPropertyMapping
 
getConfigFileName() - Static method in class com.orientechnologies.teleporter.util.OMigrationConfigManager
 
getConfigurationDirectoryName() - Static method in class com.orientechnologies.teleporter.util.OMigrationConfigManager
 
getConfiguredEdges() - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguration
 
getConfiguredProperties() - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredClass
 
getConfiguredVertices() - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguration
 
getConnection(OSourceDatabaseInfo) - Static method in class com.orientechnologies.teleporter.persistence.util.ODBSourceConnection
 
getConnection(String, String, String, String) - Static method in class com.orientechnologies.teleporter.persistence.util.ODBSourceConnection
 
getDataBaseSchema() - Method in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
getDataSource() - Method in class com.orientechnologies.teleporter.configuration.api.OSourceTable
 
getDataType() - Method in class com.orientechnologies.teleporter.model.dbschema.OAttribute
 
getDataTypeHandler() - Method in class com.orientechnologies.teleporter.context.OTeleporterContext
 
getDbConnection() - Method in class com.orientechnologies.teleporter.persistence.util.OQueryResult
 
getDBMSConnection(String, String, String, String) - Method in class com.orientechnologies.teleporter.util.ODriverConfigurator
It gets the connection to the source database.
getDbQueryEngine() - Method in class com.orientechnologies.teleporter.context.OTeleporterContext
 
getDepth2entities() - Method in class com.orientechnologies.teleporter.model.dbschema.OHierarchicalBag
 
getDirection() - Method in class com.orientechnologies.teleporter.configuration.api.OEdgeMappingInformation
 
getDirection() - Method in class com.orientechnologies.teleporter.model.dbschema.ORelationship
 
getDirectionOfN2NRepresentedRelationship() - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
getDiscriminatorColumn() - Method in class com.orientechnologies.teleporter.model.dbschema.OHierarchicalBag
 
getDriverDependencyPath() - Method in class com.orientechnologies.teleporter.context.OTeleporterContext
 
getDriverMajorVersion() - Method in class com.orientechnologies.teleporter.model.dbschema.ODataBaseSchema
 
getDriverMinorVersion() - Method in class com.orientechnologies.teleporter.model.dbschema.ODataBaseSchema
 
getDriverName() - Method in class com.orientechnologies.teleporter.model.dbschema.OSourceDatabaseInfo
 
getEdgeByName(String) - Method in class com.orientechnologies.teleporter.model.graphmodel.OVertexType
 
getEdgeByName(String, ODirection) - Method in class com.orientechnologies.teleporter.model.graphmodel.OVertexType
 
getEdgeClassByName(String) - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguration
 
getEdgesType() - Method in class com.orientechnologies.teleporter.model.graphmodel.OGraphModel
 
getEdgeType() - Method in class com.orientechnologies.teleporter.mapper.rdbms.classmapper.OEEClassMapper
 
getEdgeType() - Method in class com.orientechnologies.teleporter.mapper.rdbms.OAggregatorEdge
 
getEdgeType2EEClassMappers() - Method in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
getEdgeType2relationships() - Method in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
getEdgeTypeByName(String) - Method in class com.orientechnologies.teleporter.model.graphmodel.OGraphModel
 
getEdgeTypeByNameIgnoreCase(String) - Method in class com.orientechnologies.teleporter.model.graphmodel.OGraphModel
 
getEdgeTypeName2count() - Method in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
getEEClassMappersByEdge(OEdgeType) - Method in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
getEEClassMappersByEntity(OEntity) - Method in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
getEntities() - Method in class com.orientechnologies.teleporter.model.dbschema.ODataBaseSchema
 
getEntity() - Method in class com.orientechnologies.teleporter.mapper.rdbms.classmapper.OEntityClassMapper
 
getEntity2EEClassMappers() - Method in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
getEntity2EVClassMappers() - Method in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
getEntityByName(String) - Method in class com.orientechnologies.teleporter.model.dbschema.ODataBaseSchema
 
getEntityByNameIgnoreCase(String) - Method in class com.orientechnologies.teleporter.model.dbschema.ODataBaseSchema
 
getEntityByVertexType(OVertexType) - Method in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
getEntityByVertexType(OVertexType, int) - Method in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
getEntityName2discriminatorValue() - Method in class com.orientechnologies.teleporter.model.dbschema.OHierarchicalBag
 
getEntityTypeFromSingleTable(String, OEntity, String[], String[]) - Method in class com.orientechnologies.teleporter.importengine.rdbms.dbengine.OCommonQueryBuilder
 
getEntityTypeFromSingleTable(String, OEntity, String[], String[]) - Method in class com.orientechnologies.teleporter.importengine.rdbms.dbengine.ODBQueryEngine
 
getEntityTypeFromSingleTable(String, OEntity, String[], String[]) - Method in interface com.orientechnologies.teleporter.importengine.rdbms.dbengine.OQueryBuilder
 
getEVClassMappersByEntity(OEntity) - Method in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
getEVClassMappersByVertex(OVertexType) - Method in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
getExcludedTables() - Method in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
getExecutionStrategy() - Method in class com.orientechnologies.teleporter.context.OTeleporterContext
 
getExternalKey() - Method in class com.orientechnologies.teleporter.model.graphmodel.OVertexType
 
getExternalKeyProps() - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredVertexClass
 
getFixed() - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredVertexClass
 
getForeignEntity() - Method in class com.orientechnologies.teleporter.model.dbschema.ORelationship
 
getForeignKey() - Method in class com.orientechnologies.teleporter.model.dbschema.OCanonicalRelationship
 
getForeignKeys() - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
getFromClass() - Method in class com.orientechnologies.teleporter.configuration.api.OEdgeMappingInformation
 
getFromColumns() - Method in class com.orientechnologies.teleporter.configuration.api.OAggregatedJoinTableMapping
 
getFromColumns() - Method in class com.orientechnologies.teleporter.configuration.api.OEdgeMappingInformation
 
getFromColumns() - Method in class com.orientechnologies.teleporter.model.dbschema.OCanonicalRelationship
 
getFromColumns() - Method in class com.orientechnologies.teleporter.model.dbschema.OLogicalRelationship
 
getFromColumns() - Method in class com.orientechnologies.teleporter.model.dbschema.ORelationship
 
getFromProperties() - Method in class com.orientechnologies.teleporter.configuration.api.OEdgeMappingInformation
 
getFromTableName() - Method in class com.orientechnologies.teleporter.configuration.api.OEdgeMappingInformation
 
getFromVertexClass() - Method in class com.orientechnologies.teleporter.configuration.api.OSplittingEdgeInformation
 
getGlobalConfiguration() - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredClass
 
getGraphModel() - Method in class com.orientechnologies.teleporter.mapper.OSource2GraphMapper
 
getHierarchicalBag() - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
getHierarchicalBags() - Method in class com.orientechnologies.teleporter.model.dbschema.ODataBaseSchema
 
getHMSFormat(Date, Date) - Static method in class com.orientechnologies.teleporter.util.OFunctionsHandler
 
getHMSFormat(long) - Static method in class com.orientechnologies.teleporter.util.OFunctionsHandler
 
getInCanonicalRelationships() - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
getIncludedTables() - Method in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
getInEdgesType() - Method in class com.orientechnologies.teleporter.model.graphmodel.OVertexType
 
getInheritanceLevel() - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
getInheritanceLevel() - Method in class com.orientechnologies.teleporter.model.graphmodel.OElementType
 
getInheritancePattern() - Method in class com.orientechnologies.teleporter.model.dbschema.OHierarchicalBag
 
getInheritedAttributeByName(String) - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
getInheritedAttributeByNameIgnoreCase(String) - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
getInheritedAttributes() - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
getInheritedInCanonicalRelationships() - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
getInheritedOutCanonicalRelationships() - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
getInheritedProperties() - Method in class com.orientechnologies.teleporter.model.graphmodel.OElementType
 
getInheritedPropertyByName(String) - Method in class com.orientechnologies.teleporter.model.graphmodel.OElementType
 
getInLogicalRelationships() - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
getInstance() - Static method in class com.orientechnologies.teleporter.configuration.api.OConfiguration
 
getInstance() - Static method in class com.orientechnologies.teleporter.context.OTeleporterContext
 
getInVertexClassName() - Method in class com.orientechnologies.teleporter.mapper.rdbms.OAggregatorEdge
 
getInVertexType() - Method in class com.orientechnologies.teleporter.model.graphmodel.OEdgeType
 
getInvolvedAttributes() - Method in class com.orientechnologies.teleporter.model.dbschema.OKey
 
getJoinVertex2aggregatorEdges() - Method in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
getJoinVertexTypeByAggregatorEdge(String) - Method in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
It returns the vertex type mapped with the aggregator edge correspondent to the original join table.
getLogicalRelationships() - Method in class com.orientechnologies.teleporter.model.dbschema.ODataBaseSchema
 
getMajorVersion() - Method in class com.orientechnologies.teleporter.model.dbschema.ODataBaseSchema
 
getMapping() - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredVertexClass
 
getMappings() - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredEdgeClass
 
getMessageHandler() - Method in class com.orientechnologies.teleporter.context.OTeleporterContext
 
getMigrationConfig() - Method in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
getMinorVersion() - Method in class com.orientechnologies.teleporter.model.dbschema.ODataBaseSchema
 
getName() - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredClass
 
getName() - Method in class com.orientechnologies.teleporter.main.OTeleporter
 
getName() - Method in class com.orientechnologies.teleporter.model.dbschema.OAttribute
 
getName() - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
getName() - Method in class com.orientechnologies.teleporter.model.graphmodel.OElementType
 
getName() - Method in class com.orientechnologies.teleporter.model.graphmodel.OModelProperty
 
getNameOfN2NRepresentedRelationship() - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
getNameResolver() - Method in class com.orientechnologies.teleporter.context.OTeleporterContext
 
getNames() - Method in class com.orientechnologies.teleporter.http.OServerCommandTeleporter
 
getNumberRelationshipsRepresented() - Method in class com.orientechnologies.teleporter.model.graphmodel.OEdgeType
 
getOrdinalPosition() - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredProperty
 
getOrdinalPosition() - Method in class com.orientechnologies.teleporter.model.dbschema.OAttribute
 
getOrdinalPosition() - Method in class com.orientechnologies.teleporter.model.graphmodel.OModelProperty
 
getOrientDBInstance() - Method in class com.orientechnologies.teleporter.context.OTeleporterContext
 
getOrientdbType() - Method in class com.orientechnologies.teleporter.model.graphmodel.OModelProperty
 
getOriginalType() - Method in class com.orientechnologies.teleporter.model.graphmodel.OModelProperty
 
getOutCanonicalRelationships() - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
getOutEdgesType() - Method in class com.orientechnologies.teleporter.model.graphmodel.OVertexType
 
getOutLogicalRelationships() - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
getOutputManager() - Method in class com.orientechnologies.teleporter.context.OTeleporterMessageHandler
 
getOutputManagerLevel() - Method in class com.orientechnologies.teleporter.context.OTeleporterMessageHandler
 
getOutVertexClassName() - Method in class com.orientechnologies.teleporter.mapper.rdbms.OAggregatorEdge
 
getOutVertexType() - Method in class com.orientechnologies.teleporter.model.graphmodel.OEdgeType
 
getParentEntity() - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
getParentEntity() - Method in class com.orientechnologies.teleporter.model.dbschema.ORelationship
 
getParentType() - Method in class com.orientechnologies.teleporter.model.graphmodel.OElementType
 
getPassword() - Method in class com.orientechnologies.teleporter.model.dbschema.OSourceDatabaseInfo
 
getPrimaryKey() - Method in class com.orientechnologies.teleporter.model.dbschema.OCanonicalRelationship
 
getPrimaryKey() - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
getPrimaryKey() - Method in class com.orientechnologies.teleporter.model.dbschema.OSourceDatabaseInfo
 
getPrimaryKeyColumns() - Method in class com.orientechnologies.teleporter.configuration.api.OSourceTable
 
getProductName() - Method in class com.orientechnologies.teleporter.model.dbschema.ODataBaseSchema
 
getProductVersion() - Method in class com.orientechnologies.teleporter.model.dbschema.ODataBaseSchema
 
getProgressBar(int) - Method in class com.orientechnologies.teleporter.ui.OProgressMonitor
 
getProperties() - Method in class com.orientechnologies.teleporter.model.graphmodel.OElementType
 
getPropertiesByColumns(List<String>) - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredClass
 
getProperty(String) - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredClass
 
getProperty2attribute() - Method in class com.orientechnologies.teleporter.mapper.rdbms.classmapper.OEntityClassMapper
 
getPropertyByAttribute(String) - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredClass
 
getPropertyByAttribute(String) - Method in class com.orientechnologies.teleporter.mapper.rdbms.classmapper.OEntityClassMapper
 
getPropertyByName(String) - Method in class com.orientechnologies.teleporter.model.graphmodel.OElementType
 
getPropertyByNameAmongAll(String) - Method in class com.orientechnologies.teleporter.model.graphmodel.OElementType
 
getPropertyByOrdinalPosition(int) - Method in class com.orientechnologies.teleporter.model.graphmodel.OElementType
 
getPropertyMapping() - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredProperty
 
getPropertyName() - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredProperty
 
getPropertyNameByEntityAndAttribute(OEntity, String) - Method in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
getPropertyNameByVertexTypeAndAttribute(OVertexType, String) - Method in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
getPropertyType() - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredProperty
 
getPx() - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredVertexClass
 
getPy() - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredVertexClass
 
getRecordById(OEntity, String[], String[]) - Method in class com.orientechnologies.teleporter.importengine.rdbms.dbengine.OCommonQueryBuilder
 
getRecordById(OEntity, String[], String[]) - Method in class com.orientechnologies.teleporter.importengine.rdbms.dbengine.ODBQueryEngine
 
getRecordById(OEntity, String[], String[]) - Method in interface com.orientechnologies.teleporter.importengine.rdbms.dbengine.OQueryBuilder
 
getRecordsByEntity(OEntity) - Method in class com.orientechnologies.teleporter.importengine.rdbms.dbengine.OCommonQueryBuilder
 
getRecordsByEntity(OEntity) - Method in class com.orientechnologies.teleporter.importengine.rdbms.dbengine.ODBQueryEngine
 
getRecordsByEntity(OEntity) - Method in interface com.orientechnologies.teleporter.importengine.rdbms.dbengine.OQueryBuilder
 
getRecordsFromMultipleEntities(List<OEntity>, String[][]) - Method in class com.orientechnologies.teleporter.importengine.rdbms.dbengine.OCommonQueryBuilder
 
getRecordsFromMultipleEntities(List<OEntity>, String[][]) - Method in class com.orientechnologies.teleporter.importengine.rdbms.dbengine.ODBQueryEngine
 
getRecordsFromMultipleEntities(List<OEntity>, String[][]) - Method in class com.orientechnologies.teleporter.importengine.rdbms.dbengine.OMysqlQueryBuilder
MySQL does not allow full outer join, so this query is expressed as UNION of LEFT and RIGHT JOIN.
getRecordsFromMultipleEntities(List<OEntity>, String[][]) - Method in interface com.orientechnologies.teleporter.importengine.rdbms.dbengine.OQueryBuilder
 
getRecordsFromSingleTableByDiscriminatorValue(String, String, OEntity) - Method in class com.orientechnologies.teleporter.importengine.rdbms.dbengine.OCommonQueryBuilder
 
getRecordsFromSingleTableByDiscriminatorValue(String, String, OEntity) - Method in class com.orientechnologies.teleporter.importengine.rdbms.dbengine.ODBQueryEngine
 
getRecordsFromSingleTableByDiscriminatorValue(String, String, OEntity) - Method in interface com.orientechnologies.teleporter.importengine.rdbms.dbengine.OQueryBuilder
 
getRelationship2edgeType() - Method in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
getRelationshipByInvolvedEntitiesAndAttributes(OEntity, OEntity, List<String>, List<String>) - Method in class com.orientechnologies.teleporter.model.dbschema.ODataBaseSchema
 
getRelationshipsByForeignAndParentTables(String, String) - Method in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
getRepresentedJoinTableMapping() - Method in class com.orientechnologies.teleporter.configuration.api.OEdgeMappingInformation
 
getResult() - Method in class com.orientechnologies.teleporter.persistence.util.OQueryResult
 
getSchemaName() - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
getSourceDataseInfo() - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
getSourceDataseInfo() - Method in class com.orientechnologies.teleporter.model.dbschema.OHierarchicalBag
 
getSourceIdName() - Method in class com.orientechnologies.teleporter.configuration.api.OSourceTable
 
getSourceIdName() - Method in class com.orientechnologies.teleporter.model.dbschema.OSourceDatabaseInfo
 
getSourceInfoFileName() - Static method in class com.orientechnologies.teleporter.util.OMigrationConfigManager
 
getSourceName() - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredPropertyMapping
 
getSourceTable() - Method in class com.orientechnologies.teleporter.configuration.api.OSplittingEdgeInformation
 
getSourceTables() - Method in class com.orientechnologies.teleporter.configuration.api.OVertexMappingInformation
 
getSplittingEdgeInfo() - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredEdgeClass
 
getStatement() - Method in class com.orientechnologies.teleporter.persistence.util.OQueryResult
 
getStatistics() - Method in class com.orientechnologies.teleporter.context.OTeleporterContext
 
getTableName() - Method in class com.orientechnologies.teleporter.configuration.api.OAggregatedJoinTableMapping
 
getTableName() - Method in class com.orientechnologies.teleporter.configuration.api.OSourceTable
 
getTables(ODocument, OServer) - Method in class com.orientechnologies.teleporter.http.handler.OTeleporterHandler
Retrieves all the tables contained in the specified source database.
getToClass() - Method in class com.orientechnologies.teleporter.configuration.api.OEdgeMappingInformation
 
getToColumns() - Method in class com.orientechnologies.teleporter.configuration.api.OAggregatedJoinTableMapping
 
getToColumns() - Method in class com.orientechnologies.teleporter.configuration.api.OEdgeMappingInformation
 
getToColumns() - Method in class com.orientechnologies.teleporter.model.dbschema.OCanonicalRelationship
 
getToColumns() - Method in class com.orientechnologies.teleporter.model.dbschema.OLogicalRelationship
 
getToColumns() - Method in class com.orientechnologies.teleporter.model.dbschema.ORelationship
 
getToProperties() - Method in class com.orientechnologies.teleporter.configuration.api.OEdgeMappingInformation
 
getToTableName() - Method in class com.orientechnologies.teleporter.configuration.api.OEdgeMappingInformation
 
getToVertexClass() - Method in class com.orientechnologies.teleporter.configuration.api.OSplittingEdgeInformation
 
getType() - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredPropertyMapping
 
getUrl() - Method in class com.orientechnologies.teleporter.model.dbschema.OSourceDatabaseInfo
 
getUsername() - Method in class com.orientechnologies.teleporter.model.dbschema.OSourceDatabaseInfo
 
getVertexByIndexedKey(ODatabaseDocument, String[], String[], String) - Static method in class com.orientechnologies.teleporter.util.OGraphCommands
The method performs a lookup on the passed ODatabaseDocument for a OVertex, starting from a record and from a vertex type.
getVertexByMappedEntities(List<OEntity>) - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguration
 
getVertexClassByName(String) - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguration
 
getVertexClassByTableName(String) - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguration
 
getVertexType() - Method in class com.orientechnologies.teleporter.mapper.rdbms.classmapper.OEVClassMapper
 
getVertexType2EVClassMappers() - Method in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
getVertexTypeByEntity(OEntity) - Method in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
getVertexTypeByEntity(OEntity, int) - Method in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
getVertexTypeByEntityAndRelationship(OEntity, ORelationship) - Method in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
getVertexTypeByName(String) - Method in class com.orientechnologies.teleporter.model.graphmodel.OGraphModel
 
getVertexTypeByNameIgnoreCase(String) - Method in class com.orientechnologies.teleporter.model.graphmodel.OGraphModel
 
getVertices(ODatabaseDocument, String, String[], String[]) - Static method in class com.orientechnologies.teleporter.util.OGraphCommands
 
getVerticesType() - Method in class com.orientechnologies.teleporter.model.graphmodel.OGraphModel
 
getX() - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredVertexClass
 
getY() - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredVertexClass
 
globalConfiguration - Variable in class com.orientechnologies.teleporter.configuration.api.OConfiguredClass
 
graphModel - Variable in class com.orientechnologies.teleporter.mapper.OSource2GraphMapper
 
graphModelBuildingProgress() - Method in class com.orientechnologies.teleporter.context.OTeleporterStatistics
 

H

hasGeospatialAttributes(OEntity, ODBMSDataTypeHandler) - Method in class com.orientechnologies.teleporter.strategy.rdbms.OAbstractDBMSImportStrategy
 
hashCode() - Method in class com.orientechnologies.teleporter.mapper.rdbms.classmapper.OEEClassMapper
 
hashCode() - Method in class com.orientechnologies.teleporter.mapper.rdbms.classmapper.OEVClassMapper
 
hashCode() - Method in class com.orientechnologies.teleporter.model.dbschema.OAttribute
 
hashCode() - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
hashCode() - Method in class com.orientechnologies.teleporter.model.dbschema.OHierarchicalBag
 
hashCode() - Method in class com.orientechnologies.teleporter.model.dbschema.OKey
 
hashCode() - Method in class com.orientechnologies.teleporter.model.dbschema.ORelationship
 
hashCode() - Method in class com.orientechnologies.teleporter.model.dbschema.OSourceDatabaseInfo
 
hashCode() - Method in class com.orientechnologies.teleporter.model.graphmodel.OEdgeType
 
hashCode() - Method in class com.orientechnologies.teleporter.model.graphmodel.OModelProperty
 
hashCode() - Method in class com.orientechnologies.teleporter.model.graphmodel.OVertexType
 
haveDocumentsSameContent(ODocument, ODocument) - Static method in class com.orientechnologies.teleporter.util.OFunctionsHandler
 

I

importEntitiesBelongingToHierarchies(ODBQueryEngine, OGraphEngineForDB, ODatabaseDocument) - Method in class com.orientechnologies.teleporter.strategy.rdbms.OAbstractDBMSImportStrategy
 
importingProgress() - Method in class com.orientechnologies.teleporter.context.OTeleporterStatistics
 
importJoinTableRecordIntoEdgeClass(List<OEntity>, ODBQueryEngine, OGraphEngineForDB, ODatabaseDocument) - Method in class com.orientechnologies.teleporter.strategy.rdbms.ODBMSNaiveAggregationStrategy
 
importRecordsFromEntitiesIntoVertexClass(List<OEntity>, String[][], OVertexType, ODBQueryEngine, OGraphEngineForDB, ODatabaseDocument) - Method in class com.orientechnologies.teleporter.strategy.rdbms.OAbstractDBMSImportStrategy
It imports all vertices into a Vertex Class (so 1 or more mapped entities).
importRecordsFromSplitEntityIntoVertexClasses(List<OEntity>, List<OVertexType>, ODBQueryEngine, OGraphEngineForDB, ODatabaseDocument) - Method in class com.orientechnologies.teleporter.strategy.rdbms.OAbstractDBMSImportStrategy
It imports all the records from a split entity into all the Vertex Classes mapped with it (so 1 entity mapped with several vertex classes).
includedTables - Variable in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
info(Object, String) - Method in class com.orientechnologies.teleporter.context.OTeleporterMessageHandler
 
info(Object, String, Object...) - Method in class com.orientechnologies.teleporter.context.OTeleporterMessageHandler
 
inheritanceChangesPresent(OGraphModel, ODatabaseDocument) - Method in class com.orientechnologies.teleporter.writer.OGraphModelWriter
 
inheritanceLevel - Variable in class com.orientechnologies.teleporter.model.graphmodel.OElementType
 
inheritedProperties - Variable in class com.orientechnologies.teleporter.model.graphmodel.OElementType
 
initialize() - Method in class com.orientechnologies.teleporter.ui.OProgressMonitor
 
initOrientDBInstance(String) - Method in class com.orientechnologies.teleporter.context.OTeleporterContext
Url contains: protocol + parentDBDirectory.
initOrientDBInstance(String, OrientDBConfig) - Method in class com.orientechnologies.teleporter.context.OTeleporterContext
 
insertEdge(ODatabaseDocument, OVertex, OVertex, String, Map<String, Object>, String) - Method in class com.orientechnologies.teleporter.importengine.rdbms.graphengine.OGraphEngineForDB
Dead!
involvedAttributes - Variable in class com.orientechnologies.teleporter.model.dbschema.OKey
 
isAggregableJoinTable() - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
isAllClosed(OTeleporterContext) - Method in class com.orientechnologies.teleporter.persistence.util.OQueryResult
 
isAlreadyAnalyzed() - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredVertexClass
 
isAnalyzedInLastMigration() - Method in class com.orientechnologies.teleporter.model.graphmodel.OVertexType
 
isCompliantToJavaClassConvention(String) - Method in class com.orientechnologies.teleporter.nameresolver.OJavaConventionNameResolver
 
isCompliantToJavaVariableConvention(String) - Method in class com.orientechnologies.teleporter.nameresolver.OJavaConventionNameResolver
 
isConnectionClosed(OTeleporterContext) - Method in class com.orientechnologies.teleporter.persistence.util.OQueryResult
 
isFromJoinTable() - Method in class com.orientechnologies.teleporter.model.graphmodel.OVertexType
 
isFromPrimaryKey() - Method in class com.orientechnologies.teleporter.model.graphmodel.OModelProperty
 
isGeospatial(List<String>, String) - Method in class com.orientechnologies.teleporter.importengine.rdbms.dbengine.OPostgreSQLQueryBuilder
 
isGeospatial(String) - Method in class com.orientechnologies.teleporter.persistence.handler.ODBMSDataTypeHandler
 
isIncludedInMigration() - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredProperty
 
isIncludedInMigration() - Method in class com.orientechnologies.teleporter.model.graphmodel.OModelProperty
 
isInheritedAttributesRecovered() - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
isInheritedInCanonicalRelationshipsRecovered() - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
isInheritedOutCanonicalRelationshipsRecovered() - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
isLogical() - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredEdgeClass
 
isMandatory() - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredProperty
 
isMandatory() - Method in class com.orientechnologies.teleporter.model.graphmodel.OModelProperty
 
isNotNull() - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredProperty
 
isNotNull() - Method in class com.orientechnologies.teleporter.model.graphmodel.OModelProperty
 
isReadOnly() - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredProperty
 
isReadOnly() - Method in class com.orientechnologies.teleporter.model.graphmodel.OModelProperty
 
isResultSetClosed(OTeleporterContext) - Method in class com.orientechnologies.teleporter.persistence.util.OQueryResult
 
isSplitEntity() - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
isSplittingEdge() - Method in class com.orientechnologies.teleporter.model.graphmodel.OEdgeType
 
isStatementClosed(OTeleporterContext) - Method in class com.orientechnologies.teleporter.persistence.util.OQueryResult
 
isTableAllowed(String) - Method in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 

J

joinVertex2aggregatorEdges - Variable in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
jsonImplemented - Variable in class com.orientechnologies.teleporter.persistence.handler.ODBMSDataTypeHandler
 

L

leftVerticesCurrentLogicalRelationship - Variable in class com.orientechnologies.teleporter.context.OTeleporterStatistics
 
loadMigrationConfigFromFile(String) - Static method in class com.orientechnologies.teleporter.util.OMigrationConfigManager
Loading eventual migrationConfigDoc from an external configuration file.
loadMigrationConfigFromFile(Object, String, OPluginMessageHandler) - Static method in class com.orientechnologies.teleporter.util.OMigrationConfigManager
Loading eventual migrationConfigDoc from an external configuration file.
loadSourceInfo(String) - Static method in class com.orientechnologies.teleporter.util.OMigrationConfigManager
Loading eventual sourceAccessInfoDoc.

M

main(String[]) - Static method in class com.orientechnologies.teleporter.main.OTeleporter
 
mapper - Variable in class com.orientechnologies.teleporter.strategy.rdbms.OAbstractDBMSImportStrategy
 
mapper - Variable in class com.orientechnologies.teleporter.strategy.rdbms.OAbstractDBMSModelBuildingStrategy
 
migrationConfig - Variable in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 

N

name - Variable in class com.orientechnologies.teleporter.configuration.api.OConfiguredClass
 
name - Variable in class com.orientechnologies.teleporter.model.graphmodel.OElementType
 
newInstance(OrientDB) - Static method in class com.orientechnologies.teleporter.context.OTeleporterContext
 
newInstance(String) - Static method in class com.orientechnologies.teleporter.context.OTeleporterContext
 
notifyListeners() - Method in class com.orientechnologies.teleporter.context.OTeleporterStatistics
 

O

OAbstractDBMSImportStrategy - Class in com.orientechnologies.teleporter.strategy.rdbms
 
OAbstractDBMSImportStrategy(String, String, String) - Constructor for class com.orientechnologies.teleporter.strategy.rdbms.OAbstractDBMSImportStrategy
 
OAbstractDBMSModelBuildingStrategy - Class in com.orientechnologies.teleporter.strategy.rdbms
 
OAbstractDBMSModelBuildingStrategy() - Constructor for class com.orientechnologies.teleporter.strategy.rdbms.OAbstractDBMSModelBuildingStrategy
 
OAggregatedJoinTableMapping - Class in com.orientechnologies.teleporter.configuration.api
 
OAggregatedJoinTableMapping(String) - Constructor for class com.orientechnologies.teleporter.configuration.api.OAggregatedJoinTableMapping
 
OAggregatorEdge - Class in com.orientechnologies.teleporter.mapper.rdbms
 
OAggregatorEdge(String, String, OEdgeType) - Constructor for class com.orientechnologies.teleporter.mapper.rdbms.OAggregatorEdge
 
OAttribute - Class in com.orientechnologies.teleporter.model.dbschema
It represents an attribute of an entity.
OAttribute(String, int, String, OEntity) - Constructor for class com.orientechnologies.teleporter.model.dbschema.OAttribute
 
OCanonicalRelationship - Class in com.orientechnologies.teleporter.model.dbschema
It represents a canonical relationship between two entities (foreign and parent entity) based on the importing of a single primary key (composite or not) through a foreign key.
OCanonicalRelationship(OEntity, OEntity) - Constructor for class com.orientechnologies.teleporter.model.dbschema.OCanonicalRelationship
 
OCanonicalRelationship(OEntity, OEntity, OForeignKey, OPrimaryKey) - Constructor for class com.orientechnologies.teleporter.model.dbschema.OCanonicalRelationship
 
OCommonQueryBuilder - Class in com.orientechnologies.teleporter.importengine.rdbms.dbengine
Class implementing OQueryBuilder interface: the implemented methods are usable with every DBMS.
OCommonQueryBuilder() - Constructor for class com.orientechnologies.teleporter.importengine.rdbms.dbengine.OCommonQueryBuilder
 
OConfiguration - Class in com.orientechnologies.teleporter.configuration.api
It collects all the information contained in the migrationConfigDoc submitted by the user.
OConfiguration() - Constructor for class com.orientechnologies.teleporter.configuration.api.OConfiguration
 
OConfigurationHandler - Class in com.orientechnologies.teleporter.configuration
It handles the configuration of the Teleporter workflow.
OConfigurationHandler(boolean) - Constructor for class com.orientechnologies.teleporter.configuration.OConfigurationHandler
 
OConfiguredClass - Class in com.orientechnologies.teleporter.configuration.api
 
OConfiguredClass(String, OConfiguration) - Constructor for class com.orientechnologies.teleporter.configuration.api.OConfiguredClass
 
OConfiguredEdgeClass - Class in com.orientechnologies.teleporter.configuration.api
 
OConfiguredEdgeClass(String, OConfiguration) - Constructor for class com.orientechnologies.teleporter.configuration.api.OConfiguredEdgeClass
 
OConfiguredProperty - Class in com.orientechnologies.teleporter.configuration.api
 
OConfiguredProperty(String) - Constructor for class com.orientechnologies.teleporter.configuration.api.OConfiguredProperty
 
OConfiguredPropertyMapping - Class in com.orientechnologies.teleporter.configuration.api
 
OConfiguredPropertyMapping(String) - Constructor for class com.orientechnologies.teleporter.configuration.api.OConfiguredPropertyMapping
 
OConfiguredVertexClass - Class in com.orientechnologies.teleporter.configuration.api
 
OConfiguredVertexClass(String, OConfiguration) - Constructor for class com.orientechnologies.teleporter.configuration.api.OConfiguredVertexClass
 
ODataBaseSchema - Class in com.orientechnologies.teleporter.model.dbschema
It represents the schema of a source DB with all its elements.
ODataBaseSchema(int, int, int, int, String, String) - Constructor for class com.orientechnologies.teleporter.model.dbschema.ODataBaseSchema
 
ODataBaseSchema() - Constructor for class com.orientechnologies.teleporter.model.dbschema.ODataBaseSchema
 
ODataSourceQueryEngine - Interface in com.orientechnologies.teleporter.importengine
Interface that executes the necessary queries on the data source in order to import them.
ODataSourceSchemaInfo - Interface in com.orientechnologies.teleporter.model
Interface that represents a generic data source schema with all its elements.
ODataTypeHandlerFactory - Class in com.orientechnologies.teleporter.factory
Factory used to instantiate a specific DataTypeHandler according to the driver of the DBMS from which the import is performed.
ODataTypeHandlerFactory() - Constructor for class com.orientechnologies.teleporter.factory.ODataTypeHandlerFactory
 
ODBMSDataTypeHandler - Class in com.orientechnologies.teleporter.persistence.handler
Generic Handler that executes generic type conversions to the OrientDB types.
ODBMSDataTypeHandler() - Constructor for class com.orientechnologies.teleporter.persistence.handler.ODBMSDataTypeHandler
 
ODBMSModelBuildingAggregationStrategy - Class in com.orientechnologies.teleporter.strategy.rdbms
 
ODBMSModelBuildingAggregationStrategy() - Constructor for class com.orientechnologies.teleporter.strategy.rdbms.ODBMSModelBuildingAggregationStrategy
 
ODBMSNaiveAggregationStrategy - Class in com.orientechnologies.teleporter.strategy.rdbms
A strategy that performs a "naive" import of the data source.
ODBMSNaiveAggregationStrategy(String, String, String) - Constructor for class com.orientechnologies.teleporter.strategy.rdbms.ODBMSNaiveAggregationStrategy
 
ODBMSNaiveStrategy - Class in com.orientechnologies.teleporter.strategy.rdbms
A strategy that performs a "naive" import of the data source.
ODBMSNaiveStrategy(String, String, String) - Constructor for class com.orientechnologies.teleporter.strategy.rdbms.ODBMSNaiveStrategy
 
ODBMSSimpleModelBuildingStrategy - Class in com.orientechnologies.teleporter.strategy.rdbms
 
ODBMSSimpleModelBuildingStrategy() - Constructor for class com.orientechnologies.teleporter.strategy.rdbms.ODBMSSimpleModelBuildingStrategy
 
ODBQueryEngine - Class in com.orientechnologies.teleporter.importengine.rdbms.dbengine
Implementation of ODataSourceQueryEngine.
ODBQueryEngine(String) - Constructor for class com.orientechnologies.teleporter.importengine.rdbms.dbengine.ODBQueryEngine
 
ODBSourceConnection - Class in com.orientechnologies.teleporter.persistence.util
Utility class to which connection with source DB is delegated.
ODBSourceConnection() - Constructor for class com.orientechnologies.teleporter.persistence.util.ODBSourceConnection
 
ODocumentComparator - Class in com.orientechnologies.teleporter.util
Created by gabriele on 05/10/16.
ODocumentComparator() - Constructor for class com.orientechnologies.teleporter.util.ODocumentComparator
 
ODriverConfigurator - Class in com.orientechnologies.teleporter.util
Executes an automatic migrationConfigDoc of the chosen driver JDBC.
ODriverConfigurator() - Constructor for class com.orientechnologies.teleporter.util.ODriverConfigurator
 
ODriverDataTypeHandler - Interface in com.orientechnologies.teleporter.persistence.handler
Interface that executes the right type conversions between DBMS and OrientDB types according to the specific driver of the source DB.
OEdgeMappingInformation - Class in com.orientechnologies.teleporter.configuration.api
 
OEdgeMappingInformation(OConfiguredEdgeClass) - Constructor for class com.orientechnologies.teleporter.configuration.api.OEdgeMappingInformation
 
OEdgeType - Class in com.orientechnologies.teleporter.model.graphmodel
It represents an Orient class of a specific type that extends the Orient Edge Class.
OEdgeType(String) - Constructor for class com.orientechnologies.teleporter.model.graphmodel.OEdgeType
 
OEdgeType(String, OVertexType, OVertexType) - Constructor for class com.orientechnologies.teleporter.model.graphmodel.OEdgeType
 
OEdgeType(String, OVertexType, OVertexType, int, boolean) - Constructor for class com.orientechnologies.teleporter.model.graphmodel.OEdgeType
 
OEEClassMapper - Class in com.orientechnologies.teleporter.mapper.rdbms.classmapper
This class is responsible to map 2 classes of objects: OEntity and OEdgeType.
OEEClassMapper(OEntity, OEdgeType, Map<String, String>, Map<String, String>) - Constructor for class com.orientechnologies.teleporter.mapper.rdbms.classmapper.OEEClassMapper
 
OElementType - Class in com.orientechnologies.teleporter.model.graphmodel
It represents an Orient class.
OElementType(String) - Constructor for class com.orientechnologies.teleporter.model.graphmodel.OElementType
 
OEntity - Class in com.orientechnologies.teleporter.model.dbschema
It represents an entity of the source DB.
OEntity(String, String, OSourceDatabaseInfo) - Constructor for class com.orientechnologies.teleporter.model.dbschema.OEntity
 
OEntityClassMapper - Class in com.orientechnologies.teleporter.mapper.rdbms.classmapper
This abstract class is extended by all the classes responsible to map 2 classes of objects where one of them is an Entity.
OEntityClassMapper(OEntity, Map<String, String>, Map<String, String>) - Constructor for class com.orientechnologies.teleporter.mapper.rdbms.classmapper.OEntityClassMapper
 
OER2GraphMapper - Class in com.orientechnologies.teleporter.mapper.rdbms
Implementation of OSource2GraphMapper that manages the source DB schema and the destination graph model with their correspondences.
OER2GraphMapper(OSourceDatabaseInfo, List<String>, List<String>, OConfiguration) - Constructor for class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
OEVClassMapper - Class in com.orientechnologies.teleporter.mapper.rdbms.classmapper
This class is responsible to map 2 classes of objects: OEntity and OVertexType.
OEVClassMapper(OEntity, OVertexType, Map<String, String>, Map<String, String>) - Constructor for class com.orientechnologies.teleporter.mapper.rdbms.classmapper.OEVClassMapper
 
OFileManager - Class in com.orientechnologies.teleporter.util
 
OFileManager() - Constructor for class com.orientechnologies.teleporter.util.OFileManager
 
OForeignKey - Class in com.orientechnologies.teleporter.model.dbschema
It represents a foreign key for an entity.
OForeignKey(OEntity) - Constructor for class com.orientechnologies.teleporter.model.dbschema.OForeignKey
 
OFunctionsHandler - Class in com.orientechnologies.teleporter.util
Static class which manages time's format offering different methods.
OFunctionsHandler() - Constructor for class com.orientechnologies.teleporter.util.OFunctionsHandler
 
OGraphCommands - Class in com.orientechnologies.teleporter.util
Collects several commands executable on a OrientDb database.
OGraphCommands() - Constructor for class com.orientechnologies.teleporter.util.OGraphCommands
 
OGraphEngineForDB - Class in com.orientechnologies.teleporter.importengine.rdbms.graphengine
Executes the necessary operations of insert and upsert for the destination Orient DB populating.
OGraphEngineForDB(OER2GraphMapper, ODBMSDataTypeHandler) - Constructor for class com.orientechnologies.teleporter.importengine.rdbms.graphengine.OGraphEngineForDB
 
OGraphModel - Class in com.orientechnologies.teleporter.model.graphmodel
It represents the model of the destination GraphDB.
OGraphModel() - Constructor for class com.orientechnologies.teleporter.model.graphmodel.OGraphModel
 
OGraphModelWriter - Class in com.orientechnologies.teleporter.writer
Writer that has the responsibility to write the model of the destination Orient Graph on OrientDB as an OrientDB Schema.
OGraphModelWriter() - Constructor for class com.orientechnologies.teleporter.writer.OGraphModelWriter
 
OGraphModelWriter(OConfiguration) - Constructor for class com.orientechnologies.teleporter.writer.OGraphModelWriter
 
OHibernate2GraphMapper - Class in com.orientechnologies.teleporter.mapper.rdbms
Extends OER2GraphMapper thus manages the source DB schema and the destination graph model with their correspondences.
OHibernate2GraphMapper(OSourceDatabaseInfo, String, List<String>, List<String>, OConfiguration) - Constructor for class com.orientechnologies.teleporter.mapper.rdbms.OHibernate2GraphMapper
 
OHierarchicalBag - Class in com.orientechnologies.teleporter.model.dbschema
It represents a hierarchical tree of entities.
OHierarchicalBag() - Constructor for class com.orientechnologies.teleporter.model.dbschema.OHierarchicalBag
 
OHierarchicalBag(String) - Constructor for class com.orientechnologies.teleporter.model.dbschema.OHierarchicalBag
 
OHSQLDBDataTypeHandler - Class in com.orientechnologies.teleporter.persistence.handler
Handler that executes type conversions from HSQLDB DBMS to the OrientDB types.
OHSQLDBDataTypeHandler() - Constructor for class com.orientechnologies.teleporter.persistence.handler.OHSQLDBDataTypeHandler
 
OJavaConventionNameResolver - Class in com.orientechnologies.teleporter.nameresolver
Implementation of ONameResolver that performs name transformations on the elements of the data source according to the Java convention.
OJavaConventionNameResolver() - Constructor for class com.orientechnologies.teleporter.nameresolver.OJavaConventionNameResolver
 
OKey - Class in com.orientechnologies.teleporter.model.dbschema
It represents a generic key of the source DB.
OKey() - Constructor for class com.orientechnologies.teleporter.model.dbschema.OKey
 
OKey(OEntity) - Constructor for class com.orientechnologies.teleporter.model.dbschema.OKey
 
OLogicalRelationship - Class in com.orientechnologies.teleporter.model.dbschema
It represents a logical relationship between two entities, as to say 2 set of columns belonging to 2 different entities on which is possible to perform a join operation.
OLogicalRelationship(OEntity, OEntity) - Constructor for class com.orientechnologies.teleporter.model.dbschema.OLogicalRelationship
 
OLogicalRelationship(OEntity, OEntity, List<OAttribute>, List<OAttribute>) - Constructor for class com.orientechnologies.teleporter.model.dbschema.OLogicalRelationship
 
OMapperFactory - Class in com.orientechnologies.teleporter.factory
Factory used to instantiate the chosen 'Mapper' which will be adopted for the source schema building.
OMapperFactory() - Constructor for class com.orientechnologies.teleporter.factory.OMapperFactory
 
OMigrationConfigManager - Class in com.orientechnologies.teleporter.util
 
OMigrationConfigManager() - Constructor for class com.orientechnologies.teleporter.util.OMigrationConfigManager
 
OModelProperty - Class in com.orientechnologies.teleporter.model.graphmodel
Class which holds all the attributes of a vertex property obtained from the transformation of an attribute belonging to an entity of the source DB schema.
OModelProperty(String, int, String, boolean, OElementType) - Constructor for class com.orientechnologies.teleporter.model.graphmodel.OModelProperty
 
OModelProperty(String, int, String, String, boolean, OElementType, boolean, boolean, boolean) - Constructor for class com.orientechnologies.teleporter.model.graphmodel.OModelProperty
 
OMySQLDataTypeHandler - Class in com.orientechnologies.teleporter.persistence.handler
Handler that executes type conversions from MySQL DBMS to the OrientDB types.
OMySQLDataTypeHandler() - Constructor for class com.orientechnologies.teleporter.persistence.handler.OMySQLDataTypeHandler
 
OMysqlQueryBuilder - Class in com.orientechnologies.teleporter.importengine.rdbms.dbengine
Query Builder for MySQL DBMS.
OMysqlQueryBuilder() - Constructor for class com.orientechnologies.teleporter.importengine.rdbms.dbengine.OMysqlQueryBuilder
 
ONameResolver - Interface in com.orientechnologies.teleporter.nameresolver
Interface that performs name transformations on the elements of the data source according to a specific convention.
ONameResolverFactory - Class in com.orientechnologies.teleporter.factory
Factory used to instantiate a specific NameResolver starting from its name.
ONameResolverFactory() - Constructor for class com.orientechnologies.teleporter.factory.ONameResolverFactory
 
onEnd(OTeleporterJob) - Method in interface com.orientechnologies.teleporter.http.handler.OTeleporterListener
 
OOracleDataTypeHandler - Class in com.orientechnologies.teleporter.persistence.handler
Handler that executes type conversions from Oracle DBMS to the OrientDB types.
OOracleDataTypeHandler() - Constructor for class com.orientechnologies.teleporter.persistence.handler.OOracleDataTypeHandler
 
OOriginalConventionNameResolver - Class in com.orientechnologies.teleporter.nameresolver
Implementation of ONameResolver that maintains the original name convention.
OOriginalConventionNameResolver() - Constructor for class com.orientechnologies.teleporter.nameresolver.OOriginalConventionNameResolver
 
OPostgreSQLDataTypeHandler - Class in com.orientechnologies.teleporter.persistence.handler
Handler that executes type conversions from PostgreSQL DBMS to the OrientDB types.
OPostgreSQLDataTypeHandler() - Constructor for class com.orientechnologies.teleporter.persistence.handler.OPostgreSQLDataTypeHandler
 
OPostgreSQLQueryBuilder - Class in com.orientechnologies.teleporter.importengine.rdbms.dbengine
Query Builder for PostgreSQL DBMS.
OPostgreSQLQueryBuilder() - Constructor for class com.orientechnologies.teleporter.importengine.rdbms.dbengine.OPostgreSQLQueryBuilder
 
OPrimaryKey - Class in com.orientechnologies.teleporter.model.dbschema
It represents a primary key for an entity.
OPrimaryKey(OEntity) - Constructor for class com.orientechnologies.teleporter.model.dbschema.OPrimaryKey
 
OProgressMonitor - Class in com.orientechnologies.teleporter.ui
Listener class of ODrakkarStatistics which updates and visualizes a progress monitor.
OProgressMonitor() - Constructor for class com.orientechnologies.teleporter.ui.OProgressMonitor
initialize progress bar properties.
OQueryBuilder - Interface in com.orientechnologies.teleporter.importengine.rdbms.dbengine
Interface representing the query builder used by the DB Query Engine, hiding specific implementation for each DBMS.
OQueryBuilderFactory - Class in com.orientechnologies.teleporter.factory
 
OQueryBuilderFactory() - Constructor for class com.orientechnologies.teleporter.factory.OQueryBuilderFactory
 
OQueryResult - Class in com.orientechnologies.teleporter.persistence.util
Encapsulates the query results with the correspondent statement and connection.
OQueryResult(Connection, Statement, ResultSet) - Constructor for class com.orientechnologies.teleporter.persistence.util.OQueryResult
 
ORelationship - Class in com.orientechnologies.teleporter.model.dbschema
It represents the relationship between two entities.
ORelationship() - Constructor for class com.orientechnologies.teleporter.model.dbschema.ORelationship
 
orientAddedEdges - Variable in class com.orientechnologies.teleporter.context.OTeleporterStatistics
 
orientAddedVertices - Variable in class com.orientechnologies.teleporter.context.OTeleporterStatistics
 
orientSchemaWritingProgress() - Method in class com.orientechnologies.teleporter.context.OTeleporterStatistics
 
orientUpdatedVertices - Variable in class com.orientechnologies.teleporter.context.OTeleporterStatistics
 
OServerCommandTeleporter - Class in com.orientechnologies.teleporter.http
Created by Enrico Risa on 26/11/15.
OServerCommandTeleporter() - Constructor for class com.orientechnologies.teleporter.http.OServerCommandTeleporter
 
OSource2GraphMapper - Class in com.orientechnologies.teleporter.mapper
Interface that manages the data source schema and the destination graph model with their correspondences.
OSource2GraphMapper() - Constructor for class com.orientechnologies.teleporter.mapper.OSource2GraphMapper
 
OSourceDatabaseInfo - Class in com.orientechnologies.teleporter.model.dbschema
Represents a source database with all its related info for accessing it.
OSourceDatabaseInfo(String, String, String, String, String) - Constructor for class com.orientechnologies.teleporter.model.dbschema.OSourceDatabaseInfo
 
OSourceDatabaseInfo(String, String, String, String, String, List<String>) - Constructor for class com.orientechnologies.teleporter.model.dbschema.OSourceDatabaseInfo
 
OSourceInfo - Interface in com.orientechnologies.teleporter.model
Represents a source with all its related info for accessing it.
OSourceTable - Class in com.orientechnologies.teleporter.configuration.api
 
OSourceTable(String, OVertexMappingInformation) - Constructor for class com.orientechnologies.teleporter.configuration.api.OSourceTable
 
OSplittingEdgeInformation - Class in com.orientechnologies.teleporter.configuration.api
 
OSplittingEdgeInformation(String, String, String) - Constructor for class com.orientechnologies.teleporter.configuration.api.OSplittingEdgeInformation
 
OSQLServerDataTypeHandler - Class in com.orientechnologies.teleporter.persistence.handler
Handler that executes type conversions from SQLServer DBMS to the OrientDB types.
OSQLServerDataTypeHandler() - Constructor for class com.orientechnologies.teleporter.persistence.handler.OSQLServerDataTypeHandler
 
OStatisticsListener - Interface in com.orientechnologies.teleporter.ui
Listener interface of ODrakkarStatistics.
OStrategyFactory - Class in com.orientechnologies.teleporter.factory
Factory used to instantiate the chosen strategy for the importing phase starting from its name.
OStrategyFactory() - Constructor for class com.orientechnologies.teleporter.factory.OStrategyFactory
 
OTeleporter - Class in com.orientechnologies.teleporter.main
Main Class where the importing process starts.
OTeleporter() - Constructor for class com.orientechnologies.teleporter.main.OTeleporter
 
OTeleporter.OrientDBVersion - Enum in com.orientechnologies.teleporter.main
 
OTeleporterContext - Class in com.orientechnologies.teleporter.context
Context class for Drakkar execution.
OTeleporterContext(OrientDB) - Constructor for class com.orientechnologies.teleporter.context.OTeleporterContext
 
OTeleporterContext(String) - Constructor for class com.orientechnologies.teleporter.context.OTeleporterContext
 
OTeleporterHandler - Class in com.orientechnologies.teleporter.http.handler
Created by Enrico Risa on 27/11/15.
OTeleporterHandler() - Constructor for class com.orientechnologies.teleporter.http.handler.OTeleporterHandler
 
OTeleporterIOException - Exception in com.orientechnologies.teleporter.exception
It represents an IO Exception in Teleporter.
OTeleporterIOException() - Constructor for exception com.orientechnologies.teleporter.exception.OTeleporterIOException
 
OTeleporterIOException(String) - Constructor for exception com.orientechnologies.teleporter.exception.OTeleporterIOException
 
OTeleporterIOException(String, Throwable) - Constructor for exception com.orientechnologies.teleporter.exception.OTeleporterIOException
 
OTeleporterIOException(Throwable) - Constructor for exception com.orientechnologies.teleporter.exception.OTeleporterIOException
 
OTeleporterJob - Class in com.orientechnologies.teleporter.http.handler
Created by Enrico Risa on 27/11/15.
OTeleporterJob(ODocument, OServer, OTeleporterListener) - Constructor for class com.orientechnologies.teleporter.http.handler.OTeleporterJob
 
OTeleporterJob.Status - Enum in com.orientechnologies.teleporter.http.handler
 
OTeleporterListener - Interface in com.orientechnologies.teleporter.http.handler
Created by Enrico Risa on 27/11/15.
OTeleporterMessageHandler - Class in com.orientechnologies.teleporter.context
Implementation of OPluginMessageHandler for Teleporter plugin.
OTeleporterMessageHandler(PrintStream, int) - Constructor for class com.orientechnologies.teleporter.context.OTeleporterMessageHandler
 
OTeleporterMessageHandler(int) - Constructor for class com.orientechnologies.teleporter.context.OTeleporterMessageHandler
 
OTeleporterMessageHandler(OOutputStreamManager) - Constructor for class com.orientechnologies.teleporter.context.OTeleporterMessageHandler
 
OTeleporterRuntimeException - Exception in com.orientechnologies.teleporter.exception
It represents a Runtime Exception in Teleporter.
OTeleporterRuntimeException() - Constructor for exception com.orientechnologies.teleporter.exception.OTeleporterRuntimeException
 
OTeleporterRuntimeException(String) - Constructor for exception com.orientechnologies.teleporter.exception.OTeleporterRuntimeException
 
OTeleporterRuntimeException(String, Throwable) - Constructor for exception com.orientechnologies.teleporter.exception.OTeleporterRuntimeException
 
OTeleporterRuntimeException(Throwable) - Constructor for exception com.orientechnologies.teleporter.exception.OTeleporterRuntimeException
 
OTeleporterStatistics - Class in com.orientechnologies.teleporter.context
Collects and updates statistics about the Drakkar execution state.
OTeleporterStatistics() - Constructor for class com.orientechnologies.teleporter.context.OTeleporterStatistics
 
OVertexMappingInformation - Class in com.orientechnologies.teleporter.configuration.api
 
OVertexMappingInformation(OConfiguredVertexClass) - Constructor for class com.orientechnologies.teleporter.configuration.api.OVertexMappingInformation
 
OVertexType - Class in com.orientechnologies.teleporter.model.graphmodel
It represents an Orient class of a specific type that extends the Orient Vertex Class.
OVertexType(String) - Constructor for class com.orientechnologies.teleporter.model.graphmodel.OVertexType
 
OWorkflowStrategy - Interface in com.orientechnologies.teleporter.strategy
Interface that represents a specific approach of data importing.

P

parentEntity - Variable in class com.orientechnologies.teleporter.model.dbschema.ORelationship
 
parentType - Variable in class com.orientechnologies.teleporter.model.graphmodel.OElementType
 
performAggregations() - Method in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
MACRO EXECUTION BLOCK: PERFORM AGGREGATIONS Performs aggregation strategies on the graph model through the following micro execution blocks: - Many-To-Many Aggregation
performMany2ManyAggregation() - Method in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
MICRO EXECUTION BLOCK: PERFORM AGGREGATIONS - MANY TO MANY AGGREGATION Aggregates Many-To-Many Relationships represented by join tables of dimension == 2.
printExceptionMessage(Exception, String, String) - Method in class com.orientechnologies.teleporter.context.OTeleporterContext
Prints the error message for a caught exception according to a level passed as argument.
printExceptionMessage(Object, OPluginMessageHandler, Exception, String, String) - Static method in class com.orientechnologies.teleporter.context.OTeleporterContext
Prints the error message for a caught exception according to a level passed as argument.
printExceptionStackTrace(Exception, String) - Method in class com.orientechnologies.teleporter.context.OTeleporterContext
Builds the exception stack trace and prints it according to a level passed as argument.
printExceptionStackTrace(Object, OPluginMessageHandler, Exception, String) - Static method in class com.orientechnologies.teleporter.context.OTeleporterContext
Builds the exception stack trace and prints it according to a level passed as argument.
printProgressBar(String, int, String, long, int, int, int) - Method in class com.orientechnologies.teleporter.ui.OProgressMonitor
 
properties - Variable in class com.orientechnologies.teleporter.model.graphmodel.OElementType
 
property2attribute - Variable in class com.orientechnologies.teleporter.mapper.rdbms.classmapper.OEntityClassMapper
 
protocol - Variable in class com.orientechnologies.teleporter.strategy.rdbms.OAbstractDBMSImportStrategy
 

Q

quote - Variable in class com.orientechnologies.teleporter.importengine.rdbms.dbengine.OCommonQueryBuilder
 

R

readAllTextFile(Reader) - Static method in class com.orientechnologies.teleporter.util.OFileManager
 
readJsonFromRemoteUrl(String) - Method in class com.orientechnologies.teleporter.util.ODriverConfigurator
It reads the driver config from remote url and saves it in local.
registerListener(OStatisticsListener) - Method in class com.orientechnologies.teleporter.context.OTeleporterStatistics
 
relationship2edgeType - Variable in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
removeAttribute(OAttribute) - Method in class com.orientechnologies.teleporter.model.dbschema.OKey
 
removeAttributeByNameIgnoreCase(String) - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
removeEdgeTypeByName(String) - Method in class com.orientechnologies.teleporter.model.graphmodel.OGraphModel
 
removePropertyByName(String) - Method in class com.orientechnologies.teleporter.model.graphmodel.OElementType
 
removeVertexTypeByName(String) - Method in class com.orientechnologies.teleporter.model.graphmodel.OGraphModel
 
renumberAttributesOrdinalPositions() - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
reset() - Method in class com.orientechnologies.teleporter.context.OTeleporterStatistics
 
resolveEdgeName(OCanonicalRelationship) - Method in class com.orientechnologies.teleporter.nameresolver.OJavaConventionNameResolver
 
resolveEdgeName(OCanonicalRelationship) - Method in interface com.orientechnologies.teleporter.nameresolver.ONameResolver
 
resolveEdgeName(OCanonicalRelationship) - Method in class com.orientechnologies.teleporter.nameresolver.OOriginalConventionNameResolver
 
resolveOrientDBType(String) - Method in class com.orientechnologies.teleporter.writer.OGraphModelWriter
 
resolveType(String) - Method in class com.orientechnologies.teleporter.persistence.handler.ODBMSDataTypeHandler
The method returns the Orient Type starting from the string name type of the original DBMS.
resolveType(String) - Method in interface com.orientechnologies.teleporter.persistence.handler.ODriverDataTypeHandler
 
resolveType(String) - Method in class com.orientechnologies.teleporter.persistence.handler.OSQLServerDataTypeHandler
 
resolveVertexName(String) - Method in class com.orientechnologies.teleporter.nameresolver.OJavaConventionNameResolver
 
resolveVertexName(String) - Method in interface com.orientechnologies.teleporter.nameresolver.ONameResolver
 
resolveVertexName(String) - Method in class com.orientechnologies.teleporter.nameresolver.OOriginalConventionNameResolver
 
resolveVertexProperty(String) - Method in class com.orientechnologies.teleporter.nameresolver.OJavaConventionNameResolver
 
resolveVertexProperty(String) - Method in interface com.orientechnologies.teleporter.nameresolver.ONameResolver
 
resolveVertexProperty(String) - Method in class com.orientechnologies.teleporter.nameresolver.OOriginalConventionNameResolver
 
runningStepNumber - Variable in class com.orientechnologies.teleporter.context.OTeleporterStatistics
 

S

saveConfiguration(ODocument, OServer) - Method in class com.orientechnologies.teleporter.http.handler.OTeleporterHandler
 
serverInitUrl - Variable in class com.orientechnologies.teleporter.strategy.rdbms.OAbstractDBMSImportStrategy
 
setAggregationColumns(List<String>) - Method in class com.orientechnologies.teleporter.configuration.api.OSourceTable
 
setAggregationFunction(String) - Method in class com.orientechnologies.teleporter.configuration.api.OVertexMappingInformation
 
setAlreadyAnalyzed(boolean) - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredVertexClass
 
setAnalyzedInLastMigration(boolean) - Method in class com.orientechnologies.teleporter.model.graphmodel.OVertexType
 
setAttribute2property(Map<String, String>) - Method in class com.orientechnologies.teleporter.mapper.rdbms.classmapper.OEntityClassMapper
 
setAttributes(Set<OAttribute>) - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
setBelongingEdge(OConfiguredEdgeClass) - Method in class com.orientechnologies.teleporter.configuration.api.OEdgeMappingInformation
 
setBelongingElementType(OElementType) - Method in class com.orientechnologies.teleporter.model.graphmodel.OModelProperty
 
setBelongingEntity(OEntity) - Method in class com.orientechnologies.teleporter.model.dbschema.OAttribute
 
setBelongingEntity(OEntity) - Method in class com.orientechnologies.teleporter.model.dbschema.OKey
 
setBelongingMapping(OVertexMappingInformation) - Method in class com.orientechnologies.teleporter.configuration.api.OSourceTable
 
setBelongingVertex(OConfiguredVertexClass) - Method in class com.orientechnologies.teleporter.configuration.api.OVertexMappingInformation
 
setCanonicalRelationships(List<OCanonicalRelationship>) - Method in class com.orientechnologies.teleporter.model.dbschema.ODataBaseSchema
 
setColumnName(String) - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredPropertyMapping
 
setConfiguredEdges(List<OConfiguredEdgeClass>) - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguration
 
setConfiguredProperties(List<OConfiguredProperty>) - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredClass
 
setConfiguredVertices(List<OConfiguredVertexClass>) - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguration
 
setDataBaseSchema(ODataBaseSchema) - Method in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
setDataSource(String) - Method in class com.orientechnologies.teleporter.configuration.api.OSourceTable
 
setDataType(String) - Method in class com.orientechnologies.teleporter.model.dbschema.OAttribute
 
setDataTypeHandler(ODriverDataTypeHandler) - Method in class com.orientechnologies.teleporter.context.OTeleporterContext
 
setDbConnection(Connection) - Method in class com.orientechnologies.teleporter.persistence.util.OQueryResult
 
setDbQueryEngine(ODBQueryEngine) - Method in class com.orientechnologies.teleporter.context.OTeleporterContext
 
setDepth2entities(Map<Integer, Set<OEntity>>) - Method in class com.orientechnologies.teleporter.model.dbschema.OHierarchicalBag
 
setDirection(String) - Method in class com.orientechnologies.teleporter.configuration.api.OEdgeMappingInformation
 
setDirection(String) - Method in class com.orientechnologies.teleporter.model.dbschema.ORelationship
 
setDirectionOfN2NRepresentedRelationship(String) - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
setDiscriminatorColumn(String) - Method in class com.orientechnologies.teleporter.model.dbschema.OHierarchicalBag
 
setDriverDependencyPath(String) - Method in class com.orientechnologies.teleporter.context.OTeleporterContext
 
setDriverMajorVersion(int) - Method in class com.orientechnologies.teleporter.model.dbschema.ODataBaseSchema
 
setDriverMinorVersion(int) - Method in class com.orientechnologies.teleporter.model.dbschema.ODataBaseSchema
 
setDriverName(String) - Method in class com.orientechnologies.teleporter.model.dbschema.OSourceDatabaseInfo
 
setEdgesType(List<OEdgeType>) - Method in class com.orientechnologies.teleporter.model.graphmodel.OGraphModel
 
setEdgeType(OEdgeType) - Method in class com.orientechnologies.teleporter.mapper.rdbms.classmapper.OEEClassMapper
 
setEdgeType(OEdgeType) - Method in class com.orientechnologies.teleporter.mapper.rdbms.OAggregatorEdge
 
setEdgeType2relationships(Map<OEdgeType, LinkedList<ORelationship>>) - Method in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
setEdgeTypeName2count(Map<String, Integer>) - Method in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
setEntities(List<OEntity>) - Method in class com.orientechnologies.teleporter.model.dbschema.ODataBaseSchema
 
setEntity(OEntity) - Method in class com.orientechnologies.teleporter.mapper.rdbms.classmapper.OEntityClassMapper
 
setEntityName2discriminatorValue(Map<String, String>) - Method in class com.orientechnologies.teleporter.model.dbschema.OHierarchicalBag
 
setExcludedTables(List<String>) - Method in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
setExecutionStrategy(String) - Method in class com.orientechnologies.teleporter.context.OTeleporterContext
 
setExternalKey(Set<String>) - Method in class com.orientechnologies.teleporter.model.graphmodel.OVertexType
 
setExternalKeyProps(List<String>) - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredVertexClass
 
setFixed(Integer) - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredVertexClass
 
setForeignEntity(OEntity) - Method in class com.orientechnologies.teleporter.model.dbschema.ORelationship
 
setForeignKey(OForeignKey) - Method in class com.orientechnologies.teleporter.model.dbschema.OCanonicalRelationship
 
setForeignKeys(List<OForeignKey>) - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
setFromColumns(List<String>) - Method in class com.orientechnologies.teleporter.configuration.api.OAggregatedJoinTableMapping
 
setFromColumns(List<String>) - Method in class com.orientechnologies.teleporter.configuration.api.OEdgeMappingInformation
 
setFromColumns(List<OAttribute>) - Method in class com.orientechnologies.teleporter.model.dbschema.OLogicalRelationship
 
setFromJoinTable(boolean) - Method in class com.orientechnologies.teleporter.model.graphmodel.OVertexType
 
setFromPrimaryKey(boolean) - Method in class com.orientechnologies.teleporter.model.graphmodel.OModelProperty
 
setFromTableName(String) - Method in class com.orientechnologies.teleporter.configuration.api.OEdgeMappingInformation
 
setFromVertexClass(String) - Method in class com.orientechnologies.teleporter.configuration.api.OSplittingEdgeInformation
 
setGlobalConfiguration(OConfiguration) - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredClass
 
setHierarchicalBag(OHierarchicalBag) - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
setHierarchicalBags(List<OHierarchicalBag>) - Method in class com.orientechnologies.teleporter.model.dbschema.ODataBaseSchema
 
setInCanonicalRelationships(Set<OCanonicalRelationship>) - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
setIncludedInMigration(boolean) - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredProperty
 
setIncludedInMigration(boolean) - Method in class com.orientechnologies.teleporter.model.graphmodel.OModelProperty
 
setIncludedTables(List<String>) - Method in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
setInEdgesType(List<OEdgeType>) - Method in class com.orientechnologies.teleporter.model.graphmodel.OVertexType
 
setInheritanceLevel(int) - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
setInheritanceLevel(int) - Method in class com.orientechnologies.teleporter.model.graphmodel.OElementType
 
setInheritancePattern(String) - Method in class com.orientechnologies.teleporter.model.dbschema.OHierarchicalBag
 
setInheritedAttributes(Set<OAttribute>) - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
setInheritedAttributesRecovered(boolean) - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
setInheritedInCanonicalRelationships(Set<OCanonicalRelationship>) - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
setInheritedInCanonicalRelationshipsRecovered(boolean) - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
setInheritedOutCanonicalRelationships(Set<OCanonicalRelationship>) - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
setInheritedOutCanonicalRelationshipsRecovered(boolean) - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
setInheritedProperties(List<OModelProperty>) - Method in class com.orientechnologies.teleporter.model.graphmodel.OElementType
 
setInLogicalRelationships(Set<OLogicalRelationship>) - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
setInVertexClassName(String) - Method in class com.orientechnologies.teleporter.mapper.rdbms.OAggregatorEdge
 
setInVertexType(OVertexType) - Method in class com.orientechnologies.teleporter.model.graphmodel.OEdgeType
 
setInvolvedAttributes(List<OAttribute>) - Method in class com.orientechnologies.teleporter.model.dbschema.OKey
 
setIsAggregableJoinTable(boolean) - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
setIsFromJoinTable(boolean) - Method in class com.orientechnologies.teleporter.model.graphmodel.OVertexType
 
setIsSplitEntity(Boolean) - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
setJoinVertex2aggregatorEdges(Map<OVertexType, OAggregatorEdge>) - Method in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
setLogical(boolean) - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredEdgeClass
 
setLogicalRelationships(List<OLogicalRelationship>) - Method in class com.orientechnologies.teleporter.model.dbschema.ODataBaseSchema
 
setMajorVersion(int) - Method in class com.orientechnologies.teleporter.model.dbschema.ODataBaseSchema
 
setMandatory(boolean) - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredProperty
 
setMandatory(Boolean) - Method in class com.orientechnologies.teleporter.model.graphmodel.OModelProperty
 
setMapping(OVertexMappingInformation) - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredVertexClass
 
setMappings(List<OEdgeMappingInformation>) - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredEdgeClass
 
setMessageHandler(OPluginMessageHandler) - Method in class com.orientechnologies.teleporter.context.OTeleporterContext
 
setMigrationConfig(OConfiguration) - Method in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
setMinorVersion(int) - Method in class com.orientechnologies.teleporter.model.dbschema.ODataBaseSchema
 
setName(String) - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredClass
 
setName(String) - Method in class com.orientechnologies.teleporter.model.dbschema.OAttribute
 
setName(String) - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
setName(String) - Method in class com.orientechnologies.teleporter.model.graphmodel.OElementType
 
setName(String) - Method in class com.orientechnologies.teleporter.model.graphmodel.OModelProperty
 
setNameOfN2NRepresentedRelationship(String) - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
setNameResolver(ONameResolver) - Method in class com.orientechnologies.teleporter.context.OTeleporterContext
 
setNotNull(boolean) - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredProperty
 
setNotNull(Boolean) - Method in class com.orientechnologies.teleporter.model.graphmodel.OModelProperty
 
setNumberRelationshipsRepresented(int) - Method in class com.orientechnologies.teleporter.model.graphmodel.OEdgeType
 
setOrdinalPosition(int) - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredProperty
 
setOrdinalPosition(int) - Method in class com.orientechnologies.teleporter.model.dbschema.OAttribute
 
setOrdinalPosition(int) - Method in class com.orientechnologies.teleporter.model.graphmodel.OModelProperty
 
setOrientdbType(String) - Method in class com.orientechnologies.teleporter.model.graphmodel.OModelProperty
 
setOriginalType(String) - Method in class com.orientechnologies.teleporter.model.graphmodel.OModelProperty
 
setOutCanonicalRelationships(Set<OCanonicalRelationship>) - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
setOutEdgesType(List<OEdgeType>) - Method in class com.orientechnologies.teleporter.model.graphmodel.OVertexType
 
setOutLogicalRelationships(Set<OLogicalRelationship>) - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
setOutputManager(OOutputStreamManager) - Method in class com.orientechnologies.teleporter.context.OTeleporterMessageHandler
 
setOutputManagerLevel(int) - Method in class com.orientechnologies.teleporter.context.OTeleporterMessageHandler
 
setOutVertexClassName(String) - Method in class com.orientechnologies.teleporter.mapper.rdbms.OAggregatorEdge
 
setOutVertexType(OVertexType) - Method in class com.orientechnologies.teleporter.model.graphmodel.OEdgeType
 
setParentEntity(OEntity) - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
setParentEntity(OEntity) - Method in class com.orientechnologies.teleporter.model.dbschema.ORelationship
 
setParentType(OElementType) - Method in class com.orientechnologies.teleporter.model.graphmodel.OElementType
 
setPassword(String) - Method in class com.orientechnologies.teleporter.model.dbschema.OSourceDatabaseInfo
 
setPrimaryKey(OPrimaryKey) - Method in class com.orientechnologies.teleporter.model.dbschema.OCanonicalRelationship
 
setPrimaryKey(OPrimaryKey) - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
setPrimaryKey(List<String>) - Method in class com.orientechnologies.teleporter.model.dbschema.OSourceDatabaseInfo
 
setPrimaryKeyColumns(List<String>) - Method in class com.orientechnologies.teleporter.configuration.api.OSourceTable
 
setProductName(String) - Method in class com.orientechnologies.teleporter.model.dbschema.ODataBaseSchema
 
setProductVersion(String) - Method in class com.orientechnologies.teleporter.model.dbschema.ODataBaseSchema
 
setProperties(List<OModelProperty>) - Method in class com.orientechnologies.teleporter.model.graphmodel.OElementType
 
setProperty2attribute(Map<String, String>) - Method in class com.orientechnologies.teleporter.mapper.rdbms.classmapper.OEntityClassMapper
 
setPropertyMapping(OConfiguredPropertyMapping) - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredProperty
 
setPropertyName(String) - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredProperty
 
setPropertyType(String) - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredProperty
 
setPx(Double) - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredVertexClass
 
setPy(Double) - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredVertexClass
 
setReadOnly(boolean) - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredProperty
 
setReadOnly(Boolean) - Method in class com.orientechnologies.teleporter.model.graphmodel.OModelProperty
 
setRelationship2edgeType(Map<ORelationship, OEdgeType>) - Method in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
setRepresentedJoinTableMapping(OAggregatedJoinTableMapping) - Method in class com.orientechnologies.teleporter.configuration.api.OEdgeMappingInformation
 
setResult(ResultSet) - Method in class com.orientechnologies.teleporter.persistence.util.OQueryResult
 
setSchemaName(String) - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
setSourceDbInfo(OSourceDatabaseInfo) - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
setSourceIdName(String) - Method in class com.orientechnologies.teleporter.configuration.api.OSourceTable
 
setSourceIdName(String) - Method in class com.orientechnologies.teleporter.model.dbschema.OSourceDatabaseInfo
 
setSourceName(String) - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredPropertyMapping
 
setSourceTable(String) - Method in class com.orientechnologies.teleporter.configuration.api.OSplittingEdgeInformation
 
setSourceTables(List<OSourceTable>) - Method in class com.orientechnologies.teleporter.configuration.api.OVertexMappingInformation
 
setSplittingEdge(boolean) - Method in class com.orientechnologies.teleporter.model.graphmodel.OEdgeType
 
setSplittingEdgeInfo(OSplittingEdgeInformation) - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredEdgeClass
 
setStatement(Statement) - Method in class com.orientechnologies.teleporter.persistence.util.OQueryResult
 
setStatistics(OTeleporterStatistics) - Method in class com.orientechnologies.teleporter.context.OTeleporterContext
 
setTableName(String) - Method in class com.orientechnologies.teleporter.configuration.api.OAggregatedJoinTableMapping
 
setTableName(String) - Method in class com.orientechnologies.teleporter.configuration.api.OSourceTable
 
setToColumns(List<String>) - Method in class com.orientechnologies.teleporter.configuration.api.OAggregatedJoinTableMapping
 
setToColumns(List<String>) - Method in class com.orientechnologies.teleporter.configuration.api.OEdgeMappingInformation
 
setToColumns(List<OAttribute>) - Method in class com.orientechnologies.teleporter.model.dbschema.OLogicalRelationship
 
setToTableName(String) - Method in class com.orientechnologies.teleporter.configuration.api.OEdgeMappingInformation
 
setToVertexClass(String) - Method in class com.orientechnologies.teleporter.configuration.api.OSplittingEdgeInformation
 
setType(String) - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredPropertyMapping
 
setUrl(String) - Method in class com.orientechnologies.teleporter.model.dbschema.OSourceDatabaseInfo
 
setUsername(String) - Method in class com.orientechnologies.teleporter.model.dbschema.OSourceDatabaseInfo
 
setVertexType(OVertexType) - Method in class com.orientechnologies.teleporter.mapper.rdbms.classmapper.OEVClassMapper
 
setVerticesType(List<OVertexType>) - Method in class com.orientechnologies.teleporter.model.graphmodel.OGraphModel
 
setX(Double) - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredVertexClass
 
setY(Double) - Method in class com.orientechnologies.teleporter.configuration.api.OConfiguredVertexClass
 
shutdown() - Method in class com.orientechnologies.teleporter.main.OTeleporter
 
sourceDBInfo - Variable in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
sourceDbSchemaBuildingProgress() - Method in class com.orientechnologies.teleporter.context.OTeleporterStatistics
 
startup() - Method in class com.orientechnologies.teleporter.main.OTeleporter
 
startWork1Time - Variable in class com.orientechnologies.teleporter.context.OTeleporterStatistics
 
startWork2Time - Variable in class com.orientechnologies.teleporter.context.OTeleporterStatistics
 
startWork3Time - Variable in class com.orientechnologies.teleporter.context.OTeleporterStatistics
 
startWork4Time - Variable in class com.orientechnologies.teleporter.context.OTeleporterStatistics
 
startWork5Time - Variable in class com.orientechnologies.teleporter.context.OTeleporterStatistics
 
status() - Method in class com.orientechnologies.teleporter.http.handler.OTeleporterHandler
Status of the Running Jobs
status() - Method in class com.orientechnologies.teleporter.http.handler.OTeleporterJob
Single Job Status

T

tablePerConcreteTypeImport(OHierarchicalBag, OER2GraphMapper, ODBQueryEngine, OGraphEngineForDB, ODatabaseDocument) - Method in class com.orientechnologies.teleporter.strategy.rdbms.OAbstractDBMSImportStrategy
Performs import of all records of the entities contained in the hierarchical bag passed as parameter.
tablePerHierarchyImport(OHierarchicalBag, OER2GraphMapper, ODBQueryEngine, OGraphEngineForDB, ODatabaseDocument) - Method in class com.orientechnologies.teleporter.strategy.rdbms.OAbstractDBMSImportStrategy
Performs import of all records of the entities contained in the hierarchical bag passed as parameter.
tablePerTypeImport(OHierarchicalBag, OER2GraphMapper, ODBQueryEngine, OGraphEngineForDB, ODatabaseDocument) - Method in class com.orientechnologies.teleporter.strategy.rdbms.OAbstractDBMSImportStrategy
Performs import of all records of the entities contained in the hierarchical bag passed as parameter.
toJavaClassConvention(String) - Method in class com.orientechnologies.teleporter.nameresolver.OJavaConventionNameResolver
 
toJavaVariableConvention(String) - Method in class com.orientechnologies.teleporter.nameresolver.OJavaConventionNameResolver
 
toString() - Method in class com.orientechnologies.teleporter.context.OTeleporterStatistics
 
toString() - Method in class com.orientechnologies.teleporter.mapper.OSource2GraphMapper
 
toString() - Method in class com.orientechnologies.teleporter.mapper.rdbms.classmapper.OEEClassMapper
 
toString() - Method in class com.orientechnologies.teleporter.mapper.rdbms.classmapper.OEVClassMapper
 
toString() - Method in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
toString() - Method in class com.orientechnologies.teleporter.model.dbschema.OAttribute
 
toString() - Method in class com.orientechnologies.teleporter.model.dbschema.OCanonicalRelationship
 
toString() - Method in class com.orientechnologies.teleporter.model.dbschema.ODataBaseSchema
 
toString() - Method in class com.orientechnologies.teleporter.model.dbschema.OEntity
 
toString() - Method in class com.orientechnologies.teleporter.model.dbschema.OKey
 
toString() - Method in class com.orientechnologies.teleporter.model.dbschema.OLogicalRelationship
 
toString() - Method in class com.orientechnologies.teleporter.model.graphmodel.OEdgeType
 
toString() - Method in class com.orientechnologies.teleporter.model.graphmodel.OGraphModel
 
toString() - Method in class com.orientechnologies.teleporter.model.graphmodel.OModelProperty
 
toString() - Method in class com.orientechnologies.teleporter.model.graphmodel.OVertexType
 
totalNumberOfEdgeTypes - Variable in class com.orientechnologies.teleporter.context.OTeleporterStatistics
 
totalNumberOfEntities - Variable in class com.orientechnologies.teleporter.context.OTeleporterStatistics
 
totalNumberOfIndices - Variable in class com.orientechnologies.teleporter.context.OTeleporterStatistics
 
totalNumberOfLogicalRelationships - Variable in class com.orientechnologies.teleporter.context.OTeleporterStatistics
 
totalNumberOfModelEdges - Variable in class com.orientechnologies.teleporter.context.OTeleporterStatistics
 
totalNumberOfModelVertices - Variable in class com.orientechnologies.teleporter.context.OTeleporterStatistics
 
totalNumberOfRecords - Variable in class com.orientechnologies.teleporter.context.OTeleporterStatistics
 
totalNumberOfRelationships - Variable in class com.orientechnologies.teleporter.context.OTeleporterStatistics
 
totalNumberOfVertexTypes - Variable in class com.orientechnologies.teleporter.context.OTeleporterStatistics
 

U

unZipAll(File, String) - Static method in class com.orientechnologies.teleporter.util.OFileManager
 
updateOnEvent(OTeleporterStatistics) - Method in class com.orientechnologies.teleporter.ui.OProgressMonitor
Called whenever the progress monitor needs to be updated.
updateOnEvent(OTeleporterStatistics) - Method in interface com.orientechnologies.teleporter.ui.OStatisticsListener
 
updateVertexAccordingToLogicalRelationship(OVertex, OVertexType, List<String>) - Method in class com.orientechnologies.teleporter.importengine.rdbms.graphengine.OGraphEngineForDB
 
updateWork1OnEvent(OTeleporterStatistics) - Method in class com.orientechnologies.teleporter.ui.OProgressMonitor
 
updateWork2OnEvent(OTeleporterStatistics) - Method in class com.orientechnologies.teleporter.ui.OProgressMonitor
 
updateWork3OnEvent(OTeleporterStatistics) - Method in class com.orientechnologies.teleporter.ui.OProgressMonitor
 
updateWork4OnEvent(OTeleporterStatistics) - Method in class com.orientechnologies.teleporter.ui.OProgressMonitor
 
updateWork5OnEvent(OTeleporterStatistics) - Method in class com.orientechnologies.teleporter.ui.OProgressMonitor
Work5: Building edges on join attributes
upsertAggregatorEdge(ODatabaseDocument, ResultSet, OEntity, OAggregatorEdge) - Method in class com.orientechnologies.teleporter.importengine.rdbms.graphengine.OGraphEngineForDB
 
upsertEdge(ODatabaseDocument, OVertex, OVertex, String, Map<String, Object>, String) - Method in class com.orientechnologies.teleporter.importengine.rdbms.graphengine.OGraphEngineForDB
 
upsertEEClassMappingRules(OEntity, OEdgeType, OEEClassMapper) - Method in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
upsertEVClassMappingRules(OEntity, OVertexType, OEVClassMapper) - Method in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
upsertReachedVertexWithEdge(ODatabaseDocument, ResultSet, OCanonicalRelationship, OVertex, OVertexType, String) - Method in class com.orientechnologies.teleporter.importengine.rdbms.graphengine.OGraphEngineForDB
 
upsertRelationshipEdgeRules(ORelationship, OEdgeType) - Method in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 
upsertSourceDatabaseInfo(List<OSourceDatabaseInfo>, String) - Static method in class com.orientechnologies.teleporter.util.OMigrationConfigManager
 
upsertVisitedVertex(ODatabaseDocument, ResultSet, OVertexType, Set<String>) - Method in class com.orientechnologies.teleporter.importengine.rdbms.graphengine.OGraphEngineForDB
 

V

validate() - Method in class com.orientechnologies.teleporter.http.handler.OTeleporterJob
 
valueOf(String) - Static method in enum com.orientechnologies.teleporter.http.handler.OTeleporterJob.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.orientechnologies.teleporter.main.OTeleporter.OrientDBVersion
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.orientechnologies.teleporter.http.handler.OTeleporterJob.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.orientechnologies.teleporter.main.OTeleporter.OrientDBVersion
Returns an array containing the constants of this enum type, in the order they are declared.
vertexType2EVClassMappers - Variable in class com.orientechnologies.teleporter.mapper.rdbms.OER2GraphMapper
 

W

warn(Object, String) - Method in class com.orientechnologies.teleporter.context.OTeleporterMessageHandler
 
warn(Object, String, Object...) - Method in class com.orientechnologies.teleporter.context.OTeleporterMessageHandler
 
warningMessages - Variable in class com.orientechnologies.teleporter.context.OTeleporterStatistics
 
writeConfigurationInTargetDB(ODocument, String) - Static method in class com.orientechnologies.teleporter.util.OMigrationConfigManager
 
writeConfigurationInTargetDB(String, String) - Static method in class com.orientechnologies.teleporter.util.OMigrationConfigManager
 
writeFileFromText(String, String, boolean) - Static method in class com.orientechnologies.teleporter.util.OFileManager
 
writeModelOnOrient(OER2GraphMapper, ODriverDataTypeHandler, String, String) - Method in class com.orientechnologies.teleporter.writer.OGraphModelWriter
 
wroteEdgeType - Variable in class com.orientechnologies.teleporter.context.OTeleporterStatistics
 
wroteIndexes - Variable in class com.orientechnologies.teleporter.context.OTeleporterStatistics
 
wroteVertexType - Variable in class com.orientechnologies.teleporter.context.OTeleporterStatistics
 
A B C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2015–2021 OrientDB. All rights reserved.