public class

SunSystemsSSCConnectorMetadataAdapater

extends SunSystemsSSCConnectorCapabilitiesAdapter
implements MetadataAware
java.lang.Object
   ↳ com.computime.sunsystemsssc.SunSystemsSSCConnector
     ↳ com.computime.sunsystemsssc.adapters.SunSystemsSSCConnectorCapabilitiesAdapter
       ↳ com.computime.sunsystemsssc.adapters.SunSystemsSSCConnectorMetadataAdapater
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

A SunSystemsSSCConnectorMetadataAdapater is a wrapper around SunSystemsSSCConnector that adds support for querying metadata about the extension.

Summary

Constants
String DEVKIT_BUILD
String DEVKIT_VERSION
String MIN_MULE_VERSION
String MODULE_NAME
String MODULE_VERSION
[Expand]
Inherited Fields
From class com.computime.sunsystemsssc.SunSystemsSSCConnector
Public Constructors
SunSystemsSSCConnectorMetadataAdapater()
Public Methods
String getDevkitBuild()
String getDevkitVersion()
String getMinMuleVersion()
String getModuleName()
String getModuleVersion()
[Expand]
Inherited Methods
From class com.computime.sunsystemsssc.adapters.SunSystemsSSCConnectorCapabilitiesAdapter
From class com.computime.sunsystemsssc.SunSystemsSSCConnector
From class java.lang.Object
From interface org.mule.api.MetadataAware
From interface org.mule.api.devkit.capability.Capabilities

Constants

private static final String DEVKIT_BUILD

Constant Value: "UNNAMED.2405.44720b7"

private static final String DEVKIT_VERSION

Constant Value: "3.6.1"

private static final String MIN_MULE_VERSION

Constant Value: "3.5.0"

private static final String MODULE_NAME

Constant Value: "SunSystems SSC"

private static final String MODULE_VERSION

Constant Value: "1.0.0"

Public Constructors

public SunSystemsSSCConnectorMetadataAdapater ()

Public Methods

public String getDevkitBuild ()

public String getDevkitVersion ()

public String getMinMuleVersion ()

public String getModuleName ()

public String getModuleVersion ()