public class

PeopleSoftConnectorMetadataAdapter

extends PeopleSoftConnectorCapabilitiesAdapter
implements MetadataAware
java.lang.Object
   ↳ org.mule.modules.peoplesoft.PeopleSoftConnector
     ↳ org.mule.modules.peoplesoft.adapters.PeopleSoftConnectorCapabilitiesAdapter
       ↳ org.mule.modules.peoplesoft.adapters.PeopleSoftConnectorMetadataAdapter
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

A PeopleSoftConnectorMetadataAdapter is a wrapper around PeopleSoftConnector 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 org.mule.modules.peoplesoft.PeopleSoftConnector
Public Constructors
PeopleSoftConnectorMetadataAdapter()
Public Methods
String getDevkitBuild()
String getDevkitVersion()
String getMinMuleVersion()
String getModuleName()
String getModuleVersion()
[Expand]
Inherited Methods
From class org.mule.modules.peoplesoft.adapters.PeopleSoftConnectorCapabilitiesAdapter
From class org.mule.modules.peoplesoft.PeopleSoftConnector
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.2613.77421cc"

private static final String DEVKIT_VERSION

Constant Value: "3.7.1"

private static final String MIN_MULE_VERSION

Constant Value: "3.6"

private static final String MODULE_NAME

Constant Value: "PeopleSoft"

private static final String MODULE_VERSION

Constant Value: "2.0.0"

Public Constructors

public PeopleSoftConnectorMetadataAdapter ()

Public Methods

public String getDevkitBuild ()

public String getDevkitVersion ()

public String getMinMuleVersion ()

public String getModuleName ()

public String getModuleVersion ()