Class Overview
CxfWorkdayClient Implementation of Workday client that uses CXF
Summary
| Public Constructors |
|
|
CxfStaffingClient(String username, String password, String endpoint)
|
| Public Methods |
|
GetApplicantsResponseType
|
getApplicants(ApplicantRequestCriteriaType criteria, ApplicantRequestReferencesType references, ResponseFilterType filter, ApplicantResponseGroupType group)
|
|
GetMaintainEmployeeContractsResponseType
|
getMantainEmployeeContracts(MaintainEmployeeContractsRequestCriteriaType criteria, ResponseFilterType filter)
|
|
GetPositionsResponseType
|
getPositions(PositionRequestCriteriaType criteria, PositionRequestReferencesType referenes, ResponseFilterType responseFilter_, PositionResponseGroupType responseGroup_)
|
|
GetWorkersResponseType
|
getWorkers(WorkerRequestCriteriaType criteria, WorkerRequestReferencesType references, ResponseFilterType filter, WorkerResponseGroupType group)
|
|
HireEmployeeEventResponseType
|
hireEmployee(boolean autoComplete_, boolean runNow_, BusinessProcessCommentDataType comment, HireEmployeeBusinessProcessDataType hireEmployee)
|
|
ApplicantObjectType
|
putApplicant(ApplicantObjectId objectId, ApplicantDataWWSType applicant)
|
|
[Expand]
Inherited Methods |
From class
org.mule.modules.workday.api.AbstractCxfWorkdayClient
|
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.modules.workday.staffing.StaffingClient
|
abstract
GetApplicantsResponseType
|
getApplicants(ApplicantRequestCriteriaType criteria, ApplicantRequestReferencesType references, ResponseFilterType filter, ApplicantResponseGroupType group)
|
|
abstract
GetMaintainEmployeeContractsResponseType
|
getMantainEmployeeContracts(MaintainEmployeeContractsRequestCriteriaType requestCriteria, ResponseFilterType responseFilterType)
|
|
abstract
GetPositionsResponseType
|
getPositions(PositionRequestCriteriaType criteria, PositionRequestReferencesType referenes, ResponseFilterType responseFilter, PositionResponseGroupType responseGroup)
|
|
abstract
GetWorkersResponseType
|
getWorkers(WorkerRequestCriteriaType criteria, WorkerRequestReferencesType references, ResponseFilterType filter, WorkerResponseGroupType groups)
|
|
abstract
HireEmployeeEventResponseType
|
hireEmployee(boolean autoComplete, boolean runNow, BusinessProcessCommentDataType comment, HireEmployeeBusinessProcessDataType employee)
|
|
abstract
ApplicantObjectType
|
putApplicant(ApplicantObjectId objectId, ApplicantDataWWSType applicant)
|
|
Public Constructors
public
CxfStaffingClient
(String username, String password, String endpoint)
Parameters
| username
| |
| password
| |
| endpoint
| |
Public Methods
Parameters
| criteria
| |
| references
| |
| filter
| |
| group
| |
Parameters
| criteria
| |
| referenes
| |
| responseFilter_
| |
| responseGroup_
| |
Parameters
| criteria
| |
| references
| |
| filter
| |
| group
| |
Parameters
| autoComplete_
| |
| runNow_
| |
| comment
| |
| hireEmployee
| |
Protected Methods
protected
Class<? extends Service>
serviceType
()
protected
String
wsdlLocation
()