public class SalesforceRequestNode extends Node
SalesforceRequestNodeUDN instance
Modifier and Type | Class and Description |
---|---|
static class |
SalesforceRequestNode.ENUM_SALESFORCEREQUEST_OPERATION
ENUM_SALESFORCEREQUEST_OPERATION
|
class |
SalesforceRequestNode.EventXMLDocTable
EventXMLDocTable instance contains Row rows
|
class |
SalesforceRequestNode.Row
Row is used by EventXMLDocTable instance
|
Node.RotationKind
Modifier and Type | Field and Description |
---|---|
InputTerminal |
INPUT_TERMINAL_IN |
OutputTerminal |
OUTPUT_TERMINAL_FAILURE |
OutputTerminal |
OUTPUT_TERMINAL_OUT |
Constructor and Description |
---|
SalesforceRequestNode() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConnectorName()
Get the SalesforceRequestNodeUDN "connectorName" property
|
boolean |
getCopyToLocalEnv()
Get the SalesforceRequestNodeUDN "Copy local environment" property
|
java.lang.String |
getDataLocation()
Get the SalesforceRequestNodeUDN "Data location" property
|
SalesforceRequestNode.EventXMLDocTable |
getEventXMLDocTable()
Retrieve the eventXMLDoc table for the node SalesforceRequestNodeUDN
|
InputTerminal[] |
getInputTerminals()
Gets the full list of available InputTerminals for this Node
|
java.lang.String |
getMessageDomainProperty()
Get the SalesforceRequestNodeUDN "Message domain" property
|
java.lang.String |
getMessageFormatProperty()
Get the SalesforceRequestNodeUDN "Physical format" property
|
java.lang.String |
getMessageSetProperty()
Get the SalesforceRequestNodeUDN "Message model" property
|
java.lang.String |
getMessageTypeProperty()
Get the SalesforceRequestNodeUDN "Message" property
|
java.lang.String |
getNodeName()
Gets the label name of this node
|
java.lang.String |
getObject()
Get the SalesforceRequestNodeUDN "Salesforce object" property
|
SalesforceRequestNode.ENUM_SALESFORCEREQUEST_OPERATION |
getOperation()
Get the SalesforceRequestNodeUDN "Operation" property
|
java.lang.String |
getOutputDataLocation()
Get the SalesforceRequestNodeUDN "outputDataLocation" property
|
OutputTerminal[] |
getOutputTerminals()
Gets the full list of available OutputTerminals for this Node
|
java.lang.String |
getSecurityIdentity()
Get the SalesforceRequestNodeUDN "Security identity" property
|
int |
getTimeoutMilliseconds()
Get the SalesforceRequestNodeUDN Timeout (milliseconds) property
|
java.lang.String |
getTypeName()
Gets the node type of this node
|
java.lang.String |
getUrl()
Get the SalesforceRequestNodeUDN "Salesforce URL" property
|
SalesforceRequestNode |
setConnectorName(java.lang.String value)
Set the SalesforceRequestNodeUDN "connectorName" property
|
SalesforceRequestNode |
setCopyToLocalEnv(boolean value)
Set the SalesforceRequestNodeUDN "Copy local environment" property
|
SalesforceRequestNode |
setDataLocation(java.lang.String value)
Set the SalesforceRequestNodeUDN "Data location" property
|
SalesforceRequestNode |
setMessageDomainProperty(java.lang.String value)
Set the SalesforceRequestNodeUDN "Message domain" property
|
SalesforceRequestNode |
setMessageFormatProperty(java.lang.String value)
Set the SalesforceRequestNodeUDN "Physical format" property
|
SalesforceRequestNode |
setMessageSetProperty(java.lang.String value)
Set the SalesforceRequestNodeUDN "Message model" property
|
SalesforceRequestNode |
setMessageTypeProperty(java.lang.String value)
Set the SalesforceRequestNodeUDN "Message" property
|
SalesforceRequestNode |
setObject(java.lang.String value)
Set the SalesforceRequestNodeUDN "Salesforce object" property
|
SalesforceRequestNode |
setOperation(SalesforceRequestNode.ENUM_SALESFORCEREQUEST_OPERATION value)
Set the SalesforceRequestNodeUDN "Operation" property
|
SalesforceRequestNode |
setOutputDataLocation(java.lang.String value)
Set the SalesforceRequestNodeUDN "outputDataLocation" property
|
SalesforceRequestNode |
setSecurityIdentity(java.lang.String value)
Set the SalesforceRequestNodeUDN "Security identity" property
|
SalesforceRequestNode |
setTimeoutMilliseconds(int value)
Set the SalesforceRequestNodeUDN "Timeout (milliseconds)" property
|
SalesforceRequestNode |
setUrl(java.lang.String value)
Set the SalesforceRequestNodeUDN "Salesforce URL" property
|
addNsmapping, clone, findPropertyByName, getInputTerminal, getInputTerminal, getInstanceNodeProperties, getLocation, getLongDescription, getMandatoryPropertyNames, getNodePropertyTables, getNsmappingtables, getOutputTerminal, getOutputTerminal, getPropertyDefaultValue, getPropertyNames, getPropertyValue, getRotate, getShortDescription, isUdpSupport, removeNsmapping, setLocation, setLocation, setLongDescription, setNodeName, setNsmappingtables, setProperty, setRotate, setShortDescription, toString
public final InputTerminal INPUT_TERMINAL_IN
public final OutputTerminal OUTPUT_TERMINAL_OUT
public final OutputTerminal OUTPUT_TERMINAL_FAILURE
public SalesforceRequestNode.EventXMLDocTable getEventXMLDocTable()
public InputTerminal[] getInputTerminals()
Node
getInputTerminals
in class Node
public OutputTerminal[] getOutputTerminals()
Node
getOutputTerminals
in class Node
public java.lang.String getTypeName()
Node
getTypeName
in class Node
public SalesforceRequestNode setConnectorName(java.lang.String value)
value
- String ; the value to set the property "connectorName"public java.lang.String getConnectorName()
public SalesforceRequestNode setUrl(java.lang.String value)
value
- String ; the value to set the property "Salesforce URL"public java.lang.String getUrl()
public SalesforceRequestNode setOperation(SalesforceRequestNode.ENUM_SALESFORCEREQUEST_OPERATION value)
value
- ENUM_SALESFORCEREQUEST_OPERATION ; the value to set the property "Operation"public SalesforceRequestNode.ENUM_SALESFORCEREQUEST_OPERATION getOperation()
public SalesforceRequestNode setObject(java.lang.String value)
value
- String ; the value to set the property "Salesforce object"public java.lang.String getObject()
public SalesforceRequestNode setSecurityIdentity(java.lang.String value)
value
- String ; the value to set the property "Security identity"public java.lang.String getSecurityIdentity()
public SalesforceRequestNode setTimeoutMilliseconds(int value)
value
- int ; the value to set the property "Timeout (milliseconds)"public int getTimeoutMilliseconds()
public SalesforceRequestNode setDataLocation(java.lang.String value)
value
- String ; the value to set the property "Data location"public java.lang.String getDataLocation()
public SalesforceRequestNode setOutputDataLocation(java.lang.String value)
value
- String ; the value to set the property "outputDataLocation"public java.lang.String getOutputDataLocation()
public SalesforceRequestNode setCopyToLocalEnv(boolean value)
value
- boolean ; the value to set the property "Copy local environment"public boolean getCopyToLocalEnv()
public SalesforceRequestNode setMessageDomainProperty(java.lang.String value)
value
- String ; the value to set the property "Message domain"public java.lang.String getMessageDomainProperty()
public SalesforceRequestNode setMessageSetProperty(java.lang.String value)
value
- String ; the value to set the property "Message model"public java.lang.String getMessageSetProperty()
public SalesforceRequestNode setMessageTypeProperty(java.lang.String value)
value
- String ; the value to set the property "Message"public java.lang.String getMessageTypeProperty()
public SalesforceRequestNode setMessageFormatProperty(java.lang.String value)
value
- String ; the value to set the property "Physical format"public java.lang.String getMessageFormatProperty()
public java.lang.String getNodeName()
Node
MessageFlow mf1 = patternInstanceManager.getMessageFlow("MyFlowProject", "mf1.msgflow"); Node inputMQNode = mf1.getNodeByName("My Input Node"); inputMQNode.setNodeName("Renamed Input Node");
getNodeName
in class Node