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