public class AppConnectRESTRequestNode extends Node
AppConnectRESTRequestNode instance
Use the AppConnectRESTRequest node to interact with connectors hosted on App Connect using REST
Change Activity: -------- ----------- ------------- ------------------------------------ Reason: Date: Originator: Comments: -------- ----------- ------------- ------------------------------------ xxxxx.x 2010-08-10 dstorey creation
Modifier and Type | Class and Description |
---|---|
class |
AppConnectRESTRequestNode.parameterRow
parameterRow is used by ParametersTable instance
|
class |
AppConnectRESTRequestNode.ParametersTable
ParametersTable instance contains parameterRow rows
|
Node.RotationKind
Modifier and Type | Field and Description |
---|---|
InputTerminal |
INPUT_TERMINAL_IN |
OutputTerminal |
OUTPUT_TERMINAL_ERROR |
OutputTerminal |
OUTPUT_TERMINAL_FAILURE |
OutputTerminal |
OUTPUT_TERMINAL_OUT |
Constructor and Description |
---|
AppConnectRESTRequestNode() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBaseURL()
Get the AppConnectRESTRequestNode "Base URL override" property
|
java.lang.String |
getContentType()
Get the AppConnectRESTRequestNode "Content-Type" property
|
java.lang.String |
getDataLocation()
Get the AppConnectRESTRequestNode "Input body location" property
|
java.lang.String |
getDefinitionFile()
Get the AppConnectRESTRequestNode "Definitions file" property
|
java.lang.String |
getDefinitionType()
Get the AppConnectRESTRequestNode "Definitions language" property
|
InputTerminal[] |
getInputTerminals()
Gets the full list of available InputTerminals for this Node
|
java.lang.String |
getNodeName()
Gets the label name of this node
|
java.lang.String |
getOperationName()
Get the AppConnectRESTRequestNode "Operation" property
|
OutputTerminal[] |
getOutputTerminals()
Gets the full list of available OutputTerminals for this Node
|
AppConnectRESTRequestNode.ParametersTable |
getParametersTable()
Retrieve the Parameters table for the node AppConnectRESTRequestNode
|
java.lang.String |
getSecurityIdentity()
Get the AppConnectRESTRequestNode "Security identity" property
|
int |
getTimeoutForServer()
Get the AppConnectRESTRequestNode Request timeout (sec) property
|
java.lang.String |
getTypeName()
Gets the node type of this node
|
AppConnectRESTRequestNode |
setBaseURL(java.lang.String value)
Set the AppConnectRESTRequestNode "Base URL override" property
|
AppConnectRESTRequestNode |
setContentType(java.lang.String value)
Set the AppConnectRESTRequestNode "Content-Type" property
|
AppConnectRESTRequestNode |
setDataLocation(java.lang.String value)
Set the AppConnectRESTRequestNode "Input body location" property
|
AppConnectRESTRequestNode |
setDefinitionFile(java.lang.String value)
Set the AppConnectRESTRequestNode "Definitions file" property
|
AppConnectRESTRequestNode |
setDefinitionType(java.lang.String value)
Set the AppConnectRESTRequestNode "Definitions language" property
|
AppConnectRESTRequestNode |
setOperationName(java.lang.String value)
Set the AppConnectRESTRequestNode "Operation" property
|
AppConnectRESTRequestNode |
setSecurityIdentity(java.lang.String value)
Set the AppConnectRESTRequestNode "Security identity" property
|
AppConnectRESTRequestNode |
setTimeoutForServer(int value)
Set the AppConnectRESTRequestNode "Request timeout (sec)" 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_ERROR
public final OutputTerminal OUTPUT_TERMINAL_FAILURE
public final OutputTerminal OUTPUT_TERMINAL_OUT
public AppConnectRESTRequestNode.ParametersTable getParametersTable()
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 AppConnectRESTRequestNode setDefinitionType(java.lang.String value)
value
- String ; the value to set the property "Definitions language"public java.lang.String getDefinitionType()
public AppConnectRESTRequestNode setDefinitionFile(java.lang.String value)
value
- String ; the value to set the property "Definitions file"public java.lang.String getDefinitionFile()
public AppConnectRESTRequestNode setOperationName(java.lang.String value)
value
- String ; the value to set the property "Operation"public java.lang.String getOperationName()
public AppConnectRESTRequestNode setSecurityIdentity(java.lang.String value)
value
- String ; the value to set the property "Security identity"public java.lang.String getSecurityIdentity()
public AppConnectRESTRequestNode setTimeoutForServer(int value)
value
- int ; the value to set the property "Request timeout (sec)"public int getTimeoutForServer()
public AppConnectRESTRequestNode setBaseURL(java.lang.String value)
value
- String ; the value to set the property "Base URL override"public java.lang.String getBaseURL()
public AppConnectRESTRequestNode setContentType(java.lang.String value)
value
- String ; the value to set the property "Content-Type"public java.lang.String getContentType()
public AppConnectRESTRequestNode setDataLocation(java.lang.String value)
value
- String ; the value to set the property "Input body location"public java.lang.String getDataLocation()
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