| java.lang.Object | ||
| ↳ | org.mule.modules.workday.api.AbstractCxfWorkdayClient<A> | |
| ↳ | org.mule.modules.workday.absence.CxfAbsenceClient | |
CxfWorkdayClient Implementation of Workday client that uses CXF
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.workday.api.AbstractCxfWorkdayClient
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This operation will adjust an existing time off entry.
| |||||||||||
This operation will add new time off entries.
| |||||||||||
This operation will get information for Accrual or Time Off Adjustments/Overrides for employees and/or batch id's specified in the request or information for all if no criteria is specified in the request.
| |||||||||||
This operation sets Time Off Plan Override Balances for an Employee and Time Off Plan with the supplied information.
| |||||||||||
This operation retrieves the dynamic Time Off Plan Balances by Worker and Time Off Plan.
| |||||||||||
This operation adds a new Accrual or Time Off Adjustment/Override for an Employee (or updates an existing Adjustment/Override) with the supplied information.
| |||||||||||
This operation will add or update a new Time Off Plan Override Balance record for a given Employee and Time Off Plan.
| |||||||||||
This operation will add new leave of absence requests.
| |||||||||||
This operation will add new return from leave of absence requests.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.workday.api.AbstractCxfWorkdayClient
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.workday.absence.AbsenceManagementPort
| |||||||||||
| username | |
|---|---|
| password | |
| endpoint | |
| wsdlLocation |
This operation will adjust an existing time off entry. The adjusted units must be passed in (and not the corrected units). This operation uses the Correct Time Off business process event.
| body |
|---|
This operation will add new time off entries. It uses the Request Time Off business process event.
| body |
|---|
This operation will get information for Accrual or Time Off Adjustments/Overrides for employees and/or batch id's specified in the request or information for all if no criteria is specified in the request.
| body |
|---|
This operation sets Time Off Plan Override Balances for an Employee and Time Off Plan with the supplied information.
| body |
|---|
This operation retrieves the dynamic Time Off Plan Balances by Worker and Time Off Plan.
| body |
|---|
This operation adds a new Accrual or Time Off Adjustment/Override for an Employee (or updates an existing Adjustment/Override) with the supplied information. NOTE : This web service went through a breaking change for Workday 16. In Workday 14 and 15, unbounded Absence_Input_Line_Data elements were allowed within an Absence_Input_Data element. Going forward, Workday 16 does use Absence_Input_Line_Data elements and the data has been moved to the Absence_Input_Data parent element. If the older Workday schema is submitted, the first Absence_Input_Line_Data element is used and transformed internally to the updated schema. All nested Absence_Input_Line_Data elements beyond the first are ignored.
| body |
|---|
This operation will add or update a new Time Off Plan Override Balance record for a given Employee and Time Off Plan.
| body |
|---|
This operation will add new leave of absence requests. It uses the Request Leave of Absence business process event and its sub business processes.
| body |
|---|
This operation will add new return from leave of absence requests. It uses the Request Return from Leave of Absence business process event and its sub business processes.
| body |
|---|