public class

Neo4jConnectorMetadataAdapater

extends Neo4jConnectorCapabilitiesAdapter
implements MetadataAware
java.lang.Object
   ↳ org.mule.modules.neo4j.Neo4jConnector
     ↳ org.mule.modules.neo4j.adapters.Neo4jConnectorCapabilitiesAdapter
       ↳ org.mule.modules.neo4j.adapters.Neo4jConnectorMetadataAdapater
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

A Neo4jConnectorMetadataAdapater is a wrapper around Neo4jConnector that adds support for querying metadata about the extension.

Summary

Constants
String DEVKIT_BUILD
String DEVKIT_VERSION
String MODULE_NAME
String MODULE_VERSION
[Expand]
Inherited Constants
From class org.mule.modules.neo4j.Neo4jConnector
[Expand]
Inherited Fields
From class org.mule.modules.neo4j.Neo4jConnector
Public Constructors
Neo4jConnectorMetadataAdapater()
Public Methods
String getDevkitBuild()
Returns the build of the DevKit used to create this module
String getDevkitVersion()
Returns the version of the DevKit used to create this module
String getModuleName()
Returns the user-friendly name of this module
String getModuleVersion()
Returns the version of this module
[Expand]
Inherited Methods
From class org.mule.modules.neo4j.adapters.Neo4jConnectorCapabilitiesAdapter
From class org.mule.modules.neo4j.Neo4jConnector
From class java.lang.Object
From interface org.mule.api.context.MuleContextAware
From interface org.mule.modules.neo4j.basic.Capabilities
From interface org.mule.modules.neo4j.basic.MetadataAware

Constants

private static final String DEVKIT_BUILD

Constant Value: "3.4.0.1555.8df15c1"

private static final String DEVKIT_VERSION

Constant Value: "3.4.0"

private static final String MODULE_NAME

Constant Value: "Neo4j"

private static final String MODULE_VERSION

Constant Value: "1.0"

Public Constructors

public Neo4jConnectorMetadataAdapater ()

Public Methods

public String getDevkitBuild ()

Returns the build of the DevKit used to create this module

public String getDevkitVersion ()

Returns the version of the DevKit used to create this module

public String getModuleName ()

Returns the user-friendly name of this module

public String getModuleVersion ()

Returns the version of this module