Class Overview
A CoupaModuleLifecycleAdapter is a wrapper around CoupaModule that adds lifecycle methods to the pojo.
Summary
|
[Expand]
Inherited Methods |
From class
org.mule.modules.coupa.config.CoupaModuleCapabilitiesAdapter
|
boolean
|
isCapableOf(Capability capability)
Returns true if this module implements such capability
|
|
From class
org.mule.modules.coupa.CoupaModule
|
Iterable<Resource>
|
find(ResourceType type, Map<String, String> conditions, boolean exactMatch, int offset, Integer limit)
Searches for resources
|
|
Iterable<Resource>
|
findByExample(ResourceType type, Map<String, Object> prototype, boolean exactMatch)
Searches for resources using an example
|
|
Resource
|
findById(ResourceType type, long id)
Searches for an specific resource given its type and id
|
|
void
|
init()
Initializes the Coupa client
|
|
Resource
|
save(ResourceType type, Map<String, Object> resource)
Creates or updates and object.
|
|
void
|
setApiKey(String apiKey)
|
|
void
|
setBaseUrl(String baseUrl)
|
|
void
|
setCoupaClient(Client coupaClient)
|
|
Resource
|
unmap(ResourceType type, Map<String, Object> resource)
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
org.mule.api.Capabilities
|
abstract
boolean
|
isCapableOf(Capability arg0)
|
|
From interface
org.mule.api.lifecycle.Disposable
|
From interface
org.mule.api.lifecycle.Initialisable
|
abstract
void
|
initialise()
|
|
From interface
org.mule.api.lifecycle.Startable
|
From interface
org.mule.api.lifecycle.Stoppable
|
Public Constructors
public
CoupaModuleLifecycleAdapter
()
Public Methods
public
void
initialise
()