Package com.sforce.soap.metadata
Class FlowRecordCreate
- java.lang.Object
-
- com.sforce.soap.metadata.FlowBaseElement
-
- com.sforce.soap.metadata.FlowElement
-
- com.sforce.soap.metadata.FlowNode
-
- com.sforce.soap.metadata.FlowRecordCreate
-
-
Constructor Summary
Constructors Constructor Description FlowRecordCreate()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
-
getAssignRecordIdToReference
public String getAssignRecordIdToReference()
-
setAssignRecordIdToReference
public void setAssignRecordIdToReference(String assignRecordIdToReference)
-
setAssignRecordIdToReference
protected void setAssignRecordIdToReference(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
-
getFaultConnector
public FlowConnector getFaultConnector()
-
setFaultConnector
public void setFaultConnector(FlowConnector faultConnector)
-
setFaultConnector
protected void setFaultConnector(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFilterLogic
public String getFilterLogic()
-
setFilterLogic
public void setFilterLogic(String filterLogic)
-
setFilterLogic
protected void setFilterLogic(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFilters
public FlowRecordFilter[] getFilters()
-
setFilters
public void setFilters(FlowRecordFilter[] filters)
-
setFilters
protected void setFilters(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getInputAssignments
public FlowInputFieldAssignment[] getInputAssignments()
-
setInputAssignments
public void setInputAssignments(FlowInputFieldAssignment[] inputAssignments)
-
setInputAssignments
protected void setInputAssignments(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getInputReference
public String getInputReference()
-
setInputReference
public void setInputReference(String inputReference)
-
setInputReference
protected void setInputReference(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getObject
public String getObject()
-
setObject
public void setObject(String object)
-
setObject
protected void setObject(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOperationMultMatchingRecords
public String getOperationMultMatchingRecords()
-
setOperationMultMatchingRecords
public void setOperationMultMatchingRecords(String operationMultMatchingRecords)
-
setOperationMultMatchingRecords
protected void setOperationMultMatchingRecords(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOperationOneMatchingRecord
public String getOperationOneMatchingRecord()
-
setOperationOneMatchingRecord
public void setOperationOneMatchingRecord(String operationOneMatchingRecord)
-
setOperationOneMatchingRecord
protected void setOperationOneMatchingRecord(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOperationZeroMatchingRecords
public String getOperationZeroMatchingRecords()
-
setOperationZeroMatchingRecords
public void setOperationZeroMatchingRecords(String operationZeroMatchingRecords)
-
setOperationZeroMatchingRecords
protected void setOperationZeroMatchingRecords(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
-
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
-
-