public class FlowApexPluginCall extends FlowNode
Java class for FlowApexPluginCall complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlowApexPluginCall">
<complexContent>
<extension base="{urn:metadata.tooling.soap.sforce.com}FlowNode">
<sequence>
<element name="apexClass" type="{http://www.w3.org/2001/XMLSchema}string"/>
<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}FlowApexPluginCallInputParameter" maxOccurs="unbounded" minOccurs="0"/>
<element name="outputParameters" type="{urn:metadata.tooling.soap.sforce.com}FlowApexPluginCallOutputParameter" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
apexClass |
protected FlowConnector |
connector |
protected FlowConnector |
faultConnector |
protected List<FlowApexPluginCallInputParameter> |
inputParameters |
protected List<FlowApexPluginCallOutputParameter> |
outputParameters |
description, nameprocessMetadataValues| Constructor and Description |
|---|
FlowApexPluginCall() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApexClass()
Gets the value of the apexClass property.
|
FlowConnector |
getConnector()
Gets the value of the connector property.
|
FlowConnector |
getFaultConnector()
Gets the value of the faultConnector property.
|
List<FlowApexPluginCallInputParameter> |
getInputParameters()
Gets the value of the inputParameters property.
|
List<FlowApexPluginCallOutputParameter> |
getOutputParameters()
Gets the value of the outputParameters property.
|
void |
setApexClass(String value)
Sets the value of the apexClass 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 apexClass
protected FlowConnector connector
protected FlowConnector faultConnector
protected List<FlowApexPluginCallInputParameter> inputParameters
protected List<FlowApexPluginCallOutputParameter> outputParameters
public String getApexClass()
Stringpublic void setApexClass(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<FlowApexPluginCallInputParameter> 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
FlowApexPluginCallInputParameter
public List<FlowApexPluginCallOutputParameter> 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
FlowApexPluginCallOutputParameter
Copyright © 2016. All rights reserved.