public class FlowWaitEvent extends FlowElement
Java class for FlowWaitEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlowWaitEvent">
<complexContent>
<extension base="{urn:metadata.tooling.soap.sforce.com}FlowElement">
<sequence>
<element name="conditionLogic" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="conditions" type="{urn:metadata.tooling.soap.sforce.com}FlowCondition" maxOccurs="unbounded" minOccurs="0"/>
<element name="connector" type="{urn:metadata.tooling.soap.sforce.com}FlowConnector"/>
<element name="eventType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="inputParameters" type="{urn:metadata.tooling.soap.sforce.com}FlowWaitEventInputParameter" maxOccurs="unbounded" minOccurs="0"/>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="outputParameters" type="{urn:metadata.tooling.soap.sforce.com}FlowWaitEventOutputParameter" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
conditionLogic |
protected List<FlowCondition> |
conditions |
protected FlowConnector |
connector |
protected String |
eventType |
protected List<FlowWaitEventInputParameter> |
inputParameters |
protected String |
label |
protected List<FlowWaitEventOutputParameter> |
outputParameters |
description, nameprocessMetadataValues| Constructor and Description |
|---|
FlowWaitEvent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConditionLogic()
Gets the value of the conditionLogic property.
|
List<FlowCondition> |
getConditions()
Gets the value of the conditions property.
|
FlowConnector |
getConnector()
Gets the value of the connector property.
|
String |
getEventType()
Gets the value of the eventType property.
|
List<FlowWaitEventInputParameter> |
getInputParameters()
Gets the value of the inputParameters property.
|
String |
getLabel()
Gets the value of the label property.
|
List<FlowWaitEventOutputParameter> |
getOutputParameters()
Gets the value of the outputParameters property.
|
void |
setConditionLogic(String value)
Sets the value of the conditionLogic property.
|
void |
setConnector(FlowConnector value)
Sets the value of the connector property.
|
void |
setEventType(String value)
Sets the value of the eventType property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
getDescription, getName, setDescription, setNamegetProcessMetadataValuesprotected String conditionLogic
protected List<FlowCondition> conditions
protected FlowConnector connector
protected String eventType
protected List<FlowWaitEventInputParameter> inputParameters
protected String label
protected List<FlowWaitEventOutputParameter> outputParameters
public String getConditionLogic()
Stringpublic void setConditionLogic(String value)
value - allowed object is
Stringpublic List<FlowCondition> getConditions()
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 conditions property.
For example, to add a new item, do as follows:
getConditions().add(newItem);
Objects of the following type(s) are allowed in the list
FlowCondition
public FlowConnector getConnector()
FlowConnectorpublic void setConnector(FlowConnector value)
value - allowed object is
FlowConnectorpublic String getEventType()
Stringpublic void setEventType(String value)
value - allowed object is
Stringpublic List<FlowWaitEventInputParameter> 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
FlowWaitEventInputParameter
public String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic List<FlowWaitEventOutputParameter> 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
FlowWaitEventOutputParameter
Copyright © 2016. All rights reserved.