A B C D E F G H I J L M N O P R S T U V W 
All Classes All Packages

A

addStatement(Statement) - Method in class de.julielab.concepts.db.core.http.Statements
 

B

BASE64 - Static variable in class de.julielab.concepts.db.core.ConfigurationConstants
 
BoltConnectionService - Class in de.julielab.concepts.db.core.services
 
BoltConnectionService() - Constructor for class de.julielab.concepts.db.core.services.BoltConnectionService
 
BoltVersioning - Class in de.julielab.concepts.db.core
 
BoltVersioning() - Constructor for class de.julielab.concepts.db.core.BoltVersioning
 

C

callInstanceMethod(HierarchicalConfiguration<ImmutableNode>, DatabaseManagementService) - Method in class de.julielab.concepts.db.core.JavaMethodCallBase
Retrieves the class and method names via the configuration keys CONFKEY_CLASS_NAME and CONFKEY_METHOD_NAME from the configuration, respectively.
callNeo4jRestEndpoint(HierarchicalConfiguration<ImmutableNode>, HierarchicalConfiguration<ImmutableNode>, String) - Method in class de.julielab.concepts.db.core.RestCallBase
 
CLASS - Static variable in class de.julielab.concepts.db.core.ConfigurationConstants
 
close() - Method in class de.julielab.concepts.db.core.http.ResponseImpl
 
close() - Method in class de.julielab.concepts.db.core.http.StreamingResponse
 
CONCEPT_IMPORT_BATCH_SIZE - Static variable in class de.julielab.concepts.db.core.RestConceptInserter
 
ConceptCreationException - Exception in de.julielab.concepts.util
 
ConceptCreationException() - Constructor for exception de.julielab.concepts.util.ConceptCreationException
 
ConceptCreationException(String) - Constructor for exception de.julielab.concepts.util.ConceptCreationException
 
ConceptCreationException(String, Throwable) - Constructor for exception de.julielab.concepts.util.ConceptCreationException
 
ConceptCreationException(String, Throwable, boolean, boolean) - Constructor for exception de.julielab.concepts.util.ConceptCreationException
 
ConceptCreationException(Throwable) - Constructor for exception de.julielab.concepts.util.ConceptCreationException
 
ConceptCreationService - Class in de.julielab.concepts.db.core.services
 
ConceptCreator - Interface in de.julielab.concepts.db.core.spi
 
ConceptDatabaseConnectionException - Exception in de.julielab.concepts.util
 
ConceptDatabaseConnectionException() - Constructor for exception de.julielab.concepts.util.ConceptDatabaseConnectionException
 
ConceptDatabaseConnectionException(String) - Constructor for exception de.julielab.concepts.util.ConceptDatabaseConnectionException
 
ConceptDatabaseConnectionException(String, Throwable) - Constructor for exception de.julielab.concepts.util.ConceptDatabaseConnectionException
 
ConceptDatabaseConnectionException(String, Throwable, boolean, boolean) - Constructor for exception de.julielab.concepts.util.ConceptDatabaseConnectionException
 
ConceptDatabaseConnectionException(Throwable) - Constructor for exception de.julielab.concepts.util.ConceptDatabaseConnectionException
 
ConceptDBConfigurationTemplateGenerator - Class in de.julielab.concepts.db.core
 
ConceptDBManagerException - Exception in de.julielab.concepts.util
 
ConceptDBManagerException() - Constructor for exception de.julielab.concepts.util.ConceptDBManagerException
 
ConceptDBManagerException(String) - Constructor for exception de.julielab.concepts.util.ConceptDBManagerException
 
ConceptDBManagerException(String, Throwable) - Constructor for exception de.julielab.concepts.util.ConceptDBManagerException
 
ConceptDBManagerException(String, Throwable, boolean, boolean) - Constructor for exception de.julielab.concepts.util.ConceptDBManagerException
 
ConceptDBManagerException(Throwable) - Constructor for exception de.julielab.concepts.util.ConceptDBManagerException
 
ConceptDBManagerRuntimeException - Exception in de.julielab.concepts.util
 
ConceptDBManagerRuntimeException() - Constructor for exception de.julielab.concepts.util.ConceptDBManagerRuntimeException
 
ConceptDBManagerRuntimeException(String) - Constructor for exception de.julielab.concepts.util.ConceptDBManagerRuntimeException
 
ConceptDBManagerRuntimeException(String, Throwable) - Constructor for exception de.julielab.concepts.util.ConceptDBManagerRuntimeException
 
ConceptDBManagerRuntimeException(String, Throwable, boolean, boolean) - Constructor for exception de.julielab.concepts.util.ConceptDBManagerRuntimeException
 
ConceptDBManagerRuntimeException(Throwable) - Constructor for exception de.julielab.concepts.util.ConceptDBManagerRuntimeException
 
ConceptInserter - Interface in de.julielab.concepts.db.core.spi
Concept inserters require an instance of ImportConcepts which is delivered by the ConceptCreationService.
ConceptInsertionException - Exception in de.julielab.concepts.util
 
ConceptInsertionException() - Constructor for exception de.julielab.concepts.util.ConceptInsertionException
 
ConceptInsertionException(String) - Constructor for exception de.julielab.concepts.util.ConceptInsertionException
 
ConceptInsertionException(String, Throwable) - Constructor for exception de.julielab.concepts.util.ConceptInsertionException
 
ConceptInsertionException(String, Throwable, boolean, boolean) - Constructor for exception de.julielab.concepts.util.ConceptInsertionException
 
ConceptInsertionException(Throwable) - Constructor for exception de.julielab.concepts.util.ConceptInsertionException
 
ConceptInsertionService - Class in de.julielab.concepts.db.core.services
 
CONCEPTS - Static variable in class de.julielab.concepts.db.core.ConfigurationConstants
 
CONFIGURATION - Static variable in class de.julielab.concepts.db.core.ConfigurationConstants
 
ConfigurationConstants - Class in de.julielab.concepts.db.core
Atomic configuration key elements used to comprise the hierarchical keys used for the configuration.
CONFKEY_CONNECTION - Static variable in class de.julielab.concepts.db.core.services.FileConnectionService
 
CONFKEY_PASSW - Static variable in class de.julielab.concepts.db.core.services.NetworkConnectionCredentials
 
CONFKEY_PROVIDERNAME - Static variable in class de.julielab.concepts.db.core.services.ConceptInsertionService
 
CONFKEY_URI - Static variable in class de.julielab.concepts.db.core.services.FileConnectionService
 
CONFKEY_URI - Static variable in class de.julielab.concepts.db.core.services.NetworkConnectionCredentials
 
CONFKEY_USER - Static variable in class de.julielab.concepts.db.core.services.NetworkConnectionCredentials
 
CONNECTION - Static variable in class de.julielab.concepts.db.core.ConfigurationConstants
 
Constants - Class in de.julielab.concepts.db.core.http
 
convertToJson() - Method in class de.julielab.concepts.db.core.FunctionCallBase.Parameter
 
CREATE_UNIQUE_CONSTRAINT - Static variable in class de.julielab.concepts.db.core.VersioningConstants
 
CREATE_VERSION - Static variable in class de.julielab.concepts.db.core.VersioningConstants
 
createConcepts(HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.services.ConceptCreationService
Expects an <import> configuration element and will return the corresponding concepts for database import.
createConcepts(HierarchicalConfiguration<ImmutableNode>) - Method in interface de.julielab.concepts.db.core.spi.ConceptCreator
 
createFacet(HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.services.FacetCreationService
 
createFacet(HierarchicalConfiguration<ImmutableNode>, Object) - Method in class de.julielab.concepts.db.core.DefaultFacetCreator
 
createFacet(HierarchicalConfiguration<ImmutableNode>, Object) - Method in class de.julielab.concepts.db.core.services.FacetCreationService
 
createFacet(HierarchicalConfiguration<ImmutableNode>, Object) - Method in interface de.julielab.concepts.db.core.spi.FacetCreator
 
createMappings(HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.services.MappingCreationService
 
createMappings(HierarchicalConfiguration<ImmutableNode>) - Method in interface de.julielab.concepts.db.core.spi.MappingCreator
 
CREATOR - Static variable in class de.julielab.concepts.db.core.ConfigurationConstants
 
CUSTOM_ID - Static variable in class de.julielab.concepts.db.core.DefaultFacetCreator
 
CYPHER_QUERY - Static variable in class de.julielab.concepts.db.core.ConfigurationConstants
 
CypherBoltExporter - Class in de.julielab.concepts.db.core
Sends a given Cypher query and writes the retrieved results into the given output file.
CypherBoltExporter() - Constructor for class de.julielab.concepts.db.core.CypherBoltExporter
 
CypherBoltOperator - Class in de.julielab.concepts.db.core
Sends a given Cypher query and writes the retrieved results into the given output file.
CypherBoltOperator() - Constructor for class de.julielab.concepts.db.core.CypherBoltOperator
 
CypherFileDBExporter - Class in de.julielab.concepts.db.core
 
CypherFileDBExporter() - Constructor for class de.julielab.concepts.db.core.CypherFileDBExporter
 
CypherFileDBOperator - Class in de.julielab.concepts.db.core
 
CypherFileDBOperator() - Constructor for class de.julielab.concepts.db.core.CypherFileDBOperator
 
CypherHttpExporter - Class in de.julielab.concepts.db.core
 
CypherHttpExporter() - Constructor for class de.julielab.concepts.db.core.CypherHttpExporter
 
CypherHttpOperator - Class in de.julielab.concepts.db.core
 
CypherHttpOperator() - Constructor for class de.julielab.concepts.db.core.CypherHttpOperator
 

D

Data - Class in de.julielab.concepts.db.core.http
 
Data() - Constructor for class de.julielab.concepts.db.core.http.Data
 
DatabaseConnected - Interface in de.julielab.concepts.db.core.spi
An interface to indicate server provider interfaces that interact with the database and, thus, require a database connection.
DatabaseOperationException - Exception in de.julielab.concepts.util
 
DatabaseOperationException() - Constructor for exception de.julielab.concepts.util.DatabaseOperationException
 
DatabaseOperationException(String) - Constructor for exception de.julielab.concepts.util.DatabaseOperationException
 
DatabaseOperationException(String, Throwable) - Constructor for exception de.julielab.concepts.util.DatabaseOperationException
 
DatabaseOperationException(String, Throwable, boolean, boolean) - Constructor for exception de.julielab.concepts.util.DatabaseOperationException
 
DatabaseOperationException(Throwable) - Constructor for exception de.julielab.concepts.util.DatabaseOperationException
 
DatabaseOperationService - Class in de.julielab.concepts.db.core.services
 
DatabaseOperationService(HierarchicalConfiguration<ImmutableNode>) - Constructor for class de.julielab.concepts.db.core.services.DatabaseOperationService
 
DatabaseOperator - Interface in de.julielab.concepts.db.core.spi
 
DataExporter - Interface in de.julielab.concepts.db.core.spi
Data exporters read a database, extract specific information and store it at some external location in a specific output format.
DataExporterImpl - Class in de.julielab.concepts.db.core
 
DataExporterImpl(Logger) - Constructor for class de.julielab.concepts.db.core.DataExporterImpl
 
DataExportException - Exception in de.julielab.concepts.util
 
DataExportException() - Constructor for exception de.julielab.concepts.util.DataExportException
 
DataExportException(String) - Constructor for exception de.julielab.concepts.util.DataExportException
 
DataExportException(String, Throwable) - Constructor for exception de.julielab.concepts.util.DataExportException
 
DataExportException(String, Throwable, boolean, boolean) - Constructor for exception de.julielab.concepts.util.DataExportException
 
DataExportException(Throwable) - Constructor for exception de.julielab.concepts.util.DataExportException
 
DataExportService - Class in de.julielab.concepts.db.core.services
 
de.julielab.concepts.db.core - package de.julielab.concepts.db.core
 
de.julielab.concepts.db.core.http - package de.julielab.concepts.db.core.http
 
de.julielab.concepts.db.core.services - package de.julielab.concepts.db.core.services
 
de.julielab.concepts.db.core.spi - package de.julielab.concepts.db.core.spi
 
de.julielab.concepts.util - package de.julielab.concepts.util
 
decode(InputStream, HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.DataExporterImpl
Decodes data that has been encoded into a string.
DECODING - Static variable in class de.julielab.concepts.db.core.ConfigurationConstants
 
DefaultFacetCreator - Class in de.julielab.concepts.db.core
 
DefaultFacetCreator() - Constructor for class de.julielab.concepts.db.core.DefaultFacetCreator
 

E

ELEMENT_TYPE - Static variable in class de.julielab.concepts.db.core.ConfigurationConstants
 
equals(Object) - Method in class de.julielab.concepts.db.core.services.NetworkConnectionCredentials
 
EXPORT - Static variable in class de.julielab.concepts.db.core.ConfigurationConstants
 
exportData(HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.CypherBoltExporter
 
exportData(HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.CypherFileDBExporter
 
exportData(HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.CypherHttpExporter
 
exportData(HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.JavaClassFileDBExporter
 
exportData(HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.RestExporter
 
exportData(HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.services.DataExportService
 
exportData(HierarchicalConfiguration<ImmutableNode>) - Method in interface de.julielab.concepts.db.core.spi.DataExporter
Export data from the database to an external location.
EXPORTER - Static variable in class de.julielab.concepts.db.core.ConfigurationConstants
 
EXPORTS - Static variable in class de.julielab.concepts.db.core.ConfigurationConstants
 
exposeParameters(String, HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.ConceptDBConfigurationTemplateGenerator
 
exposeParameters(String, HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.CypherBoltExporter
 
exposeParameters(String, HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.CypherBoltOperator
 
exposeParameters(String, HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.CypherFileDBExporter
 
exposeParameters(String, HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.CypherFileDBOperator
 
exposeParameters(String, HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.CypherHttpExporter
 
exposeParameters(String, HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.CypherHttpOperator
 
exposeParameters(String, HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.JavaClassFileDBExporter
 
exposeParameters(String, HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.JavaMethodCallBase
 
exposeParameters(String, HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.RestCallBase
 
exposeParameters(String, HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.RestExporter
 
exposeParameters(String, HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.services.BoltConnectionService
 
exposeParameters(String, HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.services.ConceptCreationService
 
exposeParameters(String, HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.services.DatabaseOperationService
 
exposeParameters(String, HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.services.DataExportService
 
exposeParameters(String, HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.services.FacetCreationService
Exposes the parameter of the default facet creator.
exposeParameters(String, HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.services.MappingCreationService
 
exposeParameters(String, HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.services.VersioningService
 
exposeParameters(String, HierarchicalConfiguration<ImmutableNode>) - Method in interface de.julielab.concepts.db.core.spi.Versioning
 

F

FACET - Static variable in class de.julielab.concepts.db.core.ConfigurationConstants
 
FACET_GROUP - Static variable in class de.julielab.concepts.db.core.ConfigurationConstants
 
FACET_GROUP_NAME - Static variable in class de.julielab.concepts.db.core.DefaultFacetCreator
 
FacetCreationException - Exception in de.julielab.concepts.util
 
FacetCreationException() - Constructor for exception de.julielab.concepts.util.FacetCreationException
 
FacetCreationException(String) - Constructor for exception de.julielab.concepts.util.FacetCreationException
 
FacetCreationException(String, Throwable) - Constructor for exception de.julielab.concepts.util.FacetCreationException
 
FacetCreationException(String, Throwable, boolean, boolean) - Constructor for exception de.julielab.concepts.util.FacetCreationException
 
FacetCreationException(Throwable) - Constructor for exception de.julielab.concepts.util.FacetCreationException
 
FacetCreationService - Class in de.julielab.concepts.db.core.services
 
FacetCreator - Interface in de.julielab.concepts.db.core.spi
 
FileConnectionService - Class in de.julielab.concepts.db.core.services
 
FileDatabaseConceptInserter - Class in de.julielab.concepts.db.core
 
FileDatabaseConceptInserter() - Constructor for class de.julielab.concepts.db.core.FileDatabaseConceptInserter
 
FileDatabaseConceptInserter.VersionLabel - Enum in de.julielab.concepts.db.core
 
FileDatabaseMappingInserter - Class in de.julielab.concepts.db.core
 
FileDatabaseMappingInserter() - Constructor for class de.julielab.concepts.db.core.FileDatabaseMappingInserter
 
FileVersioning - Class in de.julielab.concepts.db.core
 
FileVersioning() - Constructor for class de.julielab.concepts.db.core.FileVersioning
 
FunctionCallBase - Class in de.julielab.concepts.db.core
This class contains the FunctionCallBase.Parameter type and methods to parse parameters from the configuration file.
FunctionCallBase(Logger) - Constructor for class de.julielab.concepts.db.core.FunctionCallBase
 
FunctionCallBase.Parameter - Class in de.julielab.concepts.db.core
 

G

GET_VERSION - Static variable in class de.julielab.concepts.db.core.VersioningConstants
 
getBoltDriver(HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.services.BoltConnectionService
 
getCause() - Method in class de.julielab.concepts.util.Neo4jServerErrorResponse
 
getCode() - Method in class de.julielab.concepts.util.Neo4jServerError
 
getColumns() - Method in class de.julielab.concepts.db.core.http.Result
 
getData() - Method in class de.julielab.concepts.db.core.http.Result
 
getData(int) - Method in class de.julielab.concepts.db.core.http.Result
 
getDatabaseManagementService(HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.services.FileConnectionService
 
getDefaultGraphDatabase(HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.services.FileConnectionService
 
getElementType() - Method in class de.julielab.concepts.db.core.FunctionCallBase.Parameter
 
getErrorResponse() - Method in exception de.julielab.concepts.util.InternalNeo4jException
 
getErrors() - Method in interface de.julielab.concepts.db.core.http.Response
 
getErrors() - Method in class de.julielab.concepts.db.core.http.ResponseImpl
 
getErrors() - Method in class de.julielab.concepts.db.core.http.StreamingResponse
 
getErrors() - Method in class de.julielab.concepts.util.Neo4jServerErrorResponse
 
getException() - Method in class de.julielab.concepts.util.Neo4jServerErrorResponse
 
getFullname() - Method in class de.julielab.concepts.util.Neo4jServerErrorResponse
 
getHttpRequest(HierarchicalConfiguration<ImmutableNode>, String) - Method in class de.julielab.concepts.db.core.services.HttpConnectionService
 
getHttpRequest(HierarchicalConfiguration<ImmutableNode>, String, String) - Method in class de.julielab.concepts.db.core.services.HttpConnectionService
 
getId() - Method in class de.julielab.concepts.db.core.http.Meta
 
getInstance() - Static method in class de.julielab.concepts.db.core.ConceptDBConfigurationTemplateGenerator
 
getInstance() - Static method in class de.julielab.concepts.db.core.services.BoltConnectionService
 
getInstance() - Static method in class de.julielab.concepts.db.core.services.ConceptCreationService
 
getInstance() - Static method in class de.julielab.concepts.db.core.services.FacetCreationService
 
getInstance() - Static method in class de.julielab.concepts.db.core.services.FileConnectionService
 
getInstance() - Static method in class de.julielab.concepts.db.core.services.HttpConnectionService
 
getInstance(HierarchicalConfiguration<ImmutableNode>) - Static method in class de.julielab.concepts.db.core.services.ConceptInsertionService
Returns the data export service singleton specifically created for this passed configuration.
getInstance(HierarchicalConfiguration<ImmutableNode>) - Static method in class de.julielab.concepts.db.core.services.DatabaseOperationService
Returns the data export service singleton specifically created for this passed configuration.
getInstance(HierarchicalConfiguration<ImmutableNode>) - Static method in class de.julielab.concepts.db.core.services.DataExportService
Returns the data export service singleton specifically created for this passed configuration.
getInstance(HierarchicalConfiguration<ImmutableNode>) - Static method in class de.julielab.concepts.db.core.services.MappingCreationService
Returns the mapping creation service singleton specifically created for this passed configuration.
getInstance(HierarchicalConfiguration<ImmutableNode>) - Static method in class de.julielab.concepts.db.core.services.MappingInsertionService
Returns the mapping insertion service singleton specifically created for this passed configuration.
getInstance(HierarchicalConfiguration<ImmutableNode>) - Static method in class de.julielab.concepts.db.core.services.VersioningService
 
getMessage() - Method in class de.julielab.concepts.util.Neo4jServerError
 
getMessage() - Method in class de.julielab.concepts.util.Neo4jServerErrorResponse
 
getMeta() - Method in class de.julielab.concepts.db.core.http.Data
 
getMeta(int) - Method in class de.julielab.concepts.db.core.http.Data
 
getName() - Method in class de.julielab.concepts.db.core.CypherBoltExporter
 
getName() - Method in class de.julielab.concepts.db.core.CypherBoltOperator
 
getName() - Method in class de.julielab.concepts.db.core.CypherFileDBExporter
 
getName() - Method in class de.julielab.concepts.db.core.CypherFileDBOperator
 
getName() - Method in class de.julielab.concepts.db.core.CypherHttpExporter
 
getName() - Method in class de.julielab.concepts.db.core.CypherHttpOperator
 
getName() - Method in class de.julielab.concepts.db.core.DefaultFacetCreator
 
getName() - Method in class de.julielab.concepts.db.core.FunctionCallBase.Parameter
 
getName() - Method in class de.julielab.concepts.db.core.JavaClassFileDBExporter
 
getName() - Method in class de.julielab.concepts.db.core.JavaClassFileDBOperator
 
getName() - Method in class de.julielab.concepts.db.core.RestDatabaseOperator
 
getName() - Method in class de.julielab.concepts.db.core.RestExporter
 
getParameters() - Method in class de.julielab.concepts.db.core.http.Statement
 
getPassword() - Method in class de.julielab.concepts.db.core.services.NetworkConnectionCredentials
 
getRequestValue() - Method in class de.julielab.concepts.db.core.FunctionCallBase.Parameter
 
getResourceHeader(HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.DataExporterImpl
Creates a small header to be applied to exported resource files.
getResultList() - Method in class de.julielab.concepts.db.core.http.ResponseImpl
 
getResults() - Method in interface de.julielab.concepts.db.core.http.Response
 
getResults() - Method in class de.julielab.concepts.db.core.http.ResponseImpl
 
getResults() - Method in class de.julielab.concepts.db.core.http.StreamingResponse
 
getRow() - Method in class de.julielab.concepts.db.core.http.Data
 
getRow(int) - Method in class de.julielab.concepts.db.core.http.Data
 
getSingleResult() - Method in interface de.julielab.concepts.db.core.http.Response
 
getSingleResult() - Method in class de.julielab.concepts.db.core.http.ResponseImpl
 
getSingleResult() - Method in class de.julielab.concepts.db.core.http.StreamingResponse
 
getStackTrace() - Method in class de.julielab.concepts.util.Neo4jServerError
 
getStackTrace() - Method in class de.julielab.concepts.util.Neo4jServerErrorResponse
 
getStatement() - Method in class de.julielab.concepts.db.core.http.Statement
 
getStatements() - Method in class de.julielab.concepts.db.core.http.Statements
 
getType() - Method in class de.julielab.concepts.db.core.FunctionCallBase.Parameter
 
getType() - Method in class de.julielab.concepts.db.core.http.Meta
 
getUri() - Method in class de.julielab.concepts.db.core.services.NetworkConnectionCredentials
 
getUser() - Method in class de.julielab.concepts.db.core.services.NetworkConnectionCredentials
 
getValue() - Method in class de.julielab.concepts.db.core.FunctionCallBase.Parameter
 
getVersion() - Method in class de.julielab.concepts.db.core.BoltVersioning
 
getVersion() - Method in class de.julielab.concepts.db.core.FileVersioning
 
getVersion() - Method in class de.julielab.concepts.db.core.HttpVersioning
 
getVersion() - Method in class de.julielab.concepts.db.core.services.VersioningService
 
getVersion() - Method in interface de.julielab.concepts.db.core.spi.Versioning
 
GZIP - Static variable in class de.julielab.concepts.db.core.ConfigurationConstants
 

H

hashCode() - Method in class de.julielab.concepts.db.core.services.NetworkConnectionCredentials
 
HTTP_METHOD - Static variable in class de.julielab.concepts.db.core.ConfigurationConstants
 
HttpConnectionService - Class in de.julielab.concepts.db.core.services
 
HttpConnectionService() - Constructor for class de.julielab.concepts.db.core.services.HttpConnectionService
 
HttpVersioning - Class in de.julielab.concepts.db.core
 
HttpVersioning() - Constructor for class de.julielab.concepts.db.core.HttpVersioning
 

I

IMPORT - Static variable in class de.julielab.concepts.db.core.ConfigurationConstants
 
IMPORT_OPTIONS - Static variable in class de.julielab.concepts.db.core.ConfigurationConstants
 
IMPORTS - Static variable in class de.julielab.concepts.db.core.ConfigurationConstants
 
IncompatibleActionHandlerConnectionException - Exception in de.julielab.concepts.util
 
IncompatibleActionHandlerConnectionException() - Constructor for exception de.julielab.concepts.util.IncompatibleActionHandlerConnectionException
 
IncompatibleActionHandlerConnectionException(String) - Constructor for exception de.julielab.concepts.util.IncompatibleActionHandlerConnectionException
 
IncompatibleActionHandlerConnectionException(String, Throwable) - Constructor for exception de.julielab.concepts.util.IncompatibleActionHandlerConnectionException
 
IncompatibleActionHandlerConnectionException(String, Throwable, boolean, boolean) - Constructor for exception de.julielab.concepts.util.IncompatibleActionHandlerConnectionException
 
IncompatibleActionHandlerConnectionException(Throwable) - Constructor for exception de.julielab.concepts.util.IncompatibleActionHandlerConnectionException
 
insertConcepts(HierarchicalConfiguration<ImmutableNode>, ImportConcepts) - Method in class de.julielab.concepts.db.core.FileDatabaseConceptInserter
 
insertConcepts(HierarchicalConfiguration<ImmutableNode>, ImportConcepts) - Method in class de.julielab.concepts.db.core.RestConceptInserter
 
insertConcepts(HierarchicalConfiguration<ImmutableNode>, ImportConcepts) - Method in class de.julielab.concepts.db.core.services.ConceptInsertionService
 
insertConcepts(HierarchicalConfiguration<ImmutableNode>, ImportConcepts) - Method in interface de.julielab.concepts.db.core.spi.ConceptInserter
 
insertConcepts(HierarchicalConfiguration<ImmutableNode>, Stream<ImportConcepts>) - Method in class de.julielab.concepts.db.core.services.ConceptInsertionService
 
insertMappings(HierarchicalConfiguration<ImmutableNode>, Stream<ImportMapping>) - Method in class de.julielab.concepts.db.core.FileDatabaseMappingInserter
 
insertMappings(HierarchicalConfiguration<ImmutableNode>, Stream<ImportMapping>) - Method in class de.julielab.concepts.db.core.RestMappingInserter
 
insertMappings(HierarchicalConfiguration<ImmutableNode>, Stream<ImportMapping>) - Method in class de.julielab.concepts.db.core.services.MappingInsertionService
 
insertMappings(HierarchicalConfiguration<ImmutableNode>, Stream<ImportMapping>) - Method in interface de.julielab.concepts.db.core.spi.MappingInserter
 
InternalNeo4jException - Exception in de.julielab.concepts.util
 
InternalNeo4jException(Neo4jServerErrorResponse) - Constructor for exception de.julielab.concepts.util.InternalNeo4jException
 
isDeleted() - Method in class de.julielab.concepts.db.core.http.Meta
 
isEmpty() - Method in class de.julielab.concepts.db.core.services.NetworkConnectionCredentials
 
isList() - Method in class de.julielab.concepts.db.core.FunctionCallBase.Parameter
 

J

JAVA_TYPE - Static variable in class de.julielab.concepts.db.core.ConfigurationConstants
 
JavaClassFileDBExporter - Class in de.julielab.concepts.db.core
 
JavaClassFileDBExporter() - Constructor for class de.julielab.concepts.db.core.JavaClassFileDBExporter
 
JavaClassFileDBOperator - Class in de.julielab.concepts.db.core
 
JavaClassFileDBOperator() - Constructor for class de.julielab.concepts.db.core.JavaClassFileDBOperator
 
JavaMethodCallBase - Class in de.julielab.concepts.db.core
 
JavaMethodCallBase(Logger) - Constructor for class de.julielab.concepts.db.core.JavaMethodCallBase
 
JSON2BYTEARRAY - Static variable in class de.julielab.concepts.db.core.ConfigurationConstants
 

L

LABELS - Static variable in class de.julielab.concepts.db.core.DefaultFacetCreator
 
log - Variable in class de.julielab.concepts.db.core.FunctionCallBase
 

M

main(String[]) - Static method in class de.julielab.concepts.db.core.ConceptDBConfigurationTemplateGenerator
Creates the configuration template.
MappingCreationException - Exception in de.julielab.concepts.util
 
MappingCreationException() - Constructor for exception de.julielab.concepts.util.MappingCreationException
 
MappingCreationException(String) - Constructor for exception de.julielab.concepts.util.MappingCreationException
 
MappingCreationException(String, Throwable) - Constructor for exception de.julielab.concepts.util.MappingCreationException
 
MappingCreationException(String, Throwable, boolean, boolean) - Constructor for exception de.julielab.concepts.util.MappingCreationException
 
MappingCreationException(Throwable) - Constructor for exception de.julielab.concepts.util.MappingCreationException
 
MappingCreationService - Class in de.julielab.concepts.db.core.services
 
MappingCreator - Interface in de.julielab.concepts.db.core.spi
Mappings represent equivalence relations between concepts.
MappingInserter - Interface in de.julielab.concepts.db.core.spi
 
MappingInsertionException - Exception in de.julielab.concepts.util
 
MappingInsertionException() - Constructor for exception de.julielab.concepts.util.MappingInsertionException
 
MappingInsertionException(String) - Constructor for exception de.julielab.concepts.util.MappingInsertionException
 
MappingInsertionException(String, Throwable) - Constructor for exception de.julielab.concepts.util.MappingInsertionException
 
MappingInsertionException(String, Throwable, boolean, boolean) - Constructor for exception de.julielab.concepts.util.MappingInsertionException
 
MappingInsertionException(Throwable) - Constructor for exception de.julielab.concepts.util.MappingInsertionException
 
MappingInsertionService - Class in de.julielab.concepts.db.core.services
 
MAPPINGS - Static variable in class de.julielab.concepts.db.core.ConfigurationConstants
 
MERGE - Static variable in class de.julielab.concepts.db.core.ConfigurationConstants
 
Meta - Class in de.julielab.concepts.db.core.http
 
Meta() - Constructor for class de.julielab.concepts.db.core.http.Meta
 
METHOD - Static variable in class de.julielab.concepts.db.core.ConfigurationConstants
 
MethodCallException - Exception in de.julielab.concepts.util
 
MethodCallException() - Constructor for exception de.julielab.concepts.util.MethodCallException
 
MethodCallException(String) - Constructor for exception de.julielab.concepts.util.MethodCallException
 
MethodCallException(String, Throwable) - Constructor for exception de.julielab.concepts.util.MethodCallException
 
MethodCallException(String, Throwable, boolean, boolean) - Constructor for exception de.julielab.concepts.util.MethodCallException
 
MethodCallException(Throwable) - Constructor for exception de.julielab.concepts.util.MethodCallException
 

N

NAME - Static variable in class de.julielab.concepts.db.core.ConfigurationConstants
 
NAME - Static variable in class de.julielab.concepts.db.core.DefaultFacetCreator
 
Neo4jServerError - Class in de.julielab.concepts.util
 
Neo4jServerError() - Constructor for class de.julielab.concepts.util.Neo4jServerError
 
Neo4jServerErrorResponse - Class in de.julielab.concepts.util
 
Neo4jServerErrorResponse() - Constructor for class de.julielab.concepts.util.Neo4jServerErrorResponse
 
NetworkConnectionCredentials - Class in de.julielab.concepts.db.core.services
 
NetworkConnectionCredentials(String, String, String) - Constructor for class de.julielab.concepts.db.core.services.NetworkConnectionCredentials
 
NO_FACET - Static variable in class de.julielab.concepts.db.core.DefaultFacetCreator
 

O

operate(HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.CypherBoltOperator
 
operate(HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.CypherFileDBOperator
 
operate(HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.CypherHttpOperator
 
operate(HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.JavaClassFileDBOperator
 
operate(HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.RestDatabaseOperator
 
operate(HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.services.DatabaseOperationService
 
operate(HierarchicalConfiguration<ImmutableNode>) - Method in interface de.julielab.concepts.db.core.spi.DatabaseOperator
 
OPERATION - Static variable in class de.julielab.concepts.db.core.ConfigurationConstants
 
OPERATIONS - Static variable in class de.julielab.concepts.db.core.ConfigurationConstants
 
OPERATOR - Static variable in class de.julielab.concepts.db.core.ConfigurationConstants
 
OUTPUT_FILE - Static variable in class de.julielab.concepts.db.core.ConfigurationConstants
 
OVERRIDE_PREFERRED_NAME - Static variable in class de.julielab.concepts.db.core.ConfigurationConstants
 

P

Parameter() - Constructor for class de.julielab.concepts.db.core.FunctionCallBase.Parameter
 
PARAMETER - Static variable in class de.julielab.concepts.db.core.ConfigurationConstants
 
PARAMETERS - Static variable in class de.julielab.concepts.db.core.ConfigurationConstants
 
parseParameters(HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.FunctionCallBase
 
PASSWORD - Static variable in class de.julielab.concepts.db.core.ConfigurationConstants
 
PATH - Static variable in class de.julielab.concepts.db.core.ConfigurationConstants
 
PREPARATIONS - Static variable in class de.julielab.concepts.db.core.ConfigurationConstants
 

R

REQUEST - Static variable in class de.julielab.concepts.db.core.ConfigurationConstants
 
Response - Interface in de.julielab.concepts.db.core.http
 
ResponseImpl - Class in de.julielab.concepts.db.core.http
 
ResponseImpl() - Constructor for class de.julielab.concepts.db.core.http.ResponseImpl
 
REST - Static variable in class de.julielab.concepts.db.core.ConfigurationConstants
 
REST_ENDPOINT - Static variable in class de.julielab.concepts.db.core.ConfigurationConstants
 
RestCallBase - Class in de.julielab.concepts.db.core
 
RestCallBase(Logger) - Constructor for class de.julielab.concepts.db.core.RestCallBase
 
RestConceptInserter - Class in de.julielab.concepts.db.core
 
RestConceptInserter() - Constructor for class de.julielab.concepts.db.core.RestConceptInserter
 
RestDatabaseOperator - Class in de.julielab.concepts.db.core
 
RestDatabaseOperator() - Constructor for class de.julielab.concepts.db.core.RestDatabaseOperator
 
RestExporter - Class in de.julielab.concepts.db.core
 
RestExporter() - Constructor for class de.julielab.concepts.db.core.RestExporter
 
RestMappingInserter - Class in de.julielab.concepts.db.core
 
RestMappingInserter() - Constructor for class de.julielab.concepts.db.core.RestMappingInserter
 
Result - Class in de.julielab.concepts.db.core.http
 
Result() - Constructor for class de.julielab.concepts.db.core.http.Result
 

S

sendRequest(HttpUriRequest) - Method in class de.julielab.concepts.db.core.services.HttpConnectionService
 
sendStatements(Statements, String, HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.services.HttpConnectionService
 
setCause(Neo4jServerErrorResponse) - Method in class de.julielab.concepts.util.Neo4jServerErrorResponse
 
setCode(String) - Method in class de.julielab.concepts.util.Neo4jServerError
 
setColumns(List<String>) - Method in class de.julielab.concepts.db.core.http.Result
 
setConnection(HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.BoltVersioning
 
setConnection(HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.CypherBoltExporter
 
setConnection(HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.CypherBoltOperator
 
setConnection(HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.CypherFileDBExporter
 
setConnection(HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.CypherFileDBOperator
 
setConnection(HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.CypherHttpExporter
 
setConnection(HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.CypherHttpOperator
 
setConnection(HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.FileDatabaseConceptInserter
 
setConnection(HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.FileDatabaseMappingInserter
 
setConnection(HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.FileVersioning
 
setConnection(HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.HttpVersioning
 
setConnection(HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.JavaClassFileDBExporter
 
setConnection(HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.JavaClassFileDBOperator
 
setConnection(HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.RestConceptInserter
 
setConnection(HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.RestDatabaseOperator
 
setConnection(HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.RestExporter
 
setConnection(HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.RestMappingInserter
 
setConnection(HierarchicalConfiguration<ImmutableNode>) - Method in interface de.julielab.concepts.db.core.spi.DatabaseConnected
Requires the implementing service provider to check if the given connection is supported and, if so, to use it for later method calls.
setConnection(HierarchicalConfiguration<ImmutableNode>) - Method in interface de.julielab.concepts.db.core.spi.Versioning
 
setConvertToJson(boolean) - Method in class de.julielab.concepts.db.core.FunctionCallBase.Parameter
 
setData(List<Data>) - Method in class de.julielab.concepts.db.core.http.Result
 
setDeleted(boolean) - Method in class de.julielab.concepts.db.core.http.Meta
 
setElementType(Class<?>) - Method in class de.julielab.concepts.db.core.FunctionCallBase.Parameter
 
setErrorResponse(Neo4jServerErrorResponse) - Method in exception de.julielab.concepts.util.InternalNeo4jException
 
setErrors(List<Neo4jServerError>) - Method in class de.julielab.concepts.util.Neo4jServerErrorResponse
 
setErrors(List<Object>) - Method in class de.julielab.concepts.db.core.http.ResponseImpl
 
setException(String) - Method in class de.julielab.concepts.util.Neo4jServerErrorResponse
 
setFullname(String) - Method in class de.julielab.concepts.util.Neo4jServerErrorResponse
 
setGlobalOptions(HierarchicalConfiguration<ImmutableNode>, ImportOptions) - Method in interface de.julielab.concepts.db.core.spi.ConceptInserter
Used to set or override ImportOptions for all concept inserters.
setId(long) - Method in class de.julielab.concepts.db.core.http.Meta
 
setIsList(boolean) - Method in class de.julielab.concepts.db.core.FunctionCallBase.Parameter
 
setMessage(String) - Method in class de.julielab.concepts.util.Neo4jServerError
 
setMessage(String) - Method in class de.julielab.concepts.util.Neo4jServerErrorResponse
 
setMeta(List<Meta>) - Method in class de.julielab.concepts.db.core.http.Data
 
setName(String) - Method in class de.julielab.concepts.db.core.FunctionCallBase.Parameter
 
setNameIfAbsent(String) - Method in class de.julielab.concepts.db.core.FunctionCallBase.Parameter
 
setParameters(Map<String, Object>) - Method in class de.julielab.concepts.db.core.http.Statement
 
setPassword(String) - Method in class de.julielab.concepts.db.core.services.NetworkConnectionCredentials
 
setResults(List<Result>) - Method in class de.julielab.concepts.db.core.http.ResponseImpl
 
setRow(List<Object>) - Method in class de.julielab.concepts.db.core.http.Data
 
setStackTrace(String) - Method in class de.julielab.concepts.util.Neo4jServerError
 
setStackTrace(List<String>) - Method in class de.julielab.concepts.util.Neo4jServerErrorResponse
 
setStatement(String) - Method in class de.julielab.concepts.db.core.http.Statement
 
setStatements(List<Statement>) - Method in class de.julielab.concepts.db.core.http.Statements
 
setType(Class<?>) - Method in class de.julielab.concepts.db.core.FunctionCallBase.Parameter
 
setType(String) - Method in class de.julielab.concepts.db.core.http.Meta
 
setUri(String) - Method in class de.julielab.concepts.db.core.services.NetworkConnectionCredentials
 
setUser(String) - Method in class de.julielab.concepts.db.core.services.NetworkConnectionCredentials
 
setValue(Object) - Method in class de.julielab.concepts.db.core.FunctionCallBase.Parameter
 
setVersion(HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.BoltVersioning
 
setVersion(HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.FileVersioning
 
setVersion(HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.HttpVersioning
 
setVersion(HierarchicalConfiguration<ImmutableNode>) - Method in class de.julielab.concepts.db.core.services.VersioningService
 
setVersion(HierarchicalConfiguration<ImmutableNode>) - Method in interface de.julielab.concepts.db.core.spi.Versioning
 
SHORT_NAME - Static variable in class de.julielab.concepts.db.core.DefaultFacetCreator
 
shutdown() - Method in class de.julielab.concepts.db.core.services.FileConnectionService
Shuts down all graph databases opened by this service.
SOURCE_TYPE - Static variable in class de.julielab.concepts.db.core.DefaultFacetCreator
 
Statement - Class in de.julielab.concepts.db.core.http
 
Statement(String, Object...) - Constructor for class de.julielab.concepts.db.core.http.Statement
 
Statements - Class in de.julielab.concepts.db.core.http
 
Statements() - Constructor for class de.julielab.concepts.db.core.http.Statements
 
Statements(Statement...) - Constructor for class de.julielab.concepts.db.core.http.Statements
 
StreamingResponse - Class in de.julielab.concepts.db.core.http
 
StreamingResponse(InputStream) - Constructor for class de.julielab.concepts.db.core.http.StreamingResponse
 

T

TO_ESCAPED_JSON - Static variable in class de.julielab.concepts.db.core.ConfigurationConstants
 
toString() - Method in class de.julielab.concepts.db.core.FunctionCallBase.Parameter
 
toString() - Method in class de.julielab.concepts.db.core.http.Data
 
toString() - Method in class de.julielab.concepts.db.core.http.Meta
 
toString() - Method in class de.julielab.concepts.db.core.http.ResponseImpl
 
toString() - Method in class de.julielab.concepts.db.core.http.Result
 
TRANSACTION_ENDPOINT - Static variable in class de.julielab.concepts.db.core.http.Constants
 

U

URI - Static variable in class de.julielab.concepts.db.core.ConfigurationConstants
 
USER - Static variable in class de.julielab.concepts.db.core.ConfigurationConstants
 

V

valueOf(String) - Static method in enum de.julielab.concepts.db.core.FileDatabaseConceptInserter.VersionLabel
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.julielab.concepts.db.core.FileDatabaseConceptInserter.VersionLabel
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - de.julielab.concepts.db.core.FileDatabaseConceptInserter.VersionLabel
 
VERSION - Static variable in class de.julielab.concepts.db.core.ConfigurationConstants
 
Versioning - Interface in de.julielab.concepts.db.core.spi
 
VERSIONING - Static variable in class de.julielab.concepts.db.core.ConfigurationConstants
 
VersioningConstants - Class in de.julielab.concepts.db.core
 
VersioningException - Exception in de.julielab.concepts.util
 
VersioningException() - Constructor for exception de.julielab.concepts.util.VersioningException
 
VersioningException(String) - Constructor for exception de.julielab.concepts.util.VersioningException
 
VersioningException(String, Throwable) - Constructor for exception de.julielab.concepts.util.VersioningException
 
VersioningException(String, Throwable, boolean, boolean) - Constructor for exception de.julielab.concepts.util.VersioningException
 
VersioningException(Throwable) - Constructor for exception de.julielab.concepts.util.VersioningException
 
VersioningService - Class in de.julielab.concepts.db.core.services
 
VersionRetrievalException - Exception in de.julielab.concepts.util
 
VersionRetrievalException() - Constructor for exception de.julielab.concepts.util.VersionRetrievalException
 
VersionRetrievalException(String) - Constructor for exception de.julielab.concepts.util.VersionRetrievalException
 
VersionRetrievalException(String, Throwable) - Constructor for exception de.julielab.concepts.util.VersionRetrievalException
 
VersionRetrievalException(String, Throwable, boolean, boolean) - Constructor for exception de.julielab.concepts.util.VersionRetrievalException
 
VersionRetrievalException(Throwable) - Constructor for exception de.julielab.concepts.util.VersionRetrievalException
 

W

writeData(File, String, InputStream) - Method in class de.julielab.concepts.db.core.DataExporterImpl
 
A B C D E F G H I J L M N O P R S T U V W 
All Classes All Packages