public abstract class NewRestResourceActionBase<T extends ModelItem> extends AbstractSoapUIAction<T>
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | NewRestResourceActionBase.Form | 
| static class  | NewRestResourceActionBase.ParamLocation | 
| Modifier and Type | Field and Description | 
|---|---|
| static String | CONFIRM_DIALOG_TITLE | 
| static MessageSupport | messages | 
ENABLED_PROPERTY| Constructor and Description | 
|---|
| NewRestResourceActionBase(String title,
                         String description) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract RestResource | addResourceTo(T item,
             String name,
             String path) | 
| protected RestResource | createRestResource(T item,
                  String path) | 
| protected abstract List<RestResource> | getResourcesFor(T item) | 
| void | perform(T parent,
       Object param) | 
addPropertyChangeListener, addPropertyChangeListener, applies, getDescription, getId, getName, isDefault, isEnabled, removePropertyChangeListener, removePropertyChangeListener, setEnabledpublic static final String CONFIRM_DIALOG_TITLE
public static final MessageSupport messages
protected RestResource createRestResource(T item, String path)
protected abstract List<RestResource> getResourcesFor(T item)
protected abstract RestResource addResourceTo(T item, String name, String path)
Copyright © 2019. All Rights Reserved.