public class GridDataSource extends AbstractDataSource implements com.eviware.soapui.model.testsuite.MultiOperationTestPropertyListener, MockDataSource
| Modifier and Type | Class and Description |
|---|---|
class |
GridDataSource.Cell |
class |
GridDataSource.CheckedGridTableModel |
class |
GridDataSource.GridTableModel |
| Constructor and Description |
|---|
GridDataSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
addExternalDependency(List<com.eviware.soapui.impl.wsdl.support.ExternalDependency> dependencies) |
void |
finish(com.eviware.soapui.model.mock.MockRunner testRunner,
com.eviware.soapui.model.mock.MockRunContext mockRunContext) |
JComponent |
getComponent() |
GridDataSource.GridTableModel |
getGridModel() |
JComponent |
getPreparedProperties() |
com.eviware.soapui.model.propertyexpansion.PropertyExpansion[] |
getPropertyExpansions() |
org.jdesktop.swingx.JXTable |
getTable() |
boolean |
isExhausted() |
boolean |
isLoaded() |
void |
load(com.eviware.soapui.model.mock.MockRunner mockRunner,
com.eviware.soapui.model.mock.MockRunContext context,
List<String> properties) |
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) |
void |
loadConfiguration(com.eviware.soapui.support.xml.XmlObjectConfigurationReader reader) |
com.eviware.soapui.support.types.StringToStringMap |
next(com.eviware.soapui.model.mock.MockRunner mockRunner,
com.eviware.soapui.model.mock.MockRunContext context,
List<String> properties) |
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.mock.MockRunner mockRunner,
com.eviware.soapui.model.mock.MockRunContext context,
List<String> properties) |
void |
prepare(com.eviware.soapui.model.testsuite.TestCaseRunner testRunner,
com.eviware.soapui.model.testsuite.TestCaseRunContext context,
List<String> properties) |
void |
propertiesAdded(List<String> names) |
void |
propertiesRemoved(List<String> names) |
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) |
void |
saveConfiguration(com.eviware.soapui.support.xml.XmlObjectConfigurationBuilder builder) |
void |
setShouldAddRecognizeAsPlainTextCheckbox(boolean shouldAddRecognizeAsPlainTextCheckbox) |
finish, getConfig, getDataSourceContainer, getDescription, getTestCase, getType, init, resolve, saveConfig, sendAnalytics, setConfigclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfinish, getConfig, getDescription, getType, resolve, 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 org.jdesktop.swingx.JXTable getTable()
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 void prepare(com.eviware.soapui.model.mock.MockRunner mockRunner,
com.eviware.soapui.model.mock.MockRunContext context,
List<String> properties)
throws Exception
prepare in interface MockDataSourceExceptionpublic void load(com.eviware.soapui.model.mock.MockRunner mockRunner,
com.eviware.soapui.model.mock.MockRunContext context,
List<String> properties)
throws Exception
load in interface MockDataSourceExceptionpublic com.eviware.soapui.support.types.StringToStringMap next(com.eviware.soapui.model.mock.MockRunner mockRunner,
com.eviware.soapui.model.mock.MockRunContext context,
List<String> properties)
throws Exception
next in interface MockDataSourceExceptionpublic void finish(com.eviware.soapui.model.mock.MockRunner testRunner,
com.eviware.soapui.model.mock.MockRunContext mockRunContext)
finish in interface MockDataSourcepublic JComponent getComponent()
getComponent in interface DataSourceprotected void load(com.eviware.soapui.support.xml.XmlObjectConfigurationReader reader)
load in class AbstractDataSourcepublic void loadConfiguration(com.eviware.soapui.support.xml.XmlObjectConfigurationReader reader)
loadConfiguration in interface MockDataSourcepublic void saveConfiguration(com.eviware.soapui.support.xml.XmlObjectConfigurationBuilder builder)
saveConfiguration in interface MockDataSourceprotected void save(com.eviware.soapui.support.xml.XmlObjectConfigurationBuilder builder)
save in class AbstractDataSourcepublic void release()
release in interface DataSourcerelease in class AbstractDataSourcepublic void propertiesAdded(List<String> names)
propertiesAdded in interface com.eviware.soapui.model.testsuite.MultiOperationTestPropertyListenerpublic void propertiesRemoved(List<String> names)
propertiesRemoved in interface com.eviware.soapui.model.testsuite.MultiOperationTestPropertyListenerpublic void setShouldAddRecognizeAsPlainTextCheckbox(boolean shouldAddRecognizeAsPlainTextCheckbox)
public com.eviware.soapui.model.propertyexpansion.PropertyExpansion[] getPropertyExpansions()
getPropertyExpansions in interface DataSourcegetPropertyExpansions 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 interface DataSourceCopyright © 2019. All rights reserved.