|
[Expand]
Inherited Methods |
From class
org.mule.modules.workday.staffing.config.StaffingModuleCapabilitiesAdapter
|
boolean
|
isCapableOf(Capability capability)
Returns true if this module implements such capability
|
|
From class
org.mule.modules.workday.staffing.StaffingModule
|
GetApplicantsResponseType
|
getApplicants(Map<String, Object> employeeReference, List<Map<String, Object>> references, Map<String, Object> filter, Map<String, Object> group)
Gets information for applicants specified in the request or information for
all applicants if no criteria or applicant is specified in the request.
|
|
GetMaintainEmployeeContractsResponseType
|
getMantainEmployeeContracts(List<Map<String, Object>> employeeReference, Map<String, Object> responseFilterType)
This operation will get employee contract information for employees.
|
|
GetPositionsResponseType
|
getPositions(Map<String, Object> criteria, List<Map<String, Object>> references, Map<String, Object> responseFilter, Map<String, Object> responseGroup)
This operations answers the available positions
|
|
HireEmployeeEventResponseType
|
hireEmployee(Map<String, Object> hireEmployeeData, boolean autoComplete, boolean runNow, Map<String, Object> commentData)
This operation will hire an existing applicant or a new applicant into an
employee position, headcount, or job using the Hire Employee business process
event and its relevant sub business processes.
|
|
void
|
init()
|
|
ApplicantObjectType
|
putApplicant(String applicantId, String workdayId, Map<String, Object> applicant)
This operation adds a new Applicant (or updates an existing Applicant) with
the supplied information.
|
|
void
|
setClient(Object client)
|
|
void
|
setEndpoint(String endpoint)
|
|
void
|
setPassword(String password)
|
|
void
|
setUsername(String username)
|
|
From class
org.mule.modules.workday.AbstractWorkdayModule
|
<A>
A
|
adapt(A client, Class<A> type, Logger logger)
|
|
void
|
initClient(Object client)
|
|
abstract
void
|
setClient(Object client)
|
|
<A>
A
|
unmap(Map<String, Object> map, Class<A> clazz)
|
|
<A>
A
|
unmapWrapper(String key, Object value, Class<A> clazz)
|
|
Map<String, Object>
|
wrap(String key, Object value)
|
|
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
|