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
|
|
GetWorkersResponseType
|
getWorkers(Map<String, Object> criteria, List<Map<String, Object>> references, Map<String, Object> responseFilter, Map<String, Object> responseGroup)
Answers the available workers
|
|
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)
|
|