|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ModelItem in com.eviware.soapui.impl |
---|
Classes in com.eviware.soapui.impl with type parameters of type ModelItem | |
---|---|
class |
EmptyPanelBuilder<T extends ModelItem>
Empty PanelBuilder implementation for extension. |
Classes in com.eviware.soapui.impl that implement ModelItem | |
---|---|
class |
WorkspaceImpl
Default Workspace implementation |
Methods in com.eviware.soapui.impl that return ModelItem | |
---|---|
ModelItem |
WorkspaceImpl.getParent()
|
Methods in com.eviware.soapui.impl that return types with arguments of type ModelItem | |
---|---|
java.util.List<? extends ModelItem> |
WorkspaceImpl.getChildren()
|
Uses of ModelItem in com.eviware.soapui.impl.settings |
---|
Methods in com.eviware.soapui.impl.settings that return ModelItem | |
---|---|
ModelItem |
XmlBeansSettingsImpl.getModelItem()
|
Constructors in com.eviware.soapui.impl.settings with parameters of type ModelItem | |
---|---|
XmlBeansSettingsImpl(ModelItem item,
Settings parent,
com.eviware.soapui.config.SettingsConfig config)
|
Uses of ModelItem in com.eviware.soapui.impl.wsdl |
---|
Classes in com.eviware.soapui.impl.wsdl that implement ModelItem | |
---|---|
class |
AbstractTestPropertyHolderWsdlModelItem<T extends ModelItemConfig>
|
class |
AbstractWsdlModelItem<T extends ModelItemConfig>
Abstract base class for WSDL-implementation classes |
class |
WsdlInterface
WSDL implementation of Interface, maps to a WSDL Binding |
class |
WsdlOperation
WSDL implementation of Operation, maps to a WSDL BindingOperation |
class |
WsdlProject
WSDL project implementation |
class |
WsdlRequest
Request implementation holding a SOAP request |
class |
WsdlTestSuite
TestSuite implementation for WSDL projects. |
Methods in com.eviware.soapui.impl.wsdl that return ModelItem | |
---|---|
ModelItem |
AbstractTestPropertyHolderWsdlModelItem.getModelItem()
|
ModelItem |
AbstractWsdlModelItem.getParent()
|
Methods in com.eviware.soapui.impl.wsdl that return types with arguments of type ModelItem | |
---|---|
java.util.List<? extends ModelItem> |
WsdlTestSuite.getChildren()
|
java.util.List<? extends ModelItem> |
WsdlRequest.getChildren()
|
java.util.List<? extends ModelItem> |
WsdlProject.getChildren()
|
java.util.List<? extends ModelItem> |
WsdlOperation.getChildren()
|
java.util.List<? extends ModelItem> |
WsdlInterface.getChildren()
|
Constructors in com.eviware.soapui.impl.wsdl with parameters of type ModelItem | |
---|---|
AbstractTestPropertyHolderWsdlModelItem(T config,
ModelItem parent,
java.lang.String icon)
|
|
AbstractWsdlModelItem(T config,
ModelItem parent,
java.lang.String icon)
|
|
WsdlSubmitContext(ModelItem context)
|
Uses of ModelItem in com.eviware.soapui.impl.wsdl.actions.iface.tools.support |
---|
Classes in com.eviware.soapui.impl.wsdl.actions.iface.tools.support with type parameters of type ModelItem | |
---|---|
class |
AbstractToolsAction<T extends ModelItem>
Abstract base class for Tool Actions |
Methods in com.eviware.soapui.impl.wsdl.actions.iface.tools.support that return ModelItem | |
---|---|
ModelItem |
ToolRunner.getModelItem()
|
ModelItem |
ProcessToolRunner.getModelItem()
|
Constructors in com.eviware.soapui.impl.wsdl.actions.iface.tools.support with parameters of type ModelItem | |
---|---|
ProcessToolRunner(java.lang.ProcessBuilder[] builders,
java.lang.String name,
ModelItem modelItem)
|
|
ProcessToolRunner(java.lang.ProcessBuilder builder,
java.lang.String name,
ModelItem modelItem)
|
Uses of ModelItem in com.eviware.soapui.impl.wsdl.actions.support |
---|
Classes in com.eviware.soapui.impl.wsdl.actions.support with type parameters of type ModelItem | |
---|---|
class |
AbstractAddToTestCaseAction<T extends ModelItem>
Base class for actions that add TestSteps to a TestCase |
Methods in com.eviware.soapui.impl.wsdl.actions.support with parameters of type ModelItem | |
---|---|
void |
ShowOnlineSoapUIHelp.perform(ModelItem target,
java.lang.Object param)
|
void |
ShowDesktopPanelAction.perform(ModelItem target,
java.lang.Object param)
|
Uses of ModelItem in com.eviware.soapui.impl.wsdl.loadtest |
---|
Classes in com.eviware.soapui.impl.wsdl.loadtest that implement ModelItem | |
---|---|
class |
WsdlLoadTest
TestCase implementation for LoadTests |
Methods in com.eviware.soapui.impl.wsdl.loadtest that return types with arguments of type ModelItem | |
---|---|
java.util.List<? extends ModelItem> |
WsdlLoadTest.getChildren()
|
Uses of ModelItem in com.eviware.soapui.impl.wsdl.mock |
---|
Classes in com.eviware.soapui.impl.wsdl.mock that implement ModelItem | |
---|---|
class |
WsdlMockOperation
A WsdlMockOperation in a WsdlMockService |
class |
WsdlMockResponse
A WsdlMockResponse contained by a WsdlMockOperation |
class |
WsdlMockService
A MockService for simulation WsdlInterfaces and their operations |
Methods in com.eviware.soapui.impl.wsdl.mock that return ModelItem | |
---|---|
ModelItem |
WsdlMockRunContext.getModelItem()
|
ModelItem |
WsdlMockResponse.getModelItem()
|
Methods in com.eviware.soapui.impl.wsdl.mock that return types with arguments of type ModelItem | |
---|---|
java.util.List<? extends ModelItem> |
WsdlMockService.getChildren()
|
java.util.List<? extends ModelItem> |
WsdlMockResponse.getChildren()
|
java.util.List<? extends ModelItem> |
WsdlMockOperation.getChildren()
|
Uses of ModelItem in com.eviware.soapui.impl.wsdl.monitor |
---|
Methods in com.eviware.soapui.impl.wsdl.monitor that return ModelItem | |
---|---|
ModelItem |
WsdlMonitorMessageExchange.getModelItem()
|
Uses of ModelItem in com.eviware.soapui.impl.wsdl.panels.iface |
---|
Methods in com.eviware.soapui.impl.wsdl.panels.iface with parameters of type ModelItem | |
---|---|
boolean |
WsdlInterfaceDesktopPanel.dependsOn(ModelItem modelItem)
|
Uses of ModelItem in com.eviware.soapui.impl.wsdl.panels.loadtest |
---|
Methods in com.eviware.soapui.impl.wsdl.panels.loadtest with parameters of type ModelItem | |
---|---|
boolean |
WsdlLoadTestDesktopPanel.dependsOn(ModelItem modelItem)
|
Uses of ModelItem in com.eviware.soapui.impl.wsdl.panels.mock |
---|
Methods in com.eviware.soapui.impl.wsdl.panels.mock with parameters of type ModelItem | |
---|---|
boolean |
WsdlMockServiceDesktopPanel.dependsOn(ModelItem modelItem)
|
Uses of ModelItem in com.eviware.soapui.impl.wsdl.panels.mockoperation |
---|
Classes in com.eviware.soapui.impl.wsdl.panels.mockoperation with type parameters of type ModelItem | |
---|---|
class |
AbstractWsdlMockResponseDesktopPanel<T extends ModelItem,T2 extends WsdlMockResponse>
Abstract base DesktopPanel for WsdlMockResponses |
Methods in com.eviware.soapui.impl.wsdl.panels.mockoperation that return ModelItem | |
---|---|
ModelItem |
WsdlMockResultMessageExchange.getModelItem()
|
ModelItem |
WsdlMockResponseMessageExchange.getModelItem()
|
Methods in com.eviware.soapui.impl.wsdl.panels.mockoperation with parameters of type ModelItem | |
---|---|
boolean |
WsdlMockOperationDesktopPanel.dependsOn(ModelItem modelItem)
|
boolean |
AbstractWsdlMockResponseDesktopPanel.dependsOn(ModelItem modelItem)
|
Uses of ModelItem in com.eviware.soapui.impl.wsdl.panels.project |
---|
Methods in com.eviware.soapui.impl.wsdl.panels.project with parameters of type ModelItem | |
---|---|
boolean |
WsdlProjectDesktopPanel.dependsOn(ModelItem modelItem)
|
Uses of ModelItem in com.eviware.soapui.impl.wsdl.panels.request |
---|
Classes in com.eviware.soapui.impl.wsdl.panels.request with type parameters of type ModelItem | |
---|---|
class |
AbstractWsdlRequestDesktopPanel<T extends ModelItem,T2 extends WsdlRequest>
Abstract DesktopPanel for WsdlRequests |
Methods in com.eviware.soapui.impl.wsdl.panels.request with parameters of type ModelItem | |
---|---|
boolean |
AbstractWsdlRequestDesktopPanel.dependsOn(ModelItem modelItem)
|
Constructors in com.eviware.soapui.impl.wsdl.panels.request with parameters of type ModelItem | |
---|---|
AbstractWsdlRequestDesktopPanel.OneWayResponseMessageEditor(ModelItem modelItem)
|
Uses of ModelItem in com.eviware.soapui.impl.wsdl.panels.request.components |
---|
Classes in com.eviware.soapui.impl.wsdl.panels.request.components with type parameters of type ModelItem | |
---|---|
class |
RequestMessageXmlEditor<T extends ModelItem>
XmlEditor for the request of a WsdlRequest |
class |
ResponseMessageXmlEditor<T extends ModelItem>
XmlEditor for a response-message to a WsdlRequest |
class |
SoapMessageXmlEditor<T extends ModelItem>
Base XmlEditor class for editing SOAP Messages |
Uses of ModelItem in com.eviware.soapui.impl.wsdl.panels.request.components.editor.inspectors.attachments |
---|
Methods in com.eviware.soapui.impl.wsdl.panels.request.components.editor.inspectors.attachments with parameters of type ModelItem | |
---|---|
XmlInspector |
AttachmentsInspectorFactory.createRequestInspector(XmlEditor editor,
ModelItem modelItem)
|
XmlInspector |
AttachmentsInspectorFactory.createResponseInspector(XmlEditor editor,
ModelItem modelItem)
|
Uses of ModelItem in com.eviware.soapui.impl.wsdl.panels.request.components.editor.inspectors.aut |
---|
Methods in com.eviware.soapui.impl.wsdl.panels.request.components.editor.inspectors.aut with parameters of type ModelItem | |
---|---|
XmlInspector |
AutInspectorFactory.createRequestInspector(XmlEditor editor,
ModelItem modelItem)
|
Uses of ModelItem in com.eviware.soapui.impl.wsdl.panels.request.components.editor.inspectors.httpheaders |
---|
Classes in com.eviware.soapui.impl.wsdl.panels.request.components.editor.inspectors.httpheaders with type parameters of type ModelItem | |
---|---|
static class |
HttpHeadersInspectorModel.AbstractHeadersModel<T extends ModelItem>
|
Methods in com.eviware.soapui.impl.wsdl.panels.request.components.editor.inspectors.httpheaders with parameters of type ModelItem | |
---|---|
XmlInspector |
HttpHeadersInspectorFactory.createRequestInspector(XmlEditor editor,
ModelItem modelItem)
|
XmlInspector |
HttpHeadersInspectorFactory.createResponseInspector(XmlEditor editor,
ModelItem modelItem)
|
Uses of ModelItem in com.eviware.soapui.impl.wsdl.panels.request.components.editor.inspectors.registry |
---|
Methods in com.eviware.soapui.impl.wsdl.panels.request.components.editor.inspectors.registry with parameters of type ModelItem | |
---|---|
XmlInspector |
RequestInspectorFactory.createRequestInspector(XmlEditor editor,
ModelItem modelItem)
|
XmlInspector |
ResponseInspectorFactory.createResponseInspector(XmlEditor editor,
ModelItem modelItem)
|
Uses of ModelItem in com.eviware.soapui.impl.wsdl.panels.request.components.editor.inspectors.script |
---|
Methods in com.eviware.soapui.impl.wsdl.panels.request.components.editor.inspectors.script with parameters of type ModelItem | |
---|---|
XmlInspector |
ScriptInspectorFactory.createResponseInspector(XmlEditor editor,
ModelItem modelItem)
|
Uses of ModelItem in com.eviware.soapui.impl.wsdl.panels.request.components.editor.inspectors.ssl |
---|
Methods in com.eviware.soapui.impl.wsdl.panels.request.components.editor.inspectors.ssl with parameters of type ModelItem | |
---|---|
XmlInspector |
SSLInspectorFactory.createRequestInspector(XmlEditor editor,
ModelItem modelItem)
|
XmlInspector |
SSLInspectorFactory.createResponseInspector(XmlEditor editor,
ModelItem modelItem)
|
Uses of ModelItem in com.eviware.soapui.impl.wsdl.panels.request.components.editor.inspectors.wss |
---|
Methods in com.eviware.soapui.impl.wsdl.panels.request.components.editor.inspectors.wss with parameters of type ModelItem | |
---|---|
XmlInspector |
WssInspectorFactory.createRequestInspector(XmlEditor editor,
ModelItem modelItem)
|
XmlInspector |
WssInspectorFactory.createResponseInspector(XmlEditor editor,
ModelItem modelItem)
|
Uses of ModelItem in com.eviware.soapui.impl.wsdl.panels.request.components.editor.raw |
---|
Methods in com.eviware.soapui.impl.wsdl.panels.request.components.editor.raw with parameters of type ModelItem | |
---|---|
XmlEditorView |
RawXmlEditorFactory.createRequestEditorView(XmlEditor editor,
ModelItem modelItem)
|
XmlEditorView |
RawXmlEditorFactory.createResponseEditorView(XmlEditor editor,
ModelItem modelItem)
|
Uses of ModelItem in com.eviware.soapui.impl.wsdl.panels.request.components.editor.views.registry |
---|
Methods in com.eviware.soapui.impl.wsdl.panels.request.components.editor.views.registry with parameters of type ModelItem | |
---|---|
XmlEditorView |
RequestEditorViewFactory.createRequestEditorView(XmlEditor editor,
ModelItem modelItem)
|
XmlEditorView |
ResponseEditorViewFactory.createResponseEditorView(XmlEditor editor,
ModelItem modelItem)
|
Uses of ModelItem in com.eviware.soapui.impl.wsdl.panels.request.components.editor.views.source |
---|
Methods in com.eviware.soapui.impl.wsdl.panels.request.components.editor.views.source with parameters of type ModelItem | |
---|---|
XmlEditorView |
XmlSourceEditorFactory.createRequestEditorView(XmlEditor editor,
ModelItem modelItem)
|
XmlEditorView |
XmlSourceEditorFactory.createResponseEditorView(XmlEditor editor,
ModelItem modelItem)
|
Uses of ModelItem in com.eviware.soapui.impl.wsdl.panels.testcase |
---|
Methods in com.eviware.soapui.impl.wsdl.panels.testcase that return ModelItem | |
---|---|
ModelItem |
WsdlTestCaseDesktopPanel.ModelItemListDragAndDropable.getModelItemAtRow(int row)
|
Methods in com.eviware.soapui.impl.wsdl.panels.testcase with parameters of type ModelItem | |
---|---|
boolean |
WsdlTestCaseDesktopPanel.dependsOn(ModelItem modelItem)
|
int |
WsdlTestCaseDesktopPanel.ModelItemListDragAndDropable.getModelItemRow(ModelItem modelItem)
|
java.awt.Component |
WsdlTestCaseDesktopPanel.ModelItemListDragAndDropable.getRenderer(ModelItem modelItem)
|
Uses of ModelItem in com.eviware.soapui.impl.wsdl.panels.teststeps |
---|
Methods in com.eviware.soapui.impl.wsdl.panels.teststeps with parameters of type ModelItem | |
---|---|
boolean |
WsdlTestRequestDesktopPanel.dependsOn(ModelItem modelItem)
|
boolean |
WsdlRunTestCaseStepDesktopPanel.dependsOn(ModelItem modelItem)
|
boolean |
TransferResponseValuesDesktopPanel.dependsOn(ModelItem modelItem)
|
boolean |
PropertiesStepDesktopPanel.dependsOn(ModelItem modelItem)
|
boolean |
GroovyScriptStepDesktopPanel.dependsOn(ModelItem modelItem)
|
boolean |
GotoStepDesktopPanel.dependsOn(ModelItem modelItem)
|
Uses of ModelItem in com.eviware.soapui.impl.wsdl.panels.testsuite |
---|
Methods in com.eviware.soapui.impl.wsdl.panels.testsuite that return ModelItem | |
---|---|
ModelItem |
JTestSuiteTestCaseList.TestCaseListPanel.getModelItem()
|
Methods in com.eviware.soapui.impl.wsdl.panels.testsuite with parameters of type ModelItem | |
---|---|
boolean |
WsdlTestSuiteDesktopPanel.dependsOn(ModelItem modelItem)
|
Uses of ModelItem in com.eviware.soapui.impl.wsdl.support |
---|
Classes in com.eviware.soapui.impl.wsdl.support that implement ModelItem | |
---|---|
class |
MessageExchangeModelItem
|
Fields in com.eviware.soapui.impl.wsdl.support declared as ModelItem | |
---|---|
ModelItem |
XmlBeansPropertiesTestPropertyHolder.modelItem
|
ModelItem |
MapTestPropertyHolder.modelItem
|
Methods in com.eviware.soapui.impl.wsdl.support that return ModelItem | |
---|---|
ModelItem |
XmlBeansPropertiesTestPropertyHolder.getModelItem()
|
ModelItem |
XmlBeansPropertiesTestPropertyHolder.PropertiesStepProperty.getModelItem()
|
ModelItem |
MapTestPropertyHolder.getModelItem()
|
ModelItem |
MapTestPropertyHolder.InternalTestProperty.getModelItem()
|
Constructors in com.eviware.soapui.impl.wsdl.support with parameters of type ModelItem | |
---|---|
MapTestPropertyHolder(ModelItem modelItem)
|
|
XmlBeansPropertiesTestPropertyHolder(ModelItem modelItem,
com.eviware.soapui.config.PropertiesTypeConfig config)
|
Uses of ModelItem in com.eviware.soapui.impl.wsdl.support.wss |
---|
Methods in com.eviware.soapui.impl.wsdl.support.wss that return ModelItem | |
---|---|
ModelItem |
WssContainer.getModelItem()
|
ModelItem |
DefaultWssContainer.getModelItem()
|
Constructors in com.eviware.soapui.impl.wsdl.support.wss with parameters of type ModelItem | |
---|---|
DefaultWssContainer(ModelItem modelItem,
com.eviware.soapui.config.WssContainerConfig config)
|
Uses of ModelItem in com.eviware.soapui.impl.wsdl.testcase |
---|
Classes in com.eviware.soapui.impl.wsdl.testcase that implement ModelItem | |
---|---|
class |
WsdlTestCase
TestCase implementation for WSDL projects |
Methods in com.eviware.soapui.impl.wsdl.testcase that return types with arguments of type ModelItem | |
---|---|
java.util.List<? extends ModelItem> |
WsdlTestCase.getChildren()
|
Uses of ModelItem in com.eviware.soapui.impl.wsdl.teststeps |
---|
Classes in com.eviware.soapui.impl.wsdl.teststeps that implement ModelItem | |
---|---|
class |
TransferResponseValuesTestStep
WsdlTestStep for transferring values from a WsdlTestRequest response to a WsdlTestRequest request using XPath expressions |
class |
WsdlDelayTestStep
TestStep that delays execution for a number of milliseconds |
class |
WsdlGotoTestStep
TestStep that moves execution to another step based on the contents of a XML Property |
class |
WsdlGroovyScriptTestStep
TestStep that executes an arbitraty Groovy script |
class |
WsdlMessageAssertion
Base class for WsdlAssertions |
class |
WsdlPropertiesTestStep
TestStep that holds an arbitrary number of custom properties |
class |
WsdlRunTestCaseTestStep
|
class |
WsdlTestRequest
WsdlRequest extension that adds WsdlAssertions |
class |
WsdlTestRequestStep
WsdlTestStep that executes a WsdlTestRequest |
class |
WsdlTestStep
Base class for WSDL TestCase test steps. |
class |
WsdlTestStepWithProperties
Base class for WSDL TestCase test steps. |
Methods in com.eviware.soapui.impl.wsdl.teststeps that return ModelItem | |
---|---|
ModelItem |
WsdlTestStep.getModelItem()
|
ModelItem |
WsdlTestRequestStepResult.getModelItem()
|
ModelItem |
WsdlTestRequest.getModelItem()
|
ModelItem |
WsdlResponseMessageExchange.getModelItem()
|
ModelItem |
WsdlMessageAssertion.getParent()
|
Methods in com.eviware.soapui.impl.wsdl.teststeps that return types with arguments of type ModelItem | |
---|---|
java.util.List<? extends ModelItem> |
WsdlTestStep.getChildren()
|
java.util.List<? extends ModelItem> |
WsdlTestRequestStep.getChildren()
|
java.util.List<? extends ModelItem> |
WsdlMessageAssertion.getChildren()
|
Uses of ModelItem in com.eviware.soapui.impl.wsdl.teststeps.assertions |
---|
Classes in com.eviware.soapui.impl.wsdl.teststeps.assertions that implement ModelItem | |
---|---|
class |
GroovyScriptAssertion
Assertion performed by a custom Grooy Script |
class |
NotSoapFaultAssertion
Assertion that checks that the associated WsdlTestRequests response is not a SOAP Fault |
class |
ResponseSLAAssertion
Assertion for verifiying that responses occurred in the desired amount of time. |
class |
SchemaComplianceAssertion
Asserts that a request or response message complies with its related WSDL definition / XML Schema |
class |
SimpleContainsAssertion
Assertion that checks for a specified text token in the associated WsdlTestRequests response XML message |
class |
SimpleNotContainsAssertion
Assertion that checks for the non-existence of a specified text token in the associated WsdlTestRequests response message |
class |
SoapFaultAssertion
Assertion that checks that the associated WsdlTestRequests response is a SOAP Fault |
class |
SoapResponseAssertion
Asserts that the specified message is a valid SOAP Message |
class |
WSSStatusAssertion
Assertion for verifiying that WS-Security processing was ok |
class |
XPathContainsAssertion
Assertion that matches a specified XPath expression and its expected result against the associated WsdlTestRequests response message |
class |
XQueryContainsAssertion
Assertion that matches a specified XQuery expression and its expected result against the associated WsdlTestRequests response message |
Uses of ModelItem in com.eviware.soapui.model |
---|
Classes in com.eviware.soapui.model with type parameters of type ModelItem | |
---|---|
interface |
PanelBuilder<T extends ModelItem>
Behaviour for building ModelItem-related UI panels |
Subinterfaces of ModelItem in com.eviware.soapui.model | |
---|---|
interface |
TestModelItem
|
Methods in com.eviware.soapui.model that return ModelItem | |
---|---|
ModelItem |
TestPropertyHolder.getModelItem()
|
ModelItem |
ModelItem.getParent()
|
Methods in com.eviware.soapui.model that return types with arguments of type ModelItem | |
---|---|
java.util.List<? extends ModelItem> |
ModelItem.getChildren()
|
Uses of ModelItem in com.eviware.soapui.model.iface |
---|
Subinterfaces of ModelItem in com.eviware.soapui.model.iface | |
---|---|
interface |
Interface
An Interface exposing operations |
interface |
Operation
Operation interface |
interface |
Request
Request interface |
Methods in com.eviware.soapui.model.iface that return ModelItem | |
---|---|
ModelItem |
MessageExchange.getModelItem()
|
Uses of ModelItem in com.eviware.soapui.model.mock |
---|
Subinterfaces of ModelItem in com.eviware.soapui.model.mock | |
---|---|
interface |
MockOperation
A MockOperation for mocking an Interfaces Operation and returning a MockResponse |
interface |
MockResponse
A MockResponse returned by a MockOperation |
interface |
MockService
ModelItem for mocking a number of Interfaces and their Operations |
Uses of ModelItem in com.eviware.soapui.model.project |
---|
Subinterfaces of ModelItem in com.eviware.soapui.model.project | |
---|---|
interface |
Project
A SoapUI project |
Uses of ModelItem in com.eviware.soapui.model.propertyexpansion |
---|
Methods in com.eviware.soapui.model.propertyexpansion that return ModelItem | |
---|---|
ModelItem |
PropertyExpansionContext.getModelItem()
|
ModelItem |
DefaultPropertyExpansionContext.getModelItem()
|
Methods in com.eviware.soapui.model.propertyexpansion with parameters of type ModelItem | |
---|---|
static boolean |
PropertyExpansionUtils.canExpandProperty(ModelItem contextModelItem,
TestProperty property)
Checks if a modelItem can acces a specified property via property-expansion |
static MutablePropertyExpansionImpl |
PropertyExpansionUtils.createMutablePropertyExpansion(java.lang.String pe,
ModelItem modelItem,
java.lang.Object target,
java.lang.String propertyName)
|
static java.lang.String |
PropertyExpansionUtils.expandProperties(ModelItem modelItem,
java.lang.String content)
|
static java.util.Collection<? extends PropertyExpansion> |
PropertyExpansionUtils.extractPropertyExpansions(ModelItem modelItem,
java.lang.Object target,
java.lang.String propertyName)
|
static PropertyExpansion[] |
PropertyExpansionUtils.getPropertyExpansions(ModelItem modelItem,
boolean mutableOnly,
boolean deep)
|
static MutablePropertyExpansion[] |
PropertyExpansionUtils.renameProperty(MutableTestPropertyHolder holder,
TestProperty property,
java.lang.String newName,
ModelItem root)
|
Constructors in com.eviware.soapui.model.propertyexpansion with parameters of type ModelItem | |
---|---|
DefaultPropertyExpansionContext(ModelItem modelItem)
|
|
PropertyExpansionsResult(ModelItem modelItem,
java.lang.Object defaultTarget)
|
Uses of ModelItem in com.eviware.soapui.model.support |
---|
Classes in com.eviware.soapui.model.support that implement ModelItem | |
---|---|
class |
AbstractModelItem
Base-class for ModelItem implementations |
Methods in com.eviware.soapui.model.support with type parameters of type ModelItem | ||
---|---|---|
static
|
ModelSupport.findModelItemById(java.lang.String id,
ModelItem root)
|
Methods in com.eviware.soapui.model.support that return ModelItem | |
---|---|
ModelItem |
SettingsTestPropertyHolder.getModelItem()
|
ModelItem |
DefaultTestStepProperty.getModelItem()
|
ModelItem |
AbstractSubmitContext.getModelItem()
|
Methods in com.eviware.soapui.model.support with parameters of type ModelItem | ||
---|---|---|
static
|
ModelSupport.findModelItemById(java.lang.String id,
ModelItem root)
|
|
static Project |
ModelSupport.getModelItemProject(ModelItem modelItem)
|
|
static java.lang.String |
ModelSupport.promptForUniqueName(java.lang.String typeName,
ModelItem parent,
java.lang.String def)
|
Method parameters in com.eviware.soapui.model.support with type arguments of type ModelItem | |
---|---|
static java.lang.String[] |
ModelSupport.getNames(java.util.List<? extends ModelItem> list)
|
static java.lang.String[] |
ModelSupport.getNames(java.util.List<? extends ModelItem> list,
java.lang.String[] lastItems)
|
static java.lang.String[] |
ModelSupport.getNames(java.lang.String[] firstItems,
java.util.List<? extends ModelItem> list)
|
Constructors in com.eviware.soapui.model.support with parameters of type ModelItem | |
---|---|
AbstractSubmitContext(ModelItem modelItem)
|
|
AbstractSubmitContext(ModelItem modelItem,
StringToObjectMap properties)
|
|
SettingsTestPropertyHolder(Settings settings,
ModelItem modelItem)
|
|
ShowModelItemAction(java.lang.String title,
ModelItem modelItem)
|
Uses of ModelItem in com.eviware.soapui.model.testsuite |
---|
Subinterfaces of ModelItem in com.eviware.soapui.model.testsuite | |
---|---|
interface |
LoadTest
A load-test for a TestCase |
interface |
OperationTestStep
A TestStep in a TestCase |
interface |
TestAssertion
|
interface |
TestCase
A TestCase holding a number of TestSteps |
interface |
TestStep
A TestStep in a TestCase |
interface |
TestSuite
A TestSuite holding a number of TestCases |
Methods in com.eviware.soapui.model.testsuite that return ModelItem | |
---|---|
ModelItem |
TestProperty.getModelItem()
Gets the modelItem containing this property |
ModelItem |
Assertable.getModelItem()
|
Uses of ModelItem in com.eviware.soapui.model.tree |
---|
Classes in com.eviware.soapui.model.tree with type parameters of type ModelItem | |
---|---|
class |
AbstractModelItemTreeNode<T extends ModelItem>
Abstract base class for SoapUITreeNode implementations |
class |
AbstractTreeNode<T extends ModelItem>
Base implementation of SoapUITreeNode interface |
Methods in com.eviware.soapui.model.tree that return ModelItem | |
---|---|
ModelItem |
SoapUITreeNode.getModelItem()
|
Methods in com.eviware.soapui.model.tree with parameters of type ModelItem | |
---|---|
javax.swing.tree.TreePath |
SoapUITreeModel.getPath(ModelItem modelItem)
|
SoapUITreeNode |
SoapUITreeModel.getTreeNode(ModelItem parentItem)
|
void |
SoapUITreeModel.unmapModelItem(ModelItem modelItem)
|
Constructors in com.eviware.soapui.model.tree with parameters of type ModelItem | |
---|---|
AbstractModelItemTreeNode(T modelItem,
ModelItem parentItem,
SoapUITreeModel treeModel)
|
Uses of ModelItem in com.eviware.soapui.model.tree.nodes |
---|
Classes in com.eviware.soapui.model.tree.nodes with type parameters of type ModelItem | |
---|---|
class |
PropertiesTreeNode<T extends ModelItem>
|
Classes in com.eviware.soapui.model.tree.nodes that implement ModelItem | |
---|---|
static class |
PropertiesTreeNode.PropertiesModelItem
|
static class |
PropertyTreeNode.PropertyModelItem
|
Constructors in com.eviware.soapui.model.tree.nodes with parameters of type ModelItem | |
---|---|
LoadTestTreeNode(LoadTest loadTest,
ModelItem parent,
SoapUITreeModel treeModel)
|
|
PropertiesTreeNode(T modelItem,
ModelItem parentItem,
TestPropertyHolder holder,
SoapUITreeModel treeModel)
|
|
PropertyTreeNode(TestProperty property,
ModelItem parent,
TestPropertyHolder holder,
SoapUITreeModel treeModel)
|
|
TestStepTreeNode(TestStep testStep,
ModelItem parent,
SoapUITreeModel treeModel)
|
Uses of ModelItem in com.eviware.soapui.model.tree.nodes.support |
---|
Classes in com.eviware.soapui.model.tree.nodes.support that implement ModelItem | |
---|---|
class |
EmptyModelItem
Empty ModelItem used by intermediary TreeNodes |
class |
WsdlLoadTestsModelItem
ModelItem for LoadTests node |
class |
WsdlTestStepsModelItem
ModelItem for TestSteps node |
Methods in com.eviware.soapui.model.tree.nodes.support that return ModelItem | |
---|---|
ModelItem |
EmptyModelItem.getParent()
|
Methods in com.eviware.soapui.model.tree.nodes.support that return types with arguments of type ModelItem | |
---|---|
java.util.List<? extends ModelItem> |
EmptyModelItem.getChildren()
|
Uses of ModelItem in com.eviware.soapui.model.util |
---|
Classes in com.eviware.soapui.model.util with type parameters of type ModelItem | |
---|---|
class |
ModelItemNames<T extends ModelItem>
Utility for handling model item names. |
Methods in com.eviware.soapui.model.util with type parameters of type ModelItem | ||
---|---|---|
static
|
ModelItemIconFactory.getIcon(T modelItem)
|
|
static
|
PanelBuilderRegistry.getPanelBuilder(T modelItem)
|
|
static
|
PanelBuilderRegistry.register(java.lang.Class<T> modelItemClass,
PanelBuilder<T> panelBuilder)
|
Method parameters in com.eviware.soapui.model.util with type arguments of type ModelItem | |
---|---|
static javax.swing.ImageIcon |
ModelItemIconFactory.getIcon(java.lang.Class<? extends ModelItem> clazz)
|
Constructors in com.eviware.soapui.model.util with parameters of type ModelItem | |
---|---|
ModelItemNames(T[] elements)
|
Uses of ModelItem in com.eviware.soapui.model.workspace |
---|
Subinterfaces of ModelItem in com.eviware.soapui.model.workspace | |
---|---|
interface |
Workspace
SoapUI workspace behaviour |
Uses of ModelItem in com.eviware.soapui.support |
---|
Methods in com.eviware.soapui.support with parameters of type ModelItem | |
---|---|
static void |
UISupport.select(ModelItem modelItem)
|
static DesktopPanel |
UISupport.selectAndShow(ModelItem modelItem)
|
static DesktopPanel |
UISupport.showDesktopPanel(ModelItem modelItem)
|
Uses of ModelItem in com.eviware.soapui.support.action |
---|
Classes in com.eviware.soapui.support.action with type parameters of type ModelItem | |
---|---|
interface |
SoapUIAction<T extends ModelItem>
An action for a ModelItem |
interface |
SoapUIActionGroup<T extends ModelItem>
A group of actions for a ModelItem |
interface |
SoapUIActionMapping<T extends ModelItem>
The mapping of a SoapUIAction into a SoapUIActionGroup |
static class |
SoapUIActionRegistry.SoapUIActionGroupAction<T extends ModelItem>
|
Methods in com.eviware.soapui.support.action with type parameters of type ModelItem | ||
---|---|---|
|
SoapUIActionRegistry.getAction(java.lang.String soapUIActionId)
|
|
|
SoapUIActionRegistry.getActionGroup(java.lang.String groupId)
|
Methods in com.eviware.soapui.support.action that return types with arguments of type ModelItem | |
---|---|
SoapUIActionMapping<? extends ModelItem> |
SoapUIActionGroup.addMapping(java.lang.String id,
int index,
SoapUIActionMapping<T> mapping)
|
SoapUIActionMapping<? extends ModelItem> |
SoapUIActionGroup.addMapping(java.lang.String id,
SoapUIActionMapping<T> mapping)
|
Methods in com.eviware.soapui.support.action with parameters of type ModelItem | |
---|---|
void |
SoapUIActionRegistry.SeperatorAction.perform(ModelItem target,
java.lang.Object param)
|
Uses of ModelItem in com.eviware.soapui.support.action.support |
---|
Classes in com.eviware.soapui.support.action.support with type parameters of type ModelItem | |
---|---|
class |
AbstractSoapUIAction<T extends ModelItem>
Abstract SoapUIAction for extension |
class |
AbstractSoapUIActionGroup<T extends ModelItem>
Abstract SoapUIActionGroup for extension |
class |
DefaultActionMapping<T extends ModelItem>
Default implementation for a SoapUIActionMapping |
class |
DefaultSoapUIActionGroup<T extends ModelItem>
Default SoapUIActionGroup implementation |
class |
SoapUIActionMappingList<T extends ModelItem>
A list of SoapUIActionMappings |
class |
StandaloneActionMapping<T extends ModelItem>
A standalone SoapUIAcionMapping |
Uses of ModelItem in com.eviware.soapui.support.action.swing |
---|
Classes in com.eviware.soapui.support.action.swing with type parameters of type ModelItem | |
---|---|
class |
SwingActionDelegate<T extends ModelItem>
Delegates a SwingAction to a SoapUIActionMapping |
Methods in com.eviware.soapui.support.action.swing with type parameters of type ModelItem | ||
---|---|---|
protected static
|
ActionListBuilder.addActions(T modelItem,
ActionList actions,
SoapUIActionGroup<T> actionGroup)
Adds the specified ActionMappings to the specified ActionList for the specified modelItem |
|
static
|
ActionListBuilder.buildActions(java.lang.String actionGroup,
T modelItem)
|
|
static
|
ActionListBuilder.buildActions(T modelItem)
Creates an ActionList for the specified modelItem |
|
static
|
SwingActionDelegate.createDelegate(SoapUIAction<T> action)
|
|
static
|
SwingActionDelegate.createDelegate(SoapUIAction<T> action,
T target)
|
|
static
|
SwingActionDelegate.createDelegate(SoapUIAction<T> action,
T target,
java.lang.String keyStroke)
|
|
static
|
SwingActionDelegate.createDelegate(SoapUIAction<T> action,
T target,
java.lang.String keyStroke,
java.lang.String iconPath)
|
|
static
|
SwingActionDelegate.createDelegate(java.lang.String soapUIActionId,
T target)
|
|
static
|
SwingActionDelegate.createDelegate(java.lang.String soapUIActionId,
T target,
java.lang.String keyStroke)
|
|
static
|
SwingActionDelegate.createDelegate(java.lang.String soapUIActionId,
T target,
java.lang.String keyStroke,
java.lang.String iconPath)
|
Uses of ModelItem in com.eviware.soapui.support.components |
---|
Methods in com.eviware.soapui.support.components with parameters of type ModelItem | |
---|---|
void |
ModelItemListDesktopPanel.addDetails(ModelItem modelItem,
java.lang.String details)
|
Constructors in com.eviware.soapui.support.components with parameters of type ModelItem | |
---|---|
ModelItemListDesktopPanel(java.lang.String title,
java.lang.String description,
ModelItem[] modelItems)
|
Uses of ModelItem in com.eviware.soapui.support.dnd |
---|
Methods in com.eviware.soapui.support.dnd that return ModelItem | |
---|---|
ModelItem |
ModelItemTransferable.getModelItem()
|
ModelItem |
NavigatorDragAndDropable.getModelItemAtRow(int row)
|
abstract ModelItem |
JListDragAndDropable.getModelItemAtRow(int row)
|
ModelItem |
JListDragAndDropable.getModelItemForLocation(int x,
int y)
|
Methods in com.eviware.soapui.support.dnd with parameters of type ModelItem | |
---|---|
java.awt.Rectangle |
JListDragAndDropable.getModelItemBounds(ModelItem modelItem)
|
abstract int |
JListDragAndDropable.getModelItemRow(ModelItem modelItem)
|
java.awt.Component |
NavigatorDragAndDropable.getRenderer(ModelItem modelItem)
|
int |
NavigatorDragAndDropable.getRowForModelItem(ModelItem modelItem)
|
void |
JListDragAndDropable.selectModelItem(ModelItem modelItem)
|
void |
NavigatorDragAndDropable.toggleExpansion(ModelItem last)
|
void |
JListDragAndDropable.toggleExpansion(ModelItem last)
|
Constructors in com.eviware.soapui.support.dnd with parameters of type ModelItem | |
---|---|
JListDragAndDropable(T list,
ModelItem parent)
|
|
JTableTestPropertyDropTarget(ModelItem modelItem,
javax.swing.JTable table)
|
|
ModelItemTransferable(ModelItem path)
Constructs a transferrable tree path object for the specified path. |
Uses of ModelItem in com.eviware.soapui.support.dnd.handlers |
---|
Methods in com.eviware.soapui.support.dnd.handlers with parameters of type ModelItem | |
---|---|
boolean |
AbstractModelItemDropHandler.canDrop(ModelItem source,
ModelItem target,
int dropAction,
int dropType)
|
boolean |
AbstractModelItemDropHandler.drop(ModelItem source,
ModelItem target,
int dropAction,
int dropType)
|
java.lang.String |
AbstractModelItemDropHandler.getDropInfo(ModelItem source,
ModelItem target,
int dropAction,
int dropType)
|
Uses of ModelItem in com.eviware.soapui.support.propertyexpansion |
---|
Methods in com.eviware.soapui.support.propertyexpansion that return ModelItem | |
---|---|
ModelItem |
PropertyExpansionTarget.getContextModelItem()
|
ModelItem |
AbstractPropertyExpansionTarget.getContextModelItem()
|
Methods in com.eviware.soapui.support.propertyexpansion with parameters of type ModelItem | |
---|---|
static void |
PropertyExpansionPopupListener.addMenu(javax.swing.JPopupMenu popup,
java.lang.String menuName,
ModelItem item,
PropertyExpansionTarget component)
|
static javax.swing.JPanel |
PropertyExpansionPopupListener.addPropertyExpansionPopup(javax.swing.JTextField textField,
javax.swing.JPopupMenu popup,
ModelItem modelItem)
|
static void |
PropertyExpansionPopupListener.addPropertyExpansionPopup(javax.swing.JTextField textField,
javax.swing.JPopupMenu popup,
ModelItem modelItem,
javax.swing.JPanel panel)
|
static void |
PropertyExpansionPopupListener.enable(GroovyEditor groovyEditor,
ModelItem modelItem)
|
static void |
PropertyExpansionPopupListener.enable(javax.swing.text.JTextComponent textField,
ModelItem modelItem,
javax.swing.JPopupMenu popup)
|
static void |
PropertyExpansionPopupListener.enable(JXEditTextArea textField,
ModelItem modelItem)
|
Constructors in com.eviware.soapui.support.propertyexpansion with parameters of type ModelItem | |
---|---|
AbstractPropertyExpansionTarget(ModelItem modelItem)
|
|
GroovyEditorPropertyExpansionTarget(GroovyEditor textField,
ModelItem modelItem)
|
|
JTextComponentPropertyExpansionTarget(javax.swing.text.JTextComponent textField,
ModelItem modelItem)
|
|
JXEditTextAreaPropertyExpansionTarget(JXEditTextArea textField,
ModelItem modelItem)
|
|
PropertyExpansionPopupListener(java.awt.Container transferMenu,
ModelItem modelItem,
PropertyExpansionTarget target)
|
Uses of ModelItem in com.eviware.soapui.support.scripting |
---|
Methods in com.eviware.soapui.support.scripting with parameters of type ModelItem | |
---|---|
static SoapUIScriptEngine |
SoapUIScriptEngineRegistry.create(java.lang.String id,
ModelItem modelItem)
|
SoapUIScriptEngine |
SoapUIScriptEngineFactory.createScriptEngine(ModelItem modelItem)
|
Constructors in com.eviware.soapui.support.scripting with parameters of type ModelItem | |
---|---|
ScriptEnginePool(ModelItem modelItem)
|
Uses of ModelItem in com.eviware.soapui.support.scripting.groovy |
---|
Methods in com.eviware.soapui.support.scripting.groovy with parameters of type ModelItem | |
---|---|
SoapUIScriptEngine |
GroovyScriptEngineFactory.createScriptEngine(ModelItem modelItem)
|
Uses of ModelItem in com.eviware.soapui.support.swing |
---|
Methods in com.eviware.soapui.support.swing that return ModelItem | |
---|---|
protected abstract ModelItem |
AbstractModelItemTableMouseListener.getModelItemAt(int row)
|
Uses of ModelItem in com.eviware.soapui.ui |
---|
Methods in com.eviware.soapui.ui that return ModelItem | |
---|---|
ModelItem |
OverviewPanel.getModelItem()
|
ModelItem |
Navigator.getSelectedItem()
|
Methods in com.eviware.soapui.ui with parameters of type ModelItem | |
---|---|
javax.swing.tree.TreePath |
Navigator.getTreePath(ModelItem modelItem)
|
void |
Navigator.selectModelItem(ModelItem modelItem)
|
void |
OverviewPanel.setModelItem(ModelItem modelItem)
|
Uses of ModelItem in com.eviware.soapui.ui.desktop |
---|
Methods in com.eviware.soapui.ui.desktop that return ModelItem | |
---|---|
ModelItem |
DesktopPanel.getModelItem()
Gets the model item associated with this desktop panel |
Methods in com.eviware.soapui.ui.desktop with parameters of type ModelItem | |
---|---|
void |
AbstractSoapUIDesktop.closeDependantPanels(ModelItem modelItem)
|
boolean |
SoapUIDesktop.closeDesktopPanel(ModelItem modelItem)
|
boolean |
DesktopPanel.dependsOn(ModelItem modelItem)
Checks if this desktop panel depends on the existence of the specified model item, used for closing relevant panels. |
DesktopPanel |
SoapUIDesktop.getDesktopPanel(ModelItem modelItem)
|
boolean |
SoapUIDesktop.hasDesktopPanel(ModelItem modelItem)
|
DesktopPanel |
SoapUIDesktop.showDesktopPanel(ModelItem modelItem)
|
Uses of ModelItem in com.eviware.soapui.ui.desktop.standalone |
---|
Methods in com.eviware.soapui.ui.desktop.standalone with parameters of type ModelItem | |
---|---|
boolean |
StandaloneDesktop.closeDesktopPanel(ModelItem modelItem)
|
DesktopPanel |
StandaloneDesktop.getDesktopPanel(ModelItem modelItem)
|
boolean |
StandaloneDesktop.hasDesktopPanel(ModelItem modelItem)
|
DesktopPanel |
StandaloneDesktop.showDesktopPanel(ModelItem modelItem)
|
Uses of ModelItem in com.eviware.soapui.ui.support |
---|
Classes in com.eviware.soapui.ui.support with type parameters of type ModelItem | |
---|---|
class |
ModelItemDesktopPanel<T extends ModelItem>
Base class for DesktopPanels.. |
Methods in com.eviware.soapui.ui.support that return ModelItem | |
---|---|
ModelItem |
DefaultDesktopPanel.getModelItem()
|
Methods in com.eviware.soapui.ui.support with parameters of type ModelItem | |
---|---|
void |
DefaultDesktopPanel.addDependency(ModelItem modelItem)
|
abstract boolean |
ModelItemDesktopPanel.dependsOn(ModelItem modelItem)
|
boolean |
DefaultDesktopPanel.dependsOn(ModelItem modelItem)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |