Package com.sforce.soap.metadata
Class FlowOrchestratedStage
java.lang.Object
com.sforce.soap.metadata.FlowBaseElement
com.sforce.soap.metadata.FlowElement
com.sforce.soap.metadata.FlowNode
com.sforce.soap.metadata.FlowOrchestratedStage
- All Implemented Interfaces:
XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetConnector(FlowConnector connector) protected voidsetConnector(XmlInputStream __in, TypeMapper __typeMapper) voidsetExitActionInputParameters(FlowStageStepExitActionInputParameter[] exitActionInputParameters) protected voidsetExitActionInputParameters(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetExitActionName(XmlInputStream __in, TypeMapper __typeMapper) voidsetExitActionName(String exitActionName) voidsetExitActionOutputParameters(FlowStageStepExitActionOutputParameter[] exitActionOutputParameters) protected voidsetExitActionOutputParameters(XmlInputStream __in, TypeMapper __typeMapper) voidsetExitActionType(InvocableActionType exitActionType) protected voidsetExitActionType(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetExitConditionLogic(XmlInputStream __in, TypeMapper __typeMapper) voidsetExitConditionLogic(String exitConditionLogic) voidsetExitConditions(FlowCondition[] exitConditions) protected voidsetExitConditions(XmlInputStream __in, TypeMapper __typeMapper) voidsetFaultConnector(FlowConnector faultConnector) protected voidsetFaultConnector(XmlInputStream __in, TypeMapper __typeMapper) voidsetStageSteps(FlowStageStep[] stageSteps) protected voidsetStageSteps(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper) Methods inherited from class com.sforce.soap.metadata.FlowNode
getElementSubtype, getLabel, getLocationX, getLocationY, setElementSubtype, setElementSubtype, setLabel, setLabel, setLocationX, setLocationX, setLocationY, setLocationYMethods inherited from class com.sforce.soap.metadata.FlowElement
getDescription, getName, setDescription, setDescription, setName, setNameMethods inherited from class com.sforce.soap.metadata.FlowBaseElement
getProcessMetadataValues, setProcessMetadataValues, setProcessMetadataValues
-
Constructor Details
-
FlowOrchestratedStage
public FlowOrchestratedStage()Constructor
-
-
Method Details
-
getConnector
-
setConnector
-
setConnector
protected void setConnector(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getExitActionInputParameters
-
setExitActionInputParameters
public void setExitActionInputParameters(FlowStageStepExitActionInputParameter[] exitActionInputParameters) -
setExitActionInputParameters
protected void setExitActionInputParameters(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getExitActionName
-
setExitActionName
-
setExitActionName
protected void setExitActionName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getExitActionOutputParameters
-
setExitActionOutputParameters
public void setExitActionOutputParameters(FlowStageStepExitActionOutputParameter[] exitActionOutputParameters) -
setExitActionOutputParameters
protected void setExitActionOutputParameters(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getExitActionType
-
setExitActionType
-
setExitActionType
protected void setExitActionType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getExitConditionLogic
-
setExitConditionLogic
-
setExitConditionLogic
protected void setExitConditionLogic(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getExitConditions
-
setExitConditions
-
setExitConditions
protected void setExitConditions(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getFaultConnector
-
setFaultConnector
-
setFaultConnector
protected void setFaultConnector(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getStageSteps
-
setStageSteps
-
setStageSteps
protected void setStageSteps(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 classFlowNode- Throws:
IOException
-
writeFields
- Overrides:
writeFieldsin classFlowNode- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Overrides:
loadin classFlowNode- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Overrides:
loadFieldsin classFlowNode- Throws:
IOExceptionConnectionException
-
toString
-