| java.lang.Object | |
| ↳ | com.workday.performancemanagement.StartPerformanceReviewForEmployeeDataType |
This operation will create a performance review for an employee including all relevant sub processes of the Start Performance Review for Employee Business Process.
Java class for Start_Performance_Review_for_Employee_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Start_Performance_Review_for_Employee_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Employee_Reference" type="{urn:com.workday/bsvc}EmployeeObjectType"/>
<element name="Review_Template_Reference" type="{urn:com.workday/bsvc}Employee_Review_TemplateObjectType"/>
<element name="Period_Start_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Period_End_Date" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Set_Review_Content_Sub_Process" type="{urn:com.workday/bsvc}Set_Review_Content_Sub_Business_ProcessType" minOccurs="0"/>
<element name="Complete_Self_Evaluation_Sub_Process" type="{urn:com.workday/bsvc}Complete_Self_Evaluation_Sub_Business_ProcessType" minOccurs="0"/>
<element name="Complete_Manager_Evaluation_Sub_Process" type="{urn:com.workday/bsvc}Complete_Manager_Evaluation_Sub_Business_ProcessType" minOccurs="0"/>
<element name="Assess_Talent_Sub_Process" type="{urn:com.workday/bsvc}Assess_Talent_Sub_Business_ProcessType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| assessTalentSubProcess | |||||||||||
| completeManagerEvaluationSubProcess | |||||||||||
| completeSelfEvaluationSubProcess | |||||||||||
| employeeReference | |||||||||||
| periodEndDate | |||||||||||
| periodStartDate | |||||||||||
| reviewTemplateReference | |||||||||||
| setReviewContentSubProcess | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the assessTalentSubProcess property.
| |||||||||||
Gets the value of the completeManagerEvaluationSubProcess property.
| |||||||||||
Gets the value of the completeSelfEvaluationSubProcess property.
| |||||||||||
Gets the value of the employeeReference property.
| |||||||||||
Gets the value of the periodEndDate property.
| |||||||||||
Gets the value of the periodStartDate property.
| |||||||||||
Gets the value of the reviewTemplateReference property.
| |||||||||||
Gets the value of the setReviewContentSubProcess property.
| |||||||||||
Sets the value of the assessTalentSubProcess property.
| |||||||||||
Sets the value of the completeManagerEvaluationSubProcess property.
| |||||||||||
Sets the value of the completeSelfEvaluationSubProcess property.
| |||||||||||
Sets the value of the employeeReference property.
| |||||||||||
Sets the value of the periodEndDate property.
| |||||||||||
Sets the value of the periodStartDate property.
| |||||||||||
Sets the value of the reviewTemplateReference property.
| |||||||||||
Sets the value of the setReviewContentSubProcess property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the assessTalentSubProcess property.
AssessTalentSubBusinessProcessType
Gets the value of the completeManagerEvaluationSubProcess property.
CompleteManagerEvaluationSubBusinessProcessType
Gets the value of the completeSelfEvaluationSubProcess property.
CompleteSelfEvaluationSubBusinessProcessType
Gets the value of the employeeReference property.
EmployeeObjectType
Gets the value of the periodEndDate property.
Gets the value of the periodStartDate property.
Gets the value of the reviewTemplateReference property.
EmployeeReviewTemplateObjectType
Gets the value of the setReviewContentSubProcess property.
SetReviewContentSubBusinessProcessType
Sets the value of the assessTalentSubProcess property.
| value | Allowed object is
AssessTalentSubBusinessProcessType
|
|---|
Sets the value of the completeManagerEvaluationSubProcess property.
| value | Allowed object is
CompleteManagerEvaluationSubBusinessProcessType
|
|---|
Sets the value of the completeSelfEvaluationSubProcess property.
| value | Allowed object is
CompleteSelfEvaluationSubBusinessProcessType
|
|---|
Sets the value of the employeeReference property.
| value | Allowed object is
EmployeeObjectType
|
|---|
Sets the value of the periodEndDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the periodStartDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the reviewTemplateReference property.
| value | Allowed object is
EmployeeReviewTemplateObjectType
|
|---|
Sets the value of the setReviewContentSubProcess property.
| value | Allowed object is
SetReviewContentSubBusinessProcessType
|
|---|