public class SiebelRequestNode extends Node
SiebelRequestNode instance
A node used to implement the Siebel 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 |
SiebelRequestNode.ENUM_SIEBELREQUEST_SECONDARYADAPTERMODE
ENUM_SIEBELREQUEST_SECONDARYADAPTERMODE
|
static class |
SiebelRequestNode.ENUM_SIEBELREQUEST_TRANSACTIONMODE
ENUM_SIEBELREQUEST_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 |
---|
SiebelRequestNode() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAdapterComponent()
Get the SiebelRequestNode "Primary adapter component" property
|
boolean |
getCopyLocalEnvironment()
Get the SiebelRequestNode "Copy local environment" property
|
java.lang.String |
getDataLocation()
Get the SiebelRequestNode "Data location" property
|
java.lang.String |
getDefaultMethod()
Get the SiebelRequestNode "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 SiebelRequestNode "Message domain" property
|
java.lang.String |
getMessageFormatProperty()
Get the SiebelRequestNode "Physical format" property
|
java.lang.String |
getMessageSetProperty()
Get the SiebelRequestNode "Message model" property
|
java.lang.String |
getMessageTypeProperty()
Get the SiebelRequestNode "Message" property
|
java.lang.String |
getMethodLocation()
Get the SiebelRequestNode "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 SiebelRequestNode "Output data location" property
|
OutputTerminal[] |
getOutputTerminals()
Gets the full list of available OutputTerminals for this Node
|
SiebelRequestNode.ENUM_SIEBELREQUEST_SECONDARYADAPTERMODE |
getSecondaryAdapterMode()
Get the SiebelRequestNode "Secondary adapter mode" property
|
java.lang.String |
getSecurityProfileName()
Get the SiebelRequestNode "Security profile" property
|
SiebelRequestNode.ENUM_SIEBELREQUEST_TRANSACTIONMODE |
getTransactionMode()
Get the SiebelRequestNode "Transaction mode" property
|
java.lang.String |
getTypeName()
Gets the node type of this node
|
SiebelRequestNode |
setAdapterComponent(java.lang.String value)
Set the SiebelRequestNode "Primary adapter component" property
|
SiebelRequestNode |
setCopyLocalEnvironment(boolean value)
Set the SiebelRequestNode "Copy local environment" property
|
SiebelRequestNode |
setDataLocation(java.lang.String value)
Set the SiebelRequestNode "Data location" property
|
SiebelRequestNode |
setDefaultMethod(java.lang.String value)
Set the SiebelRequestNode "Default method" property
|
SiebelRequestNode |
setMessageDomainProperty(java.lang.String value)
Set the SiebelRequestNode "Message domain" property
|
SiebelRequestNode |
setMessageFormatProperty(java.lang.String value)
Set the SiebelRequestNode "Physical format" property
|
SiebelRequestNode |
setMessageSetProperty(java.lang.String value)
Set the SiebelRequestNode "Message model" property
|
SiebelRequestNode |
setMessageTypeProperty(java.lang.String value)
Set the SiebelRequestNode "Message" property
|
SiebelRequestNode |
setMethodLocation(java.lang.String value)
Set the SiebelRequestNode "Method location" property
|
SiebelRequestNode |
setOutputDataLocation(java.lang.String value)
Set the SiebelRequestNode "Output data location" property
|
SiebelRequestNode |
setSecondaryAdapterMode(SiebelRequestNode.ENUM_SIEBELREQUEST_SECONDARYADAPTERMODE value)
Set the SiebelRequestNode "Secondary adapter mode" property
|
SiebelRequestNode |
setSecurityProfileName(java.lang.String value)
Set the SiebelRequestNode "Security profile" property
|
SiebelRequestNode |
setTransactionMode(SiebelRequestNode.ENUM_SIEBELREQUEST_TRANSACTIONMODE value)
Set the SiebelRequestNode "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 SiebelRequestNode setAdapterComponent(java.lang.String value)
value
- String ; the value to set the property "Primary adapter component"public java.lang.String getAdapterComponent()
public SiebelRequestNode setSecondaryAdapterMode(SiebelRequestNode.ENUM_SIEBELREQUEST_SECONDARYADAPTERMODE value)
value
- ENUM_SIEBELREQUEST_SECONDARYADAPTERMODE ; the value to set the property "Secondary adapter mode"public SiebelRequestNode.ENUM_SIEBELREQUEST_SECONDARYADAPTERMODE getSecondaryAdapterMode()
public SiebelRequestNode setDefaultMethod(java.lang.String value)
value
- String ; the value to set the property "Default method"public java.lang.String getDefaultMethod()
public SiebelRequestNode setMessageDomainProperty(java.lang.String value)
value
- String ; the value to set the property "Message domain"public java.lang.String getMessageDomainProperty()
public SiebelRequestNode setMessageSetProperty(java.lang.String value)
value
- String ; the value to set the property "Message model"public java.lang.String getMessageSetProperty()
public SiebelRequestNode setMessageTypeProperty(java.lang.String value)
value
- String ; the value to set the property "Message"public java.lang.String getMessageTypeProperty()
public SiebelRequestNode setMessageFormatProperty(java.lang.String value)
value
- String ; the value to set the property "Physical format"public java.lang.String getMessageFormatProperty()
public SiebelRequestNode setTransactionMode(SiebelRequestNode.ENUM_SIEBELREQUEST_TRANSACTIONMODE value)
value
- ENUM_SIEBELREQUEST_TRANSACTIONMODE ; the value to set the property "Transaction mode"public SiebelRequestNode.ENUM_SIEBELREQUEST_TRANSACTIONMODE getTransactionMode()
public SiebelRequestNode setMethodLocation(java.lang.String value)
value
- String ; the value to set the property "Method location"public java.lang.String getMethodLocation()
public SiebelRequestNode setDataLocation(java.lang.String value)
value
- String ; the value to set the property "Data location"public java.lang.String getDataLocation()
public SiebelRequestNode setOutputDataLocation(java.lang.String value)
value
- String ; the value to set the property "Output data location"public java.lang.String getOutputDataLocation()
public SiebelRequestNode setCopyLocalEnvironment(boolean value)
value
- boolean ; the value to set the property "Copy local environment"public boolean getCopyLocalEnvironment()
public SiebelRequestNode 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