public interface

WorkdayClient

org.mule.modules.workday.api.WorkdayClient<ExceptionType extends java.lang.Exception>
Known Indirect Subclasses

Class Overview

WorkdayClient

Public Methods

public abstract GetApplicantsResponseType getApplicants (ApplicantRequestCriteriaType criteria, ApplicantRequestReferencesType references, ResponseFilterType filter, ApplicantResponseGroupType group)

Parameters
criteria
references
filter
group
Throws
Exception

public abstract GetMaintainEmployeeContractsResponseType getMantainEmployeeContracts (MaintainEmployeeContractsRequestCriteriaType requestCriteria, ResponseFilterType responseFilterType)

Parameters
requestCriteria
responseFilterType
Throws
Exception

public abstract HireEmployeeEventResponseType hireEmployee (boolean autoComplete, boolean runNow, BusinessProcessCommentDataType comment, HireEmployeeBusinessProcessDataType employee)

Parameters
autoComplete
runNow
comment
employee
Throws
Exception

public abstract ApplicantObjectType putApplicant (ApplicantObjectId objectId, ApplicantDataWWSType applicant)

Parameters
objectId
applicant
Throws
Exception