| java.lang.Object | |
| ↳ | com.workday.staffing.TransactionLogCriteriaType |
Searches the transaction log for business processes and event lites to find specific events that occurred during a period of time.
Java class for Transaction_Log_CriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Transaction_Log_CriteriaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Transaction_Date_Range_Data" type="{urn:com.workday/bsvc}Effective_And_Updated_DateTime_DataType" minOccurs="0"/>
<choice>
<element name="Transaction_Type_References" type="{urn:com.workday/bsvc}Transaction_Type_ReferencesType" minOccurs="0"/>
<element name="Subscriber_Reference" type="{urn:com.workday/bsvc}SubscriberObjectType" minOccurs="0"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| subscriberReference | |||||||||||
| transactionDateRangeData | |||||||||||
| transactionTypeReferences | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the subscriberReference property.
| |||||||||||
Gets the value of the transactionDateRangeData property.
| |||||||||||
Gets the value of the transactionTypeReferences property.
| |||||||||||
Sets the value of the subscriberReference property.
| |||||||||||
Sets the value of the transactionDateRangeData property.
| |||||||||||
Sets the value of the transactionTypeReferences property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the subscriberReference property.
SubscriberObjectType
Gets the value of the transactionDateRangeData property.
EffectiveAndUpdatedDateTimeDataType
Gets the value of the transactionTypeReferences property.
TransactionTypeReferencesType
Sets the value of the subscriberReference property.
| value | Allowed object is
SubscriberObjectType
|
|---|
Sets the value of the transactionDateRangeData property.
| value | Allowed object is
EffectiveAndUpdatedDateTimeDataType
|
|---|
Sets the value of the transactionTypeReferences property.
| value | Allowed object is
TransactionTypeReferencesType
|
|---|

