public class

PerformanceModuleProcessAdapter

extends PerformanceModuleLifecycleAdapter
implements ProcessAdapter<O>
java.lang.Object
   ↳ org.mule.modules.workday.AbstractWorkdayModule
     ↳ org.mule.modules.workday.performancemanagement.PerformanceModule
       ↳ org.mule.modules.workday.performancemanagement.adapters.PerformanceModuleCapabilitiesAdapter
         ↳ org.mule.modules.workday.performancemanagement.adapters.PerformanceModuleMetadataAdapater
           ↳ org.mule.modules.workday.performancemanagement.adapters.PerformanceModuleLifecycleAdapter
             ↳ org.mule.modules.workday.performancemanagement.adapters.PerformanceModuleProcessAdapter
Known Direct Subclasses

Class Overview

A PerformanceModuleProcessAdapter is a wrapper around PerformanceModule that enables custom processing strategies.

Summary

[Expand]
Inherited Constants
From class org.mule.modules.workday.performancemanagement.adapters.PerformanceModuleMetadataAdapater
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.performancemanagement.PerformanceModule
Public Constructors
PerformanceModuleProcessAdapter()
Public Methods
<P> ProcessTemplate<P, PerformanceModuleCapabilitiesAdapter> getProcessTemplate()
[Expand]
Inherited Methods
From class org.mule.modules.workday.performancemanagement.adapters.PerformanceModuleLifecycleAdapter
From class org.mule.modules.workday.performancemanagement.adapters.PerformanceModuleMetadataAdapater
From class org.mule.modules.workday.performancemanagement.adapters.PerformanceModuleCapabilitiesAdapter
From class org.mule.modules.workday.performancemanagement.PerformanceModule
From class org.mule.modules.workday.AbstractWorkdayModule
From class java.lang.Object
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
From interface org.mule.modules.workday.absence.basic.Capabilities
From interface org.mule.modules.workday.absence.basic.MetadataAware
From interface org.mule.modules.workday.absence.process.ProcessAdapter

Public Constructors

public PerformanceModuleProcessAdapter ()

Public Methods

public ProcessTemplate<P, PerformanceModuleCapabilitiesAdapter> getProcessTemplate ()