public class GridDataSource extends AbstractDataSource implements com.eviware.soapui.model.testsuite.TestPropertyListener
| Modifier and Type | Class and Description |
|---|---|
class |
GridDataSource.GridTableModel |
| Constructor and Description |
|---|
GridDataSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
addExternalDependency(List<com.eviware.soapui.impl.wsdl.support.ExternalDependency> dependencies) |
JComponent |
getComponent() |
GridDataSource.GridTableModel |
getGridModel() |
JComponent |
getPreparedProperties() |
boolean |
isExhausted() |
boolean |
isLoaded() |
void |
load(com.eviware.soapui.model.testsuite.TestCaseRunner testRunner,
com.eviware.soapui.model.testsuite.TestCaseRunContext context,
List<String> properties) |
protected void |
load(com.eviware.soapui.support.xml.XmlObjectConfigurationReader reader) |
com.eviware.soapui.support.types.StringToStringMap |
next(com.eviware.soapui.model.testsuite.TestCaseRunner testRunner,
com.eviware.soapui.model.testsuite.TestCaseRunContext context,
List<String> properties) |
void |
prepare(com.eviware.soapui.model.testsuite.TestCaseRunner testRunner,
com.eviware.soapui.model.testsuite.TestCaseRunContext context,
List<String> properties) |
void |
propertyAdded(String name) |
void |
propertyMoved(String name,
int oldIndex,
int newIndex) |
void |
propertyRemoved(String name) |
void |
propertyRenamed(String oldName,
String newName) |
void |
propertyValueChanged(String name,
String oldValue,
String newValue) |
void |
release() |
protected void |
save(com.eviware.soapui.support.xml.XmlObjectConfigurationBuilder builder) |
finish, getConfig, getDataSourceStep, getDescription, getPropertyExpansions, getTestCase, getType, init, resolve, saveConfig, setConfigpublic static final String TYPE
public JComponent getPreparedProperties()
getPreparedProperties in interface DataSourcepublic void load(com.eviware.soapui.model.testsuite.TestCaseRunner testRunner,
com.eviware.soapui.model.testsuite.TestCaseRunContext context,
List<String> properties)
load in interface DataSourcepublic boolean isLoaded()
isLoaded in interface DataSourcepublic GridDataSource.GridTableModel getGridModel()
public void prepare(com.eviware.soapui.model.testsuite.TestCaseRunner testRunner,
com.eviware.soapui.model.testsuite.TestCaseRunContext context,
List<String> properties)
throws Exception
prepare in interface DataSourceExceptionpublic boolean isExhausted()
isExhausted in interface DataSourcepublic com.eviware.soapui.support.types.StringToStringMap next(com.eviware.soapui.model.testsuite.TestCaseRunner testRunner,
com.eviware.soapui.model.testsuite.TestCaseRunContext context,
List<String> properties)
throws Exception
next in interface DataSourceExceptionpublic JComponent getComponent()
getComponent in interface DataSourceprotected void load(com.eviware.soapui.support.xml.XmlObjectConfigurationReader reader)
load in class AbstractDataSourceprotected void save(com.eviware.soapui.support.xml.XmlObjectConfigurationBuilder builder)
save in class AbstractDataSourcepublic void release()
release in interface DataSourcerelease in class AbstractDataSourcepublic void propertyAdded(String name)
propertyAdded in interface com.eviware.soapui.model.testsuite.TestPropertyListenerpublic void propertyRemoved(String name)
propertyRemoved in interface com.eviware.soapui.model.testsuite.TestPropertyListenerpublic void propertyRenamed(String oldName, String newName)
propertyRenamed in interface com.eviware.soapui.model.testsuite.TestPropertyListenerpublic void propertyValueChanged(String name, String oldValue, String newValue)
propertyValueChanged in interface com.eviware.soapui.model.testsuite.TestPropertyListenerpublic void propertyMoved(String name, int oldIndex, int newIndex)
propertyMoved in interface com.eviware.soapui.model.testsuite.TestPropertyListenerpublic void addExternalDependency(List<com.eviware.soapui.impl.wsdl.support.ExternalDependency> dependencies)
addExternalDependency in class AbstractDataSourceCopyright © 2013. All Rights Reserved.