public class

IdentityModuleProcessAdapter

extends IdentityModuleLifecycleAdapter
implements ProcessAdapter<O>
java.lang.Object
   ↳ org.mule.modules.workday.AbstractWorkdayModule
     ↳ org.mule.modules.workday.identity.IdentityModule
       ↳ org.mule.modules.workday.identity.adapters.IdentityModuleCapabilitiesAdapter
         ↳ org.mule.modules.workday.identity.adapters.IdentityModuleMetadataAdapater
           ↳ org.mule.modules.workday.identity.adapters.IdentityModuleLifecycleAdapter
             ↳ org.mule.modules.workday.identity.adapters.IdentityModuleProcessAdapter
Known Direct Subclasses

Class Overview

A IdentityModuleProcessAdapter is a wrapper around IdentityModule that enables custom processing strategies.

Summary

[Expand]
Inherited Constants
From class org.mule.modules.workday.identity.adapters.IdentityModuleMetadataAdapater
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.identity.IdentityModule
Public Constructors
IdentityModuleProcessAdapter()
Public Methods
<P> ProcessTemplate<P, IdentityModuleCapabilitiesAdapter> getProcessTemplate()
[Expand]
Inherited Methods
From class org.mule.modules.workday.identity.adapters.IdentityModuleLifecycleAdapter
From class org.mule.modules.workday.identity.adapters.IdentityModuleMetadataAdapater
From class org.mule.modules.workday.identity.adapters.IdentityModuleCapabilitiesAdapter
From class org.mule.modules.workday.identity.IdentityModule
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 IdentityModuleProcessAdapter ()

Public Methods

public ProcessTemplate<P, IdentityModuleCapabilitiesAdapter> getProcessTemplate ()