FormatElement |
getCSRequestFormat()
Methods inherited from interface com.ibm.btt.base.Operation |
addElement, addOperationRepliedListener, chainTo, close, execute, getApplicationId, getContext, getContextName, getElementAt, getFormat, getFormats, getKeyedCollection, getName, getParent, getService, getType, getValueAt, isChained, prune, removeAt, removeOperationRepliedListener, setApplicationId, setContext, setContextName, setKeyedCollection, setName, setType, setValueAt, unchain, xValidate |
getCSRequestFormat
FormatElement getCSRequestFormat()
- Returns the csRequestFormat formatElement of the formats Hashtable.
This is the format that is applied to the operation context to send
the data to the server side.
getServerOperation
java.lang.String getServerOperation()
- Returns the name of the operation to be run on the server.
getServerOperationParentContext
java.lang.String getServerOperationParentContext()
- Returns the name of the operation parent context on the server.
setCSRequestFormat
void setCSRequestFormat(FormatElement aFormat)
- Sets the csRequestFormat formatElement of the formats Hashtable to aFormat.
This is the format that is applied to the operation context in order to send the data
to the server side.
setServerOperation
void setServerOperation(java.lang.String aServerOperation)
- Sets the name of the operation to be run on the server to aServerOperation.
setServerOperationParentContext
void setServerOperationParentContext(java.lang.String aContextName)
- Sets the name of the operation parent context on the server.
(c) Copyright IBM Corporation 1998, 2009
|