Package com.sforce.soap.metadata
Class FlowStageStep
- java.lang.Object
-
- com.sforce.soap.metadata.FlowBaseElement
-
- com.sforce.soap.metadata.FlowElement
-
- com.sforce.soap.metadata.FlowStageStep
-
- All Implemented Interfaces:
XMLizable
public class FlowStageStep extends FlowElement
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Constructor Summary
Constructors Constructor Description FlowStageStep()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.FlowElement
getDescription, getName, setDescription, setDescription, setName, setName
-
Methods inherited from class com.sforce.soap.metadata.FlowBaseElement
getProcessMetadataValues, setProcessMetadataValues, setProcessMetadataValues
-
-
-
-
Method Detail
-
getActionName
public String getActionName()
-
setActionName
public void setActionName(String actionName)
-
setActionName
protected void setActionName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getActionType
public InvocableActionType getActionType()
-
setActionType
public void setActionType(InvocableActionType actionType)
-
setActionType
protected void setActionType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getAssignees
public FlowStageStepAssignee[] getAssignees()
-
setAssignees
public void setAssignees(FlowStageStepAssignee[] assignees)
-
setAssignees
protected void setAssignees(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEntryActionInputParameters
public FlowStageStepEntryActionInputParameter[] getEntryActionInputParameters()
-
setEntryActionInputParameters
public void setEntryActionInputParameters(FlowStageStepEntryActionInputParameter[] entryActionInputParameters)
-
setEntryActionInputParameters
protected void setEntryActionInputParameters(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEntryActionName
public String getEntryActionName()
-
setEntryActionName
public void setEntryActionName(String entryActionName)
-
setEntryActionName
protected void setEntryActionName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEntryActionOutputParameters
public FlowStageStepEntryActionOutputParameter[] getEntryActionOutputParameters()
-
setEntryActionOutputParameters
public void setEntryActionOutputParameters(FlowStageStepEntryActionOutputParameter[] entryActionOutputParameters)
-
setEntryActionOutputParameters
protected void setEntryActionOutputParameters(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEntryActionType
public InvocableActionType getEntryActionType()
-
setEntryActionType
public void setEntryActionType(InvocableActionType entryActionType)
-
setEntryActionType
protected void setEntryActionType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEntryConditionLogic
public String getEntryConditionLogic()
-
setEntryConditionLogic
public void setEntryConditionLogic(String entryConditionLogic)
-
setEntryConditionLogic
protected void setEntryConditionLogic(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEntryConditions
public FlowCondition[] getEntryConditions()
-
setEntryConditions
public void setEntryConditions(FlowCondition[] entryConditions)
-
setEntryConditions
protected void setEntryConditions(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getExitActionInputParameters
public FlowStageStepExitActionInputParameter[] getExitActionInputParameters()
-
setExitActionInputParameters
public void setExitActionInputParameters(FlowStageStepExitActionInputParameter[] exitActionInputParameters)
-
setExitActionInputParameters
protected void setExitActionInputParameters(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getExitActionName
public String getExitActionName()
-
setExitActionName
public void setExitActionName(String exitActionName)
-
setExitActionName
protected void setExitActionName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getExitActionOutputParameters
public FlowStageStepExitActionOutputParameter[] getExitActionOutputParameters()
-
setExitActionOutputParameters
public void setExitActionOutputParameters(FlowStageStepExitActionOutputParameter[] exitActionOutputParameters)
-
setExitActionOutputParameters
protected void setExitActionOutputParameters(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getExitActionType
public InvocableActionType getExitActionType()
-
setExitActionType
public void setExitActionType(InvocableActionType exitActionType)
-
setExitActionType
protected void setExitActionType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getExitConditionLogic
public String getExitConditionLogic()
-
setExitConditionLogic
public void setExitConditionLogic(String exitConditionLogic)
-
setExitConditionLogic
protected void setExitConditionLogic(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getExitConditions
public FlowCondition[] getExitConditions()
-
setExitConditions
public void setExitConditions(FlowCondition[] exitConditions)
-
setExitConditions
protected void setExitConditions(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getInputParameters
public FlowStageStepInputParameter[] getInputParameters()
-
setInputParameters
public void setInputParameters(FlowStageStepInputParameter[] inputParameters)
-
setInputParameters
protected void setInputParameters(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOutputParameters
public FlowStageStepOutputParameter[] getOutputParameters()
-
setOutputParameters
public void setOutputParameters(FlowStageStepOutputParameter[] outputParameters)
-
setOutputParameters
protected void setOutputParameters(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRequiresAsyncProcessing
public boolean getRequiresAsyncProcessing()
-
isRequiresAsyncProcessing
public boolean isRequiresAsyncProcessing()
-
setRequiresAsyncProcessing
public void setRequiresAsyncProcessing(boolean requiresAsyncProcessing)
-
setRequiresAsyncProcessing
protected void setRequiresAsyncProcessing(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRunAsUser
public boolean getRunAsUser()
-
isRunAsUser
public boolean isRunAsUser()
-
setRunAsUser
public void setRunAsUser(boolean runAsUser)
-
setRunAsUser
protected void setRunAsUser(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getStepSubtype
public FlowElementSubtype getStepSubtype()
-
setStepSubtype
public void setStepSubtype(FlowElementSubtype stepSubtype)
-
setStepSubtype
protected void setStepSubtype(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Overrides:
writein classFlowElement- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Overrides:
writeFieldsin classFlowElement- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Overrides:
loadin classFlowElement- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Overrides:
loadFieldsin classFlowElement- Throws:
IOExceptionConnectionException
-
toString
public String toString()
- Overrides:
toStringin classFlowElement
-
-