Abstract base class for Tool Actions
Constructor and description |
---|
AbstractToolsAction
(java.lang.String name, java.lang.String description) |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
closeDialog(T modelItem) |
|
XFormDialog |
getDialog() |
|
T |
getModelItem() |
|
java.lang.String |
getValuesSettingID() |
|
void |
onClose(T modelItem) |
|
void |
perform(T target, java.lang.Object param) |
|
void |
performHeadless(T target, java.lang.Object param) Run the action in headless mode. |
|
void |
run(ToolHost toolHost, T modelItem, java.lang.Object param) |
|
void |
setFixedWSDL(boolean fixedWSDL) Set this to true to not let the user edit the WSDL. |
|
void |
setValuesSettingID(java.lang.String valuesSettingID) |
Run the action in headless mode.
target
- the interface to run the operation forparam
- extra parameter that may be supplied in some casesSet this to true to not let the user edit the WSDL.
fixedWSDL
- whether WSDL should be read-onlyReadyAPI functional (soapui) SDK 3.20.1