public interface

RecruitingPort

com.workday.recruiting.RecruitingPort
Known Indirect Subclasses

Class Overview

The Recruiting Web Service contains operations that expose Workday Human Capital Management Business Services data for integration with Talent Management and Applicant Tracking systems. This class was generated by Apache CXF 2.5.1 2014-02-28T19:23:43.887-03:00 Generated source version: 2.5.1

Summary

Public Methods
abstract ApplicantReferenceRootType addUpdateApplicant(ApplicantAddUpdateType body)
DEPRECATED: The functionality within this operation has been replaced with the "Put_Applicant" operation.
abstract CreateJobRequisitionResponseType createJobRequisition(CreateRequisitionRequestType body)
This operation will create a job requisition for a position in a position management supervisory organization.
abstract CreatePositionResponseType createPosition(CreatePositionRequestType body)
Creates/opens a position for a supervisory organization using the position management staffing model.
abstract EditJobRequisitionResponseType editJobRequisition(EditJobRequisitionRequestType body)
This operation will edit an existing job requisition.
abstract EditPositonRestrictionResponseType editPositionRestrictions(EditPositionRestrictionsRequestType body)
Edits an existing position restriction.
abstract ApplicantReferencesType findApplicant(ApplicantFindType body)
DEPRECATED: The functionality within this operation has been replaced with the "Get_Applicants" operation.
abstract ApplicantType getApplicant(ApplicantGetType body)
DEPRECATED: The functionality within this operation has been replaced with the "Get_Applicants" operation.
abstract GetApplicantsResponseType getApplicants(GetApplicantsRequestType body)
Returns information for applicants specified in the request.
abstract GetHeadcountsResponseType getHeadcounts(GetHeadcountsRequestType body)
Returns headcount information along with the identification of the workers filling headcount positions.
abstract GetJobRequisitionsResponseType getJobRequisitions(GetJobRequisitionsRequestType body)
Returns information for job requisitions and provides a reference to the related position.
abstract GetOrganizationsResponseType getOrganizations(GetOrganizationsRequestType body)
Returns organization information for a type of organization.
abstract GetPositionsResponseType getPositions(GetPositionsRequestType body)
Returns information for position management positions.
abstract ServerTimestampType getServerTimestamp(ServerTimestampGetType body)
This operation retrieves Workday's current system datetime.
abstract PutApplicantResponseType putApplicant(PutApplicantRequestType body)
Adds a new applicant (or updates an existing applicant) with the information supplied in the request.

Public Methods

public abstract ApplicantReferenceRootType addUpdateApplicant (ApplicantAddUpdateType body)

DEPRECATED: The functionality within this operation has been replaced with the "Put_Applicant" operation. This operation adds a new Applicant (or updates an existing Applicant) with the supplied information.

Parameters
body

public abstract CreateJobRequisitionResponseType createJobRequisition (CreateRequisitionRequestType body)

This operation will create a job requisition for a position in a position management supervisory organization. The position must not have any open requisitions, and the tenant must have the Enable Job Requisitions flag set to true. Requisitions cannot be reloaded into the system.

Parameters
body

public abstract CreatePositionResponseType createPosition (CreatePositionRequestType body)

Creates/opens a position for a supervisory organization using the position management staffing model. Uses the Create Position business process. There are several sub-operations within this operation. Existing positions cannot be re-loaded into the system. You must use the Edit Position Restrictions operation to change a created position.

Parameters
body

public abstract EditJobRequisitionResponseType editJobRequisition (EditJobRequisitionRequestType body)

This operation will edit an existing job requisition. The job requisition must be open.

Parameters
body

public abstract EditPositonRestrictionResponseType editPositionRestrictions (EditPositionRestrictionsRequestType body)

Edits an existing position restriction. Uses the Edit Position Restrictions business process.

Parameters
body

public abstract ApplicantReferencesType findApplicant (ApplicantFindType body)

DEPRECATED: The functionality within this operation has been replaced with the "Get_Applicants" operation. This operation responds with a set of references to Applicants that match the criteria specified in the request element.

Parameters
body

public abstract ApplicantType getApplicant (ApplicantGetType body)

DEPRECATED: The functionality within this operation has been replaced with the "Get_Applicants" operation. This operation retrieves data related to an Applicant and his/her Recruitment and Personal information.

Parameters
body

public abstract GetApplicantsResponseType getApplicants (GetApplicantsRequestType body)

Returns information for applicants specified in the request. If the request does not specify an applicant, this operation returns information for all applicants..

Parameters
body

public abstract GetHeadcountsResponseType getHeadcounts (GetHeadcountsRequestType body)

Returns headcount information along with the identification of the workers filling headcount positions.

Parameters
body

public abstract GetJobRequisitionsResponseType getJobRequisitions (GetJobRequisitionsRequestType body)

Returns information for job requisitions and provides a reference to the related position.

Parameters
body

public abstract GetOrganizationsResponseType getOrganizations (GetOrganizationsRequestType body)

Returns organization information for a type of organization. If the request does not specify an organization, the operation returns information for all organizations.

Parameters
body

public abstract GetPositionsResponseType getPositions (GetPositionsRequestType body)

Returns information for position management positions. If a position is filled, identifies the worker filling the position.

Parameters
body

public abstract ServerTimestampType getServerTimestamp (ServerTimestampGetType body)

This operation retrieves Workday's current system datetime.

Parameters
body

public abstract PutApplicantResponseType putApplicant (PutApplicantRequestType body)

Adds a new applicant (or updates an existing applicant) with the information supplied in the request.

Parameters
body