Package de.julielab.concepts.db.core
Class ServerPluginCallBase
- java.lang.Object
-
- de.julielab.concepts.db.core.FunctionCallBase
-
- de.julielab.concepts.db.core.ServerPluginCallBase
-
- All Implemented Interfaces:
de.julielab.jssf.commons.spi.ParameterExposing
- Direct Known Subclasses:
ServerPluginDatabaseOperator,ServerPluginExporter,ServerPluginMappingInserter
public abstract class ServerPluginCallBase extends FunctionCallBase
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.julielab.concepts.db.core.FunctionCallBase
FunctionCallBase.Parameter
-
-
Field Summary
-
Fields inherited from class de.julielab.concepts.db.core.FunctionCallBase
CONFKEY_CLASS_NAME, CONFKEY_METHOD_NAME, CONFKEY_PARAMETERS, log
-
-
Constructor Summary
Constructors Constructor Description ServerPluginCallBase(org.slf4j.Logger log)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringcallNeo4jServerPlugin(org.apache.commons.configuration2.HierarchicalConfiguration<org.apache.commons.configuration2.tree.ImmutableNode> connectionConfig, org.apache.commons.configuration2.HierarchicalConfiguration<org.apache.commons.configuration2.tree.ImmutableNode> methodCallConfig)voidexposeParameters(java.lang.String basePath, org.apache.commons.configuration2.HierarchicalConfiguration<org.apache.commons.configuration2.tree.ImmutableNode> template)-
Methods inherited from class de.julielab.concepts.db.core.FunctionCallBase
parseParameters
-
-
-
-
Method Detail
-
callNeo4jServerPlugin
public java.lang.String callNeo4jServerPlugin(org.apache.commons.configuration2.HierarchicalConfiguration<org.apache.commons.configuration2.tree.ImmutableNode> connectionConfig, org.apache.commons.configuration2.HierarchicalConfiguration<org.apache.commons.configuration2.tree.ImmutableNode> methodCallConfig) throws ConceptDatabaseConnectionException, MethodCallException
-
exposeParameters
public void exposeParameters(java.lang.String basePath, org.apache.commons.configuration2.HierarchicalConfiguration<org.apache.commons.configuration2.tree.ImmutableNode> template)
-
-