public class

HumanResourcesModuleMetadataAdapater

extends HumanResourcesModuleCapabilitiesAdapter
implements MetadataAware
java.lang.Object
   ↳ org.mule.modules.workday.AbstractWorkdayModule
     ↳ org.mule.modules.workday.hr.HumanResourcesModule
       ↳ org.mule.modules.workday.hr.adapters.HumanResourcesModuleCapabilitiesAdapter
         ↳ org.mule.modules.workday.hr.adapters.HumanResourcesModuleMetadataAdapater
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

A HumanResourcesModuleMetadataAdapater is a wrapper around HumanResourcesModule 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 Fields
From class org.mule.modules.workday.hr.HumanResourcesModule
Public Constructors
HumanResourcesModuleMetadataAdapater()
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.workday.hr.adapters.HumanResourcesModuleCapabilitiesAdapter
From class org.mule.modules.workday.hr.HumanResourcesModule
From class org.mule.modules.workday.AbstractWorkdayModule
From class java.lang.Object
From interface org.mule.modules.workday.absence.basic.Capabilities
From interface org.mule.modules.workday.absence.basic.MetadataAware

Constants

private static final String DEVKIT_BUILD

Constant Value: "UNNAMED.1616.b8598a7"

private static final String DEVKIT_VERSION

Constant Value: "3.4.2"

private static final String MODULE_NAME

Constant Value: "Workday Human Resource"

private static final String MODULE_VERSION

Constant Value: "3.0.0"

Public Constructors

public HumanResourcesModuleMetadataAdapater ()

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