| java.lang.Object | |
| ↳ | com.workday.integrations.WorkflowStepReportBackgroundProcessDefinitionDataType |
A scheduled future process for a custom report definition
Java class for Workflow_Step_Report_Background_Process_Definition_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Workflow_Step_Report_Background_Process_Definition_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Document_Type_Reference" type="{urn:com.workday/bsvc}Document_TypeObjectType"/>
<choice>
<element name="Referenced_Task_Reference" type="{urn:com.workday/bsvc}Referenced_TaskObjectType"/>
<element name="Tenanted_Report_Definition_Reference" type="{urn:com.workday/bsvc}Custom_Report_DefinitionObjectType"/>
</choice>
<element name="Report_Parameter_Initialization_Data" type="{urn:com.workday/bsvc}Report_Parameter_Initialization_DataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="File_Expiration_in_Days">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="4"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| documentTypeReference | |||||||||||
| fileExpirationInDays | |||||||||||
| referencedTaskReference | |||||||||||
| reportParameterInitializationData | |||||||||||
| tenantedReportDefinitionReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the documentTypeReference property.
| |||||||||||
Gets the value of the fileExpirationInDays property.
| |||||||||||
Gets the value of the referencedTaskReference property.
| |||||||||||
Gets the value of the reportParameterInitializationData property.
| |||||||||||
Gets the value of the tenantedReportDefinitionReference property.
| |||||||||||
Sets the value of the documentTypeReference property.
| |||||||||||
Sets the value of the fileExpirationInDays property.
| |||||||||||
Sets the value of the referencedTaskReference property.
| |||||||||||
Sets the value of the reportParameterInitializationData property.
| |||||||||||
Sets the value of the tenantedReportDefinitionReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the documentTypeReference property.
DocumentTypeObjectType
Gets the value of the fileExpirationInDays property.
Gets the value of the referencedTaskReference property.
ReferencedTaskObjectType
Gets the value of the reportParameterInitializationData 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 reportParameterInitializationData property.
For example, to add a new item, do as follows:
getReportParameterInitializationData().add(newItem);
Objects of the following type(s) are allowed in the list
ReportParameterInitializationDataType
Gets the value of the tenantedReportDefinitionReference property.
CustomReportDefinitionObjectType
Sets the value of the documentTypeReference property.
| value | Allowed object is
DocumentTypeObjectType
|
|---|
Sets the value of the fileExpirationInDays property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the referencedTaskReference property.
| value | Allowed object is
ReferencedTaskObjectType
|
|---|
Sets the value of the reportParameterInitializationData property.
| reportParameterInitializationData | Allowed object is
ReportParameterInitializationDataType
|
|---|
Sets the value of the tenantedReportDefinitionReference property.
| value | Allowed object is
CustomReportDefinitionObjectType
|
|---|