public class WorkflowFlowAction extends WorkflowAction
Java class for WorkflowFlowAction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WorkflowFlowAction">
<complexContent>
<extension base="{urn:metadata.tooling.soap.sforce.com}WorkflowAction">
<sequence>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="flow" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="flowInputs" type="{urn:metadata.tooling.soap.sforce.com}WorkflowFlowActionParameter" maxOccurs="unbounded" minOccurs="0"/>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="language" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="protected" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
_protected |
protected String |
description |
protected String |
flow |
protected List<WorkflowFlowActionParameter> |
flowInputs |
protected String |
label |
protected String |
language |
| Constructor and Description |
|---|
WorkflowFlowAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getFlow()
Gets the value of the flow property.
|
List<WorkflowFlowActionParameter> |
getFlowInputs()
Gets the value of the flowInputs property.
|
String |
getLabel()
Gets the value of the label property.
|
String |
getLanguage()
Gets the value of the language property.
|
boolean |
isProtected()
Gets the value of the protected property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setFlow(String value)
Sets the value of the flow property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setLanguage(String value)
Sets the value of the language property.
|
void |
setProtected(boolean value)
Sets the value of the protected property.
|
protected String description
protected String flow
protected List<WorkflowFlowActionParameter> flowInputs
protected String label
protected String language
protected boolean _protected
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getFlow()
Stringpublic void setFlow(String value)
value - allowed object is
Stringpublic List<WorkflowFlowActionParameter> getFlowInputs()
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 flowInputs property.
For example, to add a new item, do as follows:
getFlowInputs().add(newItem);
Objects of the following type(s) are allowed in the list
WorkflowFlowActionParameter
public String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic String getLanguage()
Stringpublic void setLanguage(String value)
value - allowed object is
Stringpublic boolean isProtected()
public void setProtected(boolean value)
Copyright © 2016. All rights reserved.