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