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, setConfig
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
finish, getConfig, getDescription, getType, resolve, setConfig
public static final String TYPE
public JComponent getPreparedProperties()
getPreparedProperties
in interface DataSource
public void load(com.eviware.soapui.model.testsuite.TestCaseRunner testRunner, com.eviware.soapui.model.testsuite.TestCaseRunContext context, List<String> properties)
load
in interface DataSource
public boolean isLoaded()
isLoaded
in interface DataSource
public 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 DataSource
Exception
public boolean isExhausted()
isExhausted
in interface DataSource
public 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 DataSource
Exception
public void prepare(com.eviware.soapui.model.mock.MockRunner mockRunner, com.eviware.soapui.model.mock.MockRunContext context, List<String> properties) throws Exception
prepare
in interface MockDataSource
Exception
public void load(com.eviware.soapui.model.mock.MockRunner mockRunner, com.eviware.soapui.model.mock.MockRunContext context, List<String> properties) throws Exception
load
in interface MockDataSource
Exception
public 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 MockDataSource
Exception
public void finish(com.eviware.soapui.model.mock.MockRunner testRunner, com.eviware.soapui.model.mock.MockRunContext mockRunContext)
finish
in interface MockDataSource
public JComponent getComponent()
getComponent
in interface DataSource
protected void load(com.eviware.soapui.support.xml.XmlObjectConfigurationReader reader)
load
in class AbstractDataSource
public void loadConfiguration(com.eviware.soapui.support.xml.XmlObjectConfigurationReader reader)
loadConfiguration
in interface MockDataSource
public void saveConfiguration(com.eviware.soapui.support.xml.XmlObjectConfigurationBuilder builder)
saveConfiguration
in interface MockDataSource
protected void save(com.eviware.soapui.support.xml.XmlObjectConfigurationBuilder builder)
save
in class AbstractDataSource
public void release()
release
in interface DataSource
release
in class AbstractDataSource
public void propertiesAdded(List<String> names)
propertiesAdded
in interface com.eviware.soapui.model.testsuite.MultiOperationTestPropertyListener
public void propertiesRemoved(List<String> names)
propertiesRemoved
in interface com.eviware.soapui.model.testsuite.MultiOperationTestPropertyListener
public void setShouldAddRecognizeAsPlainTextCheckbox(boolean shouldAddRecognizeAsPlainTextCheckbox)
public com.eviware.soapui.model.propertyexpansion.PropertyExpansion[] getPropertyExpansions()
getPropertyExpansions
in interface DataSource
getPropertyExpansions
in class AbstractDataSource
public void propertyAdded(String name)
propertyAdded
in interface com.eviware.soapui.model.testsuite.TestPropertyListener
public void propertyRemoved(String name)
propertyRemoved
in interface com.eviware.soapui.model.testsuite.TestPropertyListener
public void propertyRenamed(String oldName, String newName)
propertyRenamed
in interface com.eviware.soapui.model.testsuite.TestPropertyListener
public void propertyValueChanged(String name, String oldValue, String newValue)
propertyValueChanged
in interface com.eviware.soapui.model.testsuite.TestPropertyListener
public void propertyMoved(String name, int oldIndex, int newIndex)
propertyMoved
in interface com.eviware.soapui.model.testsuite.TestPropertyListener
public void addExternalDependency(List<com.eviware.soapui.impl.wsdl.support.ExternalDependency> dependencies)
addExternalDependency
in interface DataSource
Copyright © 2019. All rights reserved.