public class

HumanResourcesModuleLifecycleAdapter

extends HumanResourcesModuleCapabilitiesAdapter
implements Disposable Initialisable Startable Stoppable
java.lang.Object
   ↳ org.mule.modules.workday.AbstractWorkdayModule
     ↳ org.mule.modules.workday.hr.HumanResourcesModule
       ↳ org.mule.modules.workday.hr.config.HumanResourcesModuleCapabilitiesAdapter
         ↳ org.mule.modules.workday.hr.config.HumanResourcesModuleLifecycleAdapter

Class Overview

A HumanResourcesModuleLifecycleAdapter is a wrapper around HumanResourcesModule that adds lifecycle methods to the pojo.

Summary

[Expand]
Inherited Constants
From interface org.mule.api.lifecycle.Disposable
From interface org.mule.api.lifecycle.Initialisable
From interface org.mule.api.lifecycle.Startable
From interface org.mule.api.lifecycle.Stoppable
[Expand]
Inherited Fields
From class org.mule.modules.workday.hr.HumanResourcesModule
From class org.mule.modules.workday.AbstractWorkdayModule
Public Constructors
HumanResourcesModuleLifecycleAdapter()
Public Methods
void dispose()
void initialise()
void start()
void stop()
[Expand]
Inherited Methods
From class org.mule.modules.workday.hr.config.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.api.Capabilities
From interface org.mule.api.lifecycle.Disposable
From interface org.mule.api.lifecycle.Initialisable
From interface org.mule.api.lifecycle.Startable
From interface org.mule.api.lifecycle.Stoppable

Public Constructors

public HumanResourcesModuleLifecycleAdapter ()

Public Methods

public void dispose ()

public void initialise ()

public void start ()

Throws
MuleException

public void stop ()

Throws
MuleException