public class SAPRequestNode extends Node
SAPRequestNode instance
A node used to implement the SAP adapter in outbound mode
Change Activity: -------- ----------- ------------- ------------------------------------ Reason: Date: Originator: Comments: -------- ----------- ------------- ------------------------------------ xxxxx.x 2010-08-10 dstorey creation xxxxx.x xxxx-xx-xx generated 7.0.0.2 Release
Modifier and Type | Class and Description |
---|---|
static class |
SAPRequestNode.ENUM_SAPREQUEST_SECONDARYADAPTERMODE
ENUM_SAPREQUEST_SECONDARYADAPTERMODE
|
static class |
SAPRequestNode.ENUM_SAPREQUEST_TRANSACTIONMODE
ENUM_SAPREQUEST_TRANSACTIONMODE
|
Node.RotationKind
Modifier and Type | Field and Description |
---|---|
InputTerminal |
INPUT_TERMINAL_IN |
protected static java.lang.String |
NODE_GRAPHIC_16 |
protected static java.lang.String |
NODE_GRAPHIC_32 |
protected static java.lang.String |
NODE_TYPE_NAME |
OutputTerminal |
OUTPUT_TERMINAL_FAILURE |
OutputTerminal |
OUTPUT_TERMINAL_OUT |
protected static java.lang.String |
PROPERTY_ADAPTERCOMPONENT |
protected static java.lang.String |
PROPERTY_COPYLOCALENVIRONMENT |
protected static java.lang.String |
PROPERTY_DATALOCATION |
protected static java.lang.String |
PROPERTY_DEFAULTMETHOD |
protected static java.lang.String |
PROPERTY_MESSAGEDOMAINPROPERTY |
protected static java.lang.String |
PROPERTY_MESSAGEFORMATPROPERTY |
protected static java.lang.String |
PROPERTY_MESSAGESETPROPERTY |
protected static java.lang.String |
PROPERTY_MESSAGETYPEPROPERTY |
protected static java.lang.String |
PROPERTY_METHODLOCATION |
protected static java.lang.String |
PROPERTY_OUTPUTDATALOCATION |
protected static java.lang.String |
PROPERTY_SECONDARYADAPTERMODE |
protected static java.lang.String |
PROPERTY_SECURITYPROFILENAME |
protected static java.lang.String |
PROPERTY_TRANSACTIONMODE |
copyright, dynamicInputTerminals, dynamicOutputTerminals, nodePropertyTables, udpSupport
Constructor and Description |
---|
SAPRequestNode() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAdapterComponent()
Get the SAPRequestNode "Primary adapter component" property
|
boolean |
getCopyLocalEnvironment()
Get the SAPRequestNode "Copy local environment" property
|
java.lang.String |
getDataLocation()
Get the SAPRequestNode "Data location" property
|
java.lang.String |
getDefaultMethod()
Get the SAPRequestNode "Default method" property
|
protected java.lang.String |
getGraphic16() |
protected java.lang.String |
getGraphic32() |
InputTerminal[] |
getInputTerminals()
Gets the full list of available InputTerminals for this Node
|
java.lang.String |
getMessageDomainProperty()
Get the SAPRequestNode "Message domain" property
|
java.lang.String |
getMessageFormatProperty()
Get the SAPRequestNode "Physical format" property
|
java.lang.String |
getMessageSetProperty()
Get the SAPRequestNode "Message model" property
|
java.lang.String |
getMessageTypeProperty()
Get the SAPRequestNode "Message" property
|
java.lang.String |
getMethodLocation()
Get the SAPRequestNode "Method location" property
|
java.lang.String |
getNodeName()
Gets the label name of this node
|
protected NodeProperty[] |
getNodeProperties()
Returns the list of simple properties which are available to set on this node
No instance values are set here.
|
java.lang.String |
getOutputDataLocation()
Get the SAPRequestNode "Output data location" property
|
OutputTerminal[] |
getOutputTerminals()
Gets the full list of available OutputTerminals for this Node
|
SAPRequestNode.ENUM_SAPREQUEST_SECONDARYADAPTERMODE |
getSecondaryAdapterMode()
Get the SAPRequestNode "Secondary adapter mode" property
|
java.lang.String |
getSecurityProfileName()
Get the SAPRequestNode "Security profile" property
|
SAPRequestNode.ENUM_SAPREQUEST_TRANSACTIONMODE |
getTransactionMode()
Get the SAPRequestNode "Transaction mode" property
|
java.lang.String |
getTypeName()
Gets the node type of this node
|
SAPRequestNode |
setAdapterComponent(java.lang.String value)
Set the SAPRequestNode "Primary adapter component" property
|
SAPRequestNode |
setCopyLocalEnvironment(boolean value)
Set the SAPRequestNode "Copy local environment" property
|
SAPRequestNode |
setDataLocation(java.lang.String value)
Set the SAPRequestNode "Data location" property
|
SAPRequestNode |
setDefaultMethod(java.lang.String value)
Set the SAPRequestNode "Default method" property
|
SAPRequestNode |
setMessageDomainProperty(java.lang.String value)
Set the SAPRequestNode "Message domain" property
|
SAPRequestNode |
setMessageFormatProperty(java.lang.String value)
Set the SAPRequestNode "Physical format" property
|
SAPRequestNode |
setMessageSetProperty(java.lang.String value)
Set the SAPRequestNode "Message model" property
|
SAPRequestNode |
setMessageTypeProperty(java.lang.String value)
Set the SAPRequestNode "Message" property
|
SAPRequestNode |
setMethodLocation(java.lang.String value)
Set the SAPRequestNode "Method location" property
|
SAPRequestNode |
setOutputDataLocation(java.lang.String value)
Set the SAPRequestNode "Output data location" property
|
SAPRequestNode |
setSecondaryAdapterMode(SAPRequestNode.ENUM_SAPREQUEST_SECONDARYADAPTERMODE value)
Set the SAPRequestNode "Secondary adapter mode" property
|
SAPRequestNode |
setSecurityProfileName(java.lang.String value)
Set the SAPRequestNode "Security profile" property
|
SAPRequestNode |
setTransactionMode(SAPRequestNode.ENUM_SAPREQUEST_TRANSACTIONMODE value)
Set the SAPRequestNode "Transaction mode" property
|
addAdditionalProperty, addMonitorEvent, addNsmapping, clone, createNewInputTerminal, createNewInputTerminal, createNewOutputTerminal, createNewOutputTerminal, findPropertyByName, getAllNodeProperties, getInputTerminal, getInputTerminal, getInstanceNodeProperties, getLocation, getLongDescription, getMandatoryPropertyNames, getMonitorEvents, getNodeId, getNodePropertyTables, getNsmappingtables, getOutputTerminal, getOutputTerminal, getPropertyDefaultValue, getPropertyNames, getPropertyValue, getRotate, getShortDescription, getUUID, isUdpSupport, removeMonitorEvent, removeNsmapping, setLocation, setLocation, setLongDescription, setMonitorEvents, setNodeId, setNodeName, setNsmappingtables, setProperty, setRotate, setShortDescription, toString
protected static final java.lang.String NODE_TYPE_NAME
protected static final java.lang.String NODE_GRAPHIC_16
protected static final java.lang.String NODE_GRAPHIC_32
protected static final java.lang.String PROPERTY_ADAPTERCOMPONENT
protected static final java.lang.String PROPERTY_SECONDARYADAPTERMODE
protected static final java.lang.String PROPERTY_DEFAULTMETHOD
protected static final java.lang.String PROPERTY_MESSAGEDOMAINPROPERTY
protected static final java.lang.String PROPERTY_MESSAGESETPROPERTY
protected static final java.lang.String PROPERTY_MESSAGETYPEPROPERTY
protected static final java.lang.String PROPERTY_MESSAGEFORMATPROPERTY
protected static final java.lang.String PROPERTY_TRANSACTIONMODE
protected static final java.lang.String PROPERTY_METHODLOCATION
protected static final java.lang.String PROPERTY_DATALOCATION
protected static final java.lang.String PROPERTY_OUTPUTDATALOCATION
protected static final java.lang.String PROPERTY_COPYLOCALENVIRONMENT
protected static final java.lang.String PROPERTY_SECURITYPROFILENAME
public final InputTerminal INPUT_TERMINAL_IN
public final OutputTerminal OUTPUT_TERMINAL_OUT
public final OutputTerminal OUTPUT_TERMINAL_FAILURE
protected NodeProperty[] getNodeProperties()
Node
getNodeProperties
in class Node
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
protected java.lang.String getGraphic16()
protected java.lang.String getGraphic32()
public SAPRequestNode setAdapterComponent(java.lang.String value)
value
- String ; the value to set the property "Primary adapter component"public java.lang.String getAdapterComponent()
public SAPRequestNode setSecondaryAdapterMode(SAPRequestNode.ENUM_SAPREQUEST_SECONDARYADAPTERMODE value)
value
- ENUM_SAPREQUEST_SECONDARYADAPTERMODE ; the value to set the property "Secondary adapter mode"public SAPRequestNode.ENUM_SAPREQUEST_SECONDARYADAPTERMODE getSecondaryAdapterMode()
public SAPRequestNode setDefaultMethod(java.lang.String value)
value
- String ; the value to set the property "Default method"public java.lang.String getDefaultMethod()
public SAPRequestNode setMessageDomainProperty(java.lang.String value)
value
- String ; the value to set the property "Message domain"public java.lang.String getMessageDomainProperty()
public SAPRequestNode setMessageSetProperty(java.lang.String value)
value
- String ; the value to set the property "Message model"public java.lang.String getMessageSetProperty()
public SAPRequestNode setMessageTypeProperty(java.lang.String value)
value
- String ; the value to set the property "Message"public java.lang.String getMessageTypeProperty()
public SAPRequestNode setMessageFormatProperty(java.lang.String value)
value
- String ; the value to set the property "Physical format"public java.lang.String getMessageFormatProperty()
public SAPRequestNode setTransactionMode(SAPRequestNode.ENUM_SAPREQUEST_TRANSACTIONMODE value)
value
- ENUM_SAPREQUEST_TRANSACTIONMODE ; the value to set the property "Transaction mode"public SAPRequestNode.ENUM_SAPREQUEST_TRANSACTIONMODE getTransactionMode()
public SAPRequestNode setMethodLocation(java.lang.String value)
value
- String ; the value to set the property "Method location"public java.lang.String getMethodLocation()
public SAPRequestNode setDataLocation(java.lang.String value)
value
- String ; the value to set the property "Data location"public java.lang.String getDataLocation()
public SAPRequestNode setOutputDataLocation(java.lang.String value)
value
- String ; the value to set the property "Output data location"public java.lang.String getOutputDataLocation()
public SAPRequestNode setCopyLocalEnvironment(boolean value)
value
- boolean ; the value to set the property "Copy local environment"public boolean getCopyLocalEnvironment()
public SAPRequestNode setSecurityProfileName(java.lang.String value)
value
- String ; the value to set the property "Security profile"public java.lang.String getSecurityProfileName()
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