Package com.sforce.soap.metadata
Class FlowActionCall
- java.lang.Object
-
- com.sforce.soap.metadata.FlowBaseElement
-
- com.sforce.soap.metadata.FlowElement
-
- com.sforce.soap.metadata.FlowNode
-
- com.sforce.soap.metadata.FlowActionCall
-
-
Constructor Summary
Constructors Constructor Description FlowActionCall()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
-
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
-
getConnector
public FlowConnector getConnector()
-
setConnector
public void setConnector(FlowConnector connector)
-
setConnector
protected void setConnector(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDataTypeMappings
public FlowDataTypeMapping[] getDataTypeMappings()
-
setDataTypeMappings
public void setDataTypeMappings(FlowDataTypeMapping[] dataTypeMappings)
-
setDataTypeMappings
protected void setDataTypeMappings(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
-
getFlowTransactionModel
public FlowTransactionModel getFlowTransactionModel()
-
setFlowTransactionModel
public void setFlowTransactionModel(FlowTransactionModel flowTransactionModel)
-
setFlowTransactionModel
protected void setFlowTransactionModel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getInputParameters
public FlowActionCallInputParameter[] getInputParameters()
-
setInputParameters
public void setInputParameters(FlowActionCallInputParameter[] inputParameters)
-
setInputParameters
protected void setInputParameters(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsWaitUntilCompleted
public boolean getIsWaitUntilCompleted()
-
isIsWaitUntilCompleted
public boolean isIsWaitUntilCompleted()
-
setIsWaitUntilCompleted
public void setIsWaitUntilCompleted(boolean isWaitUntilCompleted)
-
setIsWaitUntilCompleted
protected void setIsWaitUntilCompleted(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getNameSegment
public String getNameSegment()
-
setNameSegment
public void setNameSegment(String nameSegment)
-
setNameSegment
protected void setNameSegment(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOffset
public int getOffset()
-
setOffset
public void setOffset(int offset)
-
setOffset
protected void setOffset(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOffsetUnit
public FlowScheduledPathOffsetUnit getOffsetUnit()
-
setOffsetUnit
public void setOffsetUnit(FlowScheduledPathOffsetUnit offsetUnit)
-
setOffsetUnit
protected void setOffsetUnit(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOutputParameters
public FlowActionCallOutputParameter[] getOutputParameters()
-
setOutputParameters
public void setOutputParameters(FlowActionCallOutputParameter[] outputParameters)
-
setOutputParameters
protected void setOutputParameters(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getStoreOutputAutomatically
public boolean getStoreOutputAutomatically()
-
isStoreOutputAutomatically
public boolean isStoreOutputAutomatically()
-
setStoreOutputAutomatically
public void setStoreOutputAutomatically(boolean storeOutputAutomatically)
-
setStoreOutputAutomatically
protected void setStoreOutputAutomatically(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getVersionSegment
public int getVersionSegment()
-
setVersionSegment
public void setVersionSegment(int versionSegment)
-
setVersionSegment
protected void setVersionSegment(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
-
-