public class CallableFlowInvokeNode extends Node
CallableFlowInvokeNode instance
Allows the message flow to call the second (callable) flow, and receives output from that flow
Change Activity: -------- ----------- ------------- ------------------------------------ Reason: Date: Originator: Comments: -------- ----------- ------------- ------------------------------------ xxxxx.x 2010-08-10 dstorey creation xxxxx.x xxxx-xx-xx generated 10.0.0.4 Release
Modifier and Type | Class and Description |
---|---|
static class |
CallableFlowInvokeNode.ENUM_CALLABLEFLOWINVOKE_CALLPREFERENCE
ENUM_CALLABLEFLOWINVOKE_CALLPREFERENCE
|
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 |
---|
CallableFlowInvokeNode() |
Modifier and Type | Method and Description |
---|---|
CallableFlowInvokeNode.ENUM_CALLABLEFLOWINVOKE_CALLPREFERENCE |
getCallPreference()
Get the CallableFlowInvokeNode "Call Preference" property
|
InputTerminal[] |
getInputTerminals()
Gets the full list of available InputTerminals for this Node
|
java.lang.String |
getNodeName()
Gets the label name of this node
|
OutputTerminal[] |
getOutputTerminals()
Gets the full list of available OutputTerminals for this Node
|
int |
getRequestTimeout()
Get the CallableFlowInvokeNode Request timeout (sec) property
|
java.lang.String |
getTargetApplication()
Get the CallableFlowInvokeNode "Target Application" property
|
java.lang.String |
getTargetEndpointName()
Get the CallableFlowInvokeNode "Target Endpoint Name" property
|
java.lang.String |
getTypeName()
Gets the node type of this node
|
CallableFlowInvokeNode |
setCallPreference(CallableFlowInvokeNode.ENUM_CALLABLEFLOWINVOKE_CALLPREFERENCE value)
Set the CallableFlowInvokeNode "Call Preference" property
|
CallableFlowInvokeNode |
setRequestTimeout(int value)
Set the CallableFlowInvokeNode "Request timeout (sec)" property
|
CallableFlowInvokeNode |
setTargetApplication(java.lang.String value)
Set the CallableFlowInvokeNode "Target Application" property
|
CallableFlowInvokeNode |
setTargetEndpointName(java.lang.String value)
Set the CallableFlowInvokeNode "Target Endpoint Name" 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 final OutputTerminal OUTPUT_TERMINAL_ERROR
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 CallableFlowInvokeNode setTargetApplication(java.lang.String value)
value
- String ; the value to set the property "Target Application"public java.lang.String getTargetApplication()
public CallableFlowInvokeNode setTargetEndpointName(java.lang.String value)
value
- String ; the value to set the property "Target Endpoint Name"public java.lang.String getTargetEndpointName()
public CallableFlowInvokeNode setRequestTimeout(int value)
value
- int ; the value to set the property "Request timeout (sec)"public int getRequestTimeout()
public CallableFlowInvokeNode setCallPreference(CallableFlowInvokeNode.ENUM_CALLABLEFLOWINVOKE_CALLPREFERENCE value)
value
- ENUM_CALLABLEFLOWINVOKE_CALLPREFERENCE ; the value to set the property "Call Preference"public CallableFlowInvokeNode.ENUM_CALLABLEFLOWINVOKE_CALLPREFERENCE getCallPreference()
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