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
-
-
Constructor Summary
Constructors Constructor Description FlowOrchestratedStage()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.FlowNode
getElementSubtype, getLabel, getLocationX, getLocationY, setElementSubtype, setElementSubtype, setLabel, setLabel, setLocationX, setLocationX, setLocationY, setLocationY
-
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
-
getConnector
public FlowConnector getConnector()
-
setConnector
public void setConnector(FlowConnector connector)
-
setConnector
protected void setConnector(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
-
getFaultConnector
public FlowConnector getFaultConnector()
-
setFaultConnector
public void setFaultConnector(FlowConnector faultConnector)
-
setFaultConnector
protected void setFaultConnector(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getStageSteps
public FlowStageStep[] getStageSteps()
-
setStageSteps
public void setStageSteps(FlowStageStep[] stageSteps)
-
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
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- 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
-
-