public class RestResourceTreeNode extends AbstractModelItemTreeNode
SoapUITreeNode for Operation implementations
Constructor and description |
---|
RestResourceTreeNode
(RestResource restResource, SoapUITreeModel treeModel) |
RestResourceTreeNode
(RestResource restResource, SoapUITreeModel treeModel, SoapUITreeNode parentTreeNode) |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
addChildResource(RestResource restResource) |
|
void |
addChildResource(RestResource restResource, int index) |
|
int |
getChildCount() |
|
SoapUITreeNode |
getChildNode(int index) |
|
int |
getIndexOfChild(java.lang.Object child) |
|
int |
getNodeHoverActionCount() |
|
NavigatorActionDescription |
getNodeHoverActionDescription(int actionIdx) |
|
SoapUITreeNode |
getParentTreeNode() |
|
NavigatorNodeType |
getType() |
|
void |
methodAdded(RestMethod method) |
|
void |
methodRemoved(RestMethod method) |
|
boolean |
performHoverAction(int actionIdx, int x, int y) |
|
void |
propertyChange(java.beans.PropertyChangeEvent evt) |
|
void |
release() |
|
void |
removeChildResource(RestResourceTreeNode childResource) |
|
java.lang.String |
toString() |
ReadyAPI functional (soapui) SDK 3.20.1