public class

StaffingModuleProcessAdapter

extends StaffingModuleLifecycleAdapter
implements ProcessAdapter<O>
java.lang.Object
   ↳ org.mule.modules.workday.AbstractWorkdayModule
     ↳ org.mule.modules.workday.staffing.StaffingModule
       ↳ org.mule.modules.workday.staffing.adapters.StaffingModuleCapabilitiesAdapter
         ↳ org.mule.modules.workday.staffing.adapters.StaffingModuleMetadataAdapater
           ↳ org.mule.modules.workday.staffing.adapters.StaffingModuleLifecycleAdapter
             ↳ org.mule.modules.workday.staffing.adapters.StaffingModuleProcessAdapter
Known Direct Subclasses

Class Overview

A StaffingModuleProcessAdapter is a wrapper around StaffingModule that enables custom processing strategies.

Summary

[Expand]
Inherited Constants
From class org.mule.modules.workday.staffing.adapters.StaffingModuleMetadataAdapater
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.staffing.StaffingModule
Public Constructors
StaffingModuleProcessAdapter()
Public Methods
<P> ProcessTemplate<P, StaffingModuleCapabilitiesAdapter> getProcessTemplate()
[Expand]
Inherited Methods
From class org.mule.modules.workday.staffing.adapters.StaffingModuleLifecycleAdapter
From class org.mule.modules.workday.staffing.adapters.StaffingModuleMetadataAdapater
From class org.mule.modules.workday.staffing.adapters.StaffingModuleCapabilitiesAdapter
From class org.mule.modules.workday.staffing.StaffingModule
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 StaffingModuleProcessAdapter ()

Public Methods

public ProcessTemplate<P, StaffingModuleCapabilitiesAdapter> getProcessTemplate ()