| java.lang.Object | |
| ↳ | workday.com.bsvc.PositionRequestCriteriaType |
Utilize the Request Criteria element to search the transaction log for specific instance(s) of a Position.
Java class for Position_Request_CriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Position_Request_CriteriaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Transaction_Log_Criteria_Data" type="{urn:com.workday/bsvc}Transaction_Log_CriteriaType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Supervisory_Organization_Reference" type="{urn:com.workday/bsvc}Supervisory_OrganizationObjectType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Exclude_Filled_Positions" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Exclude_Non-Recruitable_Positions" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Event_Reference" type="{urn:com.workday/bsvc}EventObjectType" minOccurs="0"/>
<element name="Field_And_Parameter_Criteria_Data" type="{urn:com.workday/bsvc}Field_And_Parameter_Criteria_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| eventReference | |||||||||||
| excludeFilledPositions | |||||||||||
| excludeNonRecruitablePositions | |||||||||||
| fieldAndParameterCriteriaData | |||||||||||
| supervisoryOrganizationReference | |||||||||||
| transactionLogCriteriaData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the eventReference property.
| |||||||||||
Gets the value of the fieldAndParameterCriteriaData property.
| |||||||||||
Gets the value of the supervisoryOrganizationReference property.
| |||||||||||
Gets the value of the transactionLogCriteriaData property.
| |||||||||||
Gets the value of the excludeFilledPositions property.
| |||||||||||
Gets the value of the excludeNonRecruitablePositions property.
| |||||||||||
Sets the value of the eventReference property.
| |||||||||||
Sets the value of the excludeFilledPositions property.
| |||||||||||
Sets the value of the excludeNonRecruitablePositions property.
| |||||||||||
Sets the value of the fieldAndParameterCriteriaData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the eventReference property.
EventObjectType
Gets the value of the fieldAndParameterCriteriaData property.
FieldAndParameterCriteriaDataType
Gets the value of the supervisoryOrganizationReference property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the supervisoryOrganizationReference property.
For example, to add a new item, do as follows:
getSupervisoryOrganizationReference().add(newItem);
Objects of the following type(s) are allowed in the list
SupervisoryOrganizationObjectType
Gets the value of the transactionLogCriteriaData property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the transactionLogCriteriaData property.
For example, to add a new item, do as follows:
getTransactionLogCriteriaData().add(newItem);
Objects of the following type(s) are allowed in the list
TransactionLogCriteriaType
Gets the value of the excludeFilledPositions property.
Gets the value of the excludeNonRecruitablePositions property.
Sets the value of the eventReference property.
| value | Allowed object is
EventObjectType
|
|---|
Sets the value of the excludeFilledPositions property.
| value | Allowed object is Boolean |
|---|
Sets the value of the excludeNonRecruitablePositions property.
| value | Allowed object is Boolean |
|---|
Sets the value of the fieldAndParameterCriteriaData property.
| value | Allowed object is
FieldAndParameterCriteriaDataType
|
|---|

