| java.lang.Object | |
| ↳ | com.workday.integrations.WorkflowStepContentDataType |
Some details about a step in a Business Process (Workflow)
Java class for Workflow_Step_Content_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Workflow_Step_Content_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Order" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Workflow_Step_Type_Reference" type="{urn:com.workday/bsvc}Workflow_Step_TypeObjectType" minOccurs="0"/>
<element name="Task_Reference" type="{urn:com.workday/bsvc}Referenced_TaskObjectType" minOccurs="0"/>
<element name="Checklist_Reference" type="{urn:com.workday/bsvc}ChecklistObjectType" minOccurs="0"/>
<element name="Report_Background_Process_Definition_Data" type="{urn:com.workday/bsvc}Workflow_Step_Report_Background_Process_Definition_DataType" minOccurs="0"/>
<element name="Report_Group_Background_Process_Definition_Data" type="{urn:com.workday/bsvc}Workflow_Report_Group_Step_Background_Future_Process_Definition_DataType" minOccurs="0"/>
<element name="Partitioned_Background_Process_Reference" type="{urn:com.workday/bsvc}Partitioned_Background_ProcessObjectType" minOccurs="0"/>
<element name="To_Do_Reference" type="{urn:com.workday/bsvc}To_DoObjectType" minOccurs="0"/>
<element name="Event_Service_Reference" type="{urn:com.workday/bsvc}Event_ServiceObjectType" minOccurs="0"/>
<element name="Integration_Background_Process_Definition_Data" type="{urn:com.workday/bsvc}Integration_Background_Process_Definition_DataType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the checklistReference property.
| |||||||||||
Gets the value of the eventServiceReference property.
| |||||||||||
Gets the value of the integrationBackgroundProcessDefinitionData property.
| |||||||||||
Gets the value of the order property.
| |||||||||||
Gets the value of the partitionedBackgroundProcessReference property.
| |||||||||||
Gets the value of the reportBackgroundProcessDefinitionData property.
| |||||||||||
Gets the value of the reportGroupBackgroundProcessDefinitionData property.
| |||||||||||
Gets the value of the taskReference property.
| |||||||||||
Gets the value of the toDoReference property.
| |||||||||||
Gets the value of the workflowStepTypeReference property.
| |||||||||||
Sets the value of the checklistReference property.
| |||||||||||
Sets the value of the eventServiceReference property.
| |||||||||||
Sets the value of the integrationBackgroundProcessDefinitionData property.
| |||||||||||
Sets the value of the order property.
| |||||||||||
Sets the value of the partitionedBackgroundProcessReference property.
| |||||||||||
Sets the value of the reportBackgroundProcessDefinitionData property.
| |||||||||||
Sets the value of the reportGroupBackgroundProcessDefinitionData property.
| |||||||||||
Sets the value of the taskReference property.
| |||||||||||
Sets the value of the toDoReference property.
| |||||||||||
Sets the value of the workflowStepTypeReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the checklistReference property.
ChecklistObjectType
Gets the value of the eventServiceReference property.
EventServiceObjectType
Gets the value of the integrationBackgroundProcessDefinitionData property.
IntegrationBackgroundProcessDefinitionDataType
Gets the value of the order property.
Gets the value of the partitionedBackgroundProcessReference property.
PartitionedBackgroundProcessObjectType
Gets the value of the reportBackgroundProcessDefinitionData property.
WorkflowStepReportBackgroundProcessDefinitionDataType
Gets the value of the reportGroupBackgroundProcessDefinitionData property.
WorkflowReportGroupStepBackgroundFutureProcessDefinitionDataType
Gets the value of the taskReference property.
ReferencedTaskObjectType
Gets the value of the toDoReference property.
ToDoObjectType
Gets the value of the workflowStepTypeReference property.
WorkflowStepTypeObjectType
Sets the value of the checklistReference property.
| value | Allowed object is
ChecklistObjectType
|
|---|
Sets the value of the eventServiceReference property.
| value | Allowed object is
EventServiceObjectType
|
|---|
Sets the value of the integrationBackgroundProcessDefinitionData property.
| value | Allowed object is
IntegrationBackgroundProcessDefinitionDataType
|
|---|
Sets the value of the order property.
| value | Allowed object is String |
|---|
Sets the value of the partitionedBackgroundProcessReference property.
| value | Allowed object is
PartitionedBackgroundProcessObjectType
|
|---|
Sets the value of the reportBackgroundProcessDefinitionData property.
| value | Allowed object is
WorkflowStepReportBackgroundProcessDefinitionDataType
|
|---|
Sets the value of the reportGroupBackgroundProcessDefinitionData property.
| value | Allowed object is
WorkflowReportGroupStepBackgroundFutureProcessDefinitionDataType
|
|---|
Sets the value of the taskReference property.
| value | Allowed object is
ReferencedTaskObjectType
|
|---|
Sets the value of the toDoReference property.
| value | Allowed object is
ToDoObjectType
|
|---|
Sets the value of the workflowStepTypeReference property.
| value | Allowed object is
WorkflowStepTypeObjectType
|
|---|