public class FlowRecordDelete extends FlowNode
Java class for FlowRecordDelete complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlowRecordDelete">
<complexContent>
<extension base="{urn:metadata.tooling.soap.sforce.com}FlowNode">
<sequence>
<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="filters" type="{urn:metadata.tooling.soap.sforce.com}FlowRecordFilter" 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 FlowConnector |
connector |
protected FlowConnector |
faultConnector |
protected List<FlowRecordFilter> |
filters |
protected String |
inputReference |
protected String |
object |
description, nameprocessMetadataValues| Constructor and Description |
|---|
FlowRecordDelete() |
| Modifier and Type | Method and Description |
|---|---|
FlowConnector |
getConnector()
Gets the value of the connector property.
|
FlowConnector |
getFaultConnector()
Gets the value of the faultConnector property.
|
List<FlowRecordFilter> |
getFilters()
Gets the value of the filters property.
|
String |
getInputReference()
Gets the value of the inputReference property.
|
String |
getObject()
Gets the value of the object 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 FlowConnector connector
protected FlowConnector faultConnector
protected List<FlowRecordFilter> filters
protected String inputReference
protected String object
public 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<FlowRecordFilter> getFilters()
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 filters property.
For example, to add a new item, do as follows:
getFilters().add(newItem);
Objects of the following type(s) are allowed in the list
FlowRecordFilter
public String getInputReference()
Stringpublic void setInputReference(String value)
value - allowed object is
Stringpublic String getObject()
StringCopyright © 2016. All rights reserved.