public interface

AbsenceManagementPort

com.workday.absence.AbsenceManagementPort
Known Indirect Subclasses

Class Overview

The Absence Management Web Service contains operations that expose absence-related data, including Employee Time Off and Absence Inputs for time off and accrual adjustments and overrides, and Leave Requests, in Workday Human Capital Management Business Services. This class was generated by Apache CXF 2.5.1 2014-02-28T19:23:20.560-03:00 Generated source version: 2.5.1

Summary

Public Methods
abstract TimeOffEventResponseType adjustTimeOff(AdjustTimeOffRequestType body)
This operation will adjust an existing time off entry.
abstract TimeOffEventResponseType enterTimeOff(EnterTimeOffRequestType body)
This operation will add new time off entries.
abstract GetAbsenceInputsResponseType getAbsenceInputs(GetAbsenceInputsRequestType 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.
abstract GetOverrideBalancesResponseType getOverrideBalances(GetOverrideBalancesRequestType body)
This operation sets Time Off Plan Override Balances for an Employee and Time Off Plan with the supplied information.
abstract GetTimeOffPlanBalancesResponseType getTimeOffPlanBalances(GetTimeOffPlanBalancesRequestType body)
This operation retrieves the dynamic Time Off Plan Balances by Worker and Time Off Plan.
abstract PutAbsenceInputResponseType putAbsenceInput(PutAbsenceInputRequestType 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.
abstract PutOverrideBalanceResponseType putOverrideBalance(PutOverrideBalanceRequestType body)
This operation will add or update a new Time Off Plan Override Balance record for a given Employee and Time Off Plan.
abstract RequestLeaveOfAbsenceResponseType requestLeaveOfAbsence(RequestLeaveOfAbsenceRequestType body)
This operation will add new leave of absence requests.
abstract RequestReturnFromLeaveOfAbsenceResponseType requestReturnFromLeaveOfAbsence(RequestReturnFromLeaveOfAbsenceRequestType body)
This operation will add new return from leave of absence requests.

Public Methods

public abstract TimeOffEventResponseType adjustTimeOff (AdjustTimeOffRequestType body)

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.

Parameters
body

public abstract TimeOffEventResponseType enterTimeOff (EnterTimeOffRequestType body)

This operation will add new time off entries. It uses the Request Time Off business process event.

Parameters
body

public abstract GetAbsenceInputsResponseType getAbsenceInputs (GetAbsenceInputsRequestType 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.

Parameters
body

public abstract GetOverrideBalancesResponseType getOverrideBalances (GetOverrideBalancesRequestType body)

This operation sets Time Off Plan Override Balances for an Employee and Time Off Plan with the supplied information.

Parameters
body

public abstract GetTimeOffPlanBalancesResponseType getTimeOffPlanBalances (GetTimeOffPlanBalancesRequestType body)

This operation retrieves the dynamic Time Off Plan Balances by Worker and Time Off Plan.

Parameters
body

public abstract PutAbsenceInputResponseType putAbsenceInput (PutAbsenceInputRequestType 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.

Parameters
body

public abstract PutOverrideBalanceResponseType putOverrideBalance (PutOverrideBalanceRequestType body)

This operation will add or update a new Time Off Plan Override Balance record for a given Employee and Time Off Plan.

Parameters
body

public abstract RequestLeaveOfAbsenceResponseType requestLeaveOfAbsence (RequestLeaveOfAbsenceRequestType 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.

Parameters
body

public abstract RequestReturnFromLeaveOfAbsenceResponseType requestReturnFromLeaveOfAbsence (RequestReturnFromLeaveOfAbsenceRequestType 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.

Parameters
body