|
Process API | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of VWWebServiceParameterDefinition in filenet.vw.api |
---|
Methods in filenet.vw.api that return VWWebServiceParameterDefinition | |
---|---|
VWWebServiceParameterDefinition |
VWInvokeInstruction.createInComingParameter(java.lang.String theName,
java.lang.String theValue,
int theType,
boolean theIsArray)
Creates an incoming parameter with name, direction, value, and type information. |
VWWebServiceParameterDefinition |
VWInvokeInstruction.createOutGoingParameter(java.lang.String theName,
java.lang.String theValue,
int theType,
boolean theIsArray)
Creates an outgoing parameter with name, direction, value, and type information. |
VWWebServiceParameterDefinition |
VWReplyInstruction.createParameter(java.lang.String theName,
java.lang.String theValue,
int theType,
boolean theIsArray)
Creates a parameter with name, direction, value, and type information. |
VWWebServiceParameterDefinition |
VWReceiveInstruction.createParameter(java.lang.String theName,
java.lang.String theValue,
int theType,
boolean theIsArray)
Creates a parameter with name, direction, value, and type information. |
VWWebServiceParameterDefinition |
VWInvokeInstruction.getInComingParameterDefinition(int theSequenceNumber)
Gets a parameter definition from the set of incoming parameter definitions stored in this instance. |
VWWebServiceParameterDefinition[] |
VWInvokeInstruction.getInComingParameterDefinitions()
Gets the incoming parameter definitions stored in this instance. |
VWWebServiceParameterDefinition |
VWInvokeInstruction.getOutGoingParameterDefinition(int theSequenceNumber)
Gets a parameter definition from the set of outgoing parameter definitions stored in this instance. |
VWWebServiceParameterDefinition[] |
VWInvokeInstruction.getOutGoingParameterDefinitions()
Gets the outgoing parameter definitions stored in this instance. |
VWWebServiceParameterDefinition |
VWReplyInstruction.getParameterDefinition(int theSequenceNumber)
Gets a parameter definition from the set of parameter definitions stored in this reply instruction. |
VWWebServiceParameterDefinition |
VWReceiveInstruction.getParameterDefinition(int theSequenceNumber)
Gets a parameter definition from the set of parameter definitions stored in this receive instruction. |
VWWebServiceParameterDefinition[] |
VWReplyInstruction.getParameterDefinitions()
Gets a parameter definition from the set of parameter definitions stored in this reply instruction. |
VWWebServiceParameterDefinition[] |
VWReceiveInstruction.getParameterDefinitions()
Gets the parameter definitions stored in this receive instruction. |
|
Process API | ||||||||
PREV NEXT | FRAMES NO FRAMES |