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:
com.sforce.ws.bind.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetActionName()InvocableActionTypegetActionType()FlowStageStepAssignee[]getAssignees()FlowStageStepEntryActionInputParameter[]getEntryActionInputParameters()java.lang.StringgetEntryActionName()FlowStageStepEntryActionOutputParameter[]getEntryActionOutputParameters()InvocableActionTypegetEntryActionType()java.lang.StringgetEntryConditionLogic()FlowCondition[]getEntryConditions()FlowStageStepExitActionInputParameter[]getExitActionInputParameters()java.lang.StringgetExitActionName()FlowStageStepExitActionOutputParameter[]getExitActionOutputParameters()InvocableActionTypegetExitActionType()FlowStageStepInputParameter[]getInputParameters()java.lang.StringgetLabel()FlowStageStepOutputParameter[]getOutputParameters()voidload(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidloadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetActionName(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetActionName(java.lang.String actionName)voidsetActionType(InvocableActionType actionType)protected voidsetActionType(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetAssignees(FlowStageStepAssignee[] assignees)protected voidsetAssignees(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetEntryActionInputParameters(FlowStageStepEntryActionInputParameter[] entryActionInputParameters)protected voidsetEntryActionInputParameters(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetEntryActionName(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetEntryActionName(java.lang.String entryActionName)voidsetEntryActionOutputParameters(FlowStageStepEntryActionOutputParameter[] entryActionOutputParameters)protected voidsetEntryActionOutputParameters(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetEntryActionType(InvocableActionType entryActionType)protected voidsetEntryActionType(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetEntryConditionLogic(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetEntryConditionLogic(java.lang.String entryConditionLogic)voidsetEntryConditions(FlowCondition[] entryConditions)protected voidsetEntryConditions(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetExitActionInputParameters(FlowStageStepExitActionInputParameter[] exitActionInputParameters)protected voidsetExitActionInputParameters(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetExitActionName(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetExitActionName(java.lang.String exitActionName)voidsetExitActionOutputParameters(FlowStageStepExitActionOutputParameter[] exitActionOutputParameters)protected voidsetExitActionOutputParameters(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetExitActionType(InvocableActionType exitActionType)protected voidsetExitActionType(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetInputParameters(FlowStageStepInputParameter[] inputParameters)protected voidsetInputParameters(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetLabel(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetLabel(java.lang.String label)voidsetOutputParameters(FlowStageStepOutputParameter[] outputParameters)protected voidsetOutputParameters(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)java.lang.StringtoString()voidwrite(javax.xml.namespace.QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidwriteFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)-
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 java.lang.String getActionName()
-
setActionName
public void setActionName(java.lang.String actionName)
-
setActionName
protected void setActionName(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getActionType
public InvocableActionType getActionType()
-
setActionType
public void setActionType(InvocableActionType actionType)
-
setActionType
protected void setActionType(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getAssignees
public FlowStageStepAssignee[] getAssignees()
-
setAssignees
public void setAssignees(FlowStageStepAssignee[] assignees)
-
setAssignees
protected void setAssignees(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getEntryActionInputParameters
public FlowStageStepEntryActionInputParameter[] getEntryActionInputParameters()
-
setEntryActionInputParameters
public void setEntryActionInputParameters(FlowStageStepEntryActionInputParameter[] entryActionInputParameters)
-
setEntryActionInputParameters
protected void setEntryActionInputParameters(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getEntryActionName
public java.lang.String getEntryActionName()
-
setEntryActionName
public void setEntryActionName(java.lang.String entryActionName)
-
setEntryActionName
protected void setEntryActionName(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getEntryActionOutputParameters
public FlowStageStepEntryActionOutputParameter[] getEntryActionOutputParameters()
-
setEntryActionOutputParameters
public void setEntryActionOutputParameters(FlowStageStepEntryActionOutputParameter[] entryActionOutputParameters)
-
setEntryActionOutputParameters
protected void setEntryActionOutputParameters(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getEntryActionType
public InvocableActionType getEntryActionType()
-
setEntryActionType
public void setEntryActionType(InvocableActionType entryActionType)
-
setEntryActionType
protected void setEntryActionType(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getEntryConditionLogic
public java.lang.String getEntryConditionLogic()
-
setEntryConditionLogic
public void setEntryConditionLogic(java.lang.String entryConditionLogic)
-
setEntryConditionLogic
protected void setEntryConditionLogic(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getEntryConditions
public FlowCondition[] getEntryConditions()
-
setEntryConditions
public void setEntryConditions(FlowCondition[] entryConditions)
-
setEntryConditions
protected void setEntryConditions(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getExitActionInputParameters
public FlowStageStepExitActionInputParameter[] getExitActionInputParameters()
-
setExitActionInputParameters
public void setExitActionInputParameters(FlowStageStepExitActionInputParameter[] exitActionInputParameters)
-
setExitActionInputParameters
protected void setExitActionInputParameters(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getExitActionName
public java.lang.String getExitActionName()
-
setExitActionName
public void setExitActionName(java.lang.String exitActionName)
-
setExitActionName
protected void setExitActionName(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getExitActionOutputParameters
public FlowStageStepExitActionOutputParameter[] getExitActionOutputParameters()
-
setExitActionOutputParameters
public void setExitActionOutputParameters(FlowStageStepExitActionOutputParameter[] exitActionOutputParameters)
-
setExitActionOutputParameters
protected void setExitActionOutputParameters(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getExitActionType
public InvocableActionType getExitActionType()
-
setExitActionType
public void setExitActionType(InvocableActionType exitActionType)
-
setExitActionType
protected void setExitActionType(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getInputParameters
public FlowStageStepInputParameter[] getInputParameters()
-
setInputParameters
public void setInputParameters(FlowStageStepInputParameter[] inputParameters)
-
setInputParameters
protected void setInputParameters(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getLabel
public java.lang.String getLabel()
-
setLabel
public void setLabel(java.lang.String label)
-
setLabel
protected void setLabel(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getOutputParameters
public FlowStageStepOutputParameter[] getOutputParameters()
-
setOutputParameters
public void setOutputParameters(FlowStageStepOutputParameter[] outputParameters)
-
setOutputParameters
protected void setOutputParameters(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
write
public void write(javax.xml.namespace.QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException- Specified by:
writein interfacecom.sforce.ws.bind.XMLizable- Overrides:
writein classFlowElement- Throws:
java.io.IOException
-
writeFields
protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException- Overrides:
writeFieldsin classFlowElement- Throws:
java.io.IOException
-
load
public void load(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Specified by:
loadin interfacecom.sforce.ws.bind.XMLizable- Overrides:
loadin classFlowElement- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
loadFields
protected void loadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Overrides:
loadFieldsin classFlowElement- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
toString
public java.lang.String toString()
- Overrides:
toStringin classFlowElement
-
-