public class FlowRecordCreate extends FlowNode
Java class for FlowRecordCreate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlowRecordCreate">
<complexContent>
<extension base="{urn:metadata.tooling.soap.sforce.com}FlowNode">
<sequence>
<element name="assignRecordIdToReference" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="connector" type="{urn:metadata.tooling.soap.sforce.com}FlowConnector" minOccurs="0"/>
<element name="faultConnector" type="{urn:metadata.tooling.soap.sforce.com}FlowConnector" minOccurs="0"/>
<element name="inputAssignments" type="{urn:metadata.tooling.soap.sforce.com}FlowInputFieldAssignment" maxOccurs="unbounded" minOccurs="0"/>
<element name="inputReference" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="object" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
assignRecordIdToReference |
protected FlowConnector |
connector |
protected FlowConnector |
faultConnector |
protected List<FlowInputFieldAssignment> |
inputAssignments |
protected String |
inputReference |
protected String |
object |
description, nameprocessMetadataValues| Constructor and Description |
|---|
FlowRecordCreate() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAssignRecordIdToReference()
Gets the value of the assignRecordIdToReference property.
|
FlowConnector |
getConnector()
Gets the value of the connector property.
|
FlowConnector |
getFaultConnector()
Gets the value of the faultConnector property.
|
List<FlowInputFieldAssignment> |
getInputAssignments()
Gets the value of the inputAssignments property.
|
String |
getInputReference()
Gets the value of the inputReference property.
|
String |
getObject()
Gets the value of the object property.
|
void |
setAssignRecordIdToReference(String value)
Sets the value of the assignRecordIdToReference property.
|
void |
setConnector(FlowConnector value)
Sets the value of the connector property.
|
void |
setFaultConnector(FlowConnector value)
Sets the value of the faultConnector property.
|
void |
setInputReference(String value)
Sets the value of the inputReference property.
|
void |
setObject(String value)
Sets the value of the object property.
|
getLabel, getLocationX, getLocationY, setLabel, setLocationX, setLocationYgetDescription, getName, setDescription, setNamegetProcessMetadataValuesprotected String assignRecordIdToReference
protected FlowConnector connector
protected FlowConnector faultConnector
protected List<FlowInputFieldAssignment> inputAssignments
protected String inputReference
protected String object
public String getAssignRecordIdToReference()
Stringpublic void setAssignRecordIdToReference(String value)
value - allowed object is
Stringpublic FlowConnector getConnector()
FlowConnectorpublic void setConnector(FlowConnector value)
value - allowed object is
FlowConnectorpublic FlowConnector getFaultConnector()
FlowConnectorpublic void setFaultConnector(FlowConnector value)
value - allowed object is
FlowConnectorpublic List<FlowInputFieldAssignment> getInputAssignments()
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 inputAssignments property.
For example, to add a new item, do as follows:
getInputAssignments().add(newItem);
Objects of the following type(s) are allowed in the list
FlowInputFieldAssignment
public String getInputReference()
Stringpublic void setInputReference(String value)
value - allowed object is
Stringpublic String getObject()
StringCopyright © 2016. All rights reserved.