Uses of Interface
com.eviware.soapui.model.testsuite.TestProperty

Packages that use TestProperty
com.eviware.soapui.impl.rest   
com.eviware.soapui.impl.rest.support   
com.eviware.soapui.impl.support.http   
com.eviware.soapui.impl.wsdl WSDL 1.1 implementations of soapui model interface 
com.eviware.soapui.impl.wsdl.mock WsdlMockService-related classes 
com.eviware.soapui.impl.wsdl.panels.teststeps.amf   
com.eviware.soapui.impl.wsdl.panels.teststeps.support WsdlTestStep panel support classes 
com.eviware.soapui.impl.wsdl.support WSDL-related support classes 
com.eviware.soapui.impl.wsdl.teststeps WsdlTestStep implementations 
com.eviware.soapui.model SoapUI core model interfaces 
com.eviware.soapui.model.propertyexpansion   
com.eviware.soapui.model.propertyexpansion.resolvers   
com.eviware.soapui.model.support SoapUI model-related support classes 
com.eviware.soapui.model.testsuite Test-related model items 
com.eviware.soapui.model.tree.nodes Tree nodes for all SoapUI model items 
 

Uses of TestProperty in com.eviware.soapui.impl.rest
 

Methods in com.eviware.soapui.impl.rest that return TestProperty
 TestProperty RestRequest.addProperty(java.lang.String name)
           
 TestProperty RestRequest.removeProperty(java.lang.String propertyName)
           
 

Methods in com.eviware.soapui.impl.rest that return types with arguments of type TestProperty
 java.util.Map<java.lang.String,TestProperty> RestResource.getProperties()
           
 java.util.Map<java.lang.String,TestProperty> RestRequest.getProperties()
           
 java.util.Map<java.lang.String,TestProperty> RestMethod.getProperties()
           
 java.util.List<TestProperty> RestResource.getPropertyList()
           
 java.util.List<TestProperty> RestRequest.getPropertyList()
           
 java.util.List<TestProperty> RestMethod.getPropertyList()
           
 

Constructors in com.eviware.soapui.impl.rest with parameters of type TestProperty
RestRequest.ParameterMessagePart(TestProperty propertyAt)
           
 

Uses of TestProperty in com.eviware.soapui.impl.rest.support
 

Subinterfaces of TestProperty in com.eviware.soapui.impl.rest.support
 interface RestParamProperty
           
 

Classes in com.eviware.soapui.impl.rest.support that implement TestProperty
 class RestRequestParamsPropertyHolder.InternalRestParamProperty
           
 class XmlBeansRestParamsTestPropertyHolder.XmlBeansRestParamProperty
           
 

Methods in com.eviware.soapui.impl.rest.support that return TestProperty
 TestProperty XmlBeansRestParamsTestPropertyHolder.put(java.lang.String key, TestProperty value)
           
 TestProperty RestRequestParamsPropertyHolder.put(java.lang.String key, TestProperty value)
           
 TestProperty OverlayRestParamsPropertyHolder.put(java.lang.String key, TestProperty value)
           
 TestProperty XmlBeansRestParamsTestPropertyHolder.remove(java.lang.Object key)
           
 TestProperty RestRequestParamsPropertyHolder.remove(java.lang.Object key)
           
 TestProperty OverlayRestParamsPropertyHolder.remove(java.lang.Object key)
           
 

Methods in com.eviware.soapui.impl.rest.support that return types with arguments of type TestProperty
 java.util.Set<java.util.Map.Entry<java.lang.String,TestProperty>> XmlBeansRestParamsTestPropertyHolder.entrySet()
           
 java.util.Set<java.util.Map.Entry<java.lang.String,TestProperty>> RestRequestParamsPropertyHolder.entrySet()
           
 java.util.Set<java.util.Map.Entry<java.lang.String,TestProperty>> OverlayRestParamsPropertyHolder.entrySet()
           
 java.util.Map<java.lang.String,TestProperty> XmlBeansRestParamsTestPropertyHolder.getProperties()
           
 java.util.Map<java.lang.String,TestProperty> RestRequestParamsPropertyHolder.getProperties()
           
 java.util.Map<java.lang.String,TestProperty> OverlayRestParamsPropertyHolder.getProperties()
           
 java.util.List<TestProperty> XmlBeansRestParamsTestPropertyHolder.getPropertyList()
           
 java.util.List<TestProperty> RestRequestParamsPropertyHolder.getPropertyList()
           
 java.util.List<TestProperty> OverlayRestParamsPropertyHolder.getPropertyList()
           
 java.util.Collection<TestProperty> XmlBeansRestParamsTestPropertyHolder.values()
           
 java.util.Collection<TestProperty> RestRequestParamsPropertyHolder.values()
           
 java.util.Collection<TestProperty> OverlayRestParamsPropertyHolder.values()
           
 

Methods in com.eviware.soapui.impl.rest.support with parameters of type TestProperty
 TestProperty XmlBeansRestParamsTestPropertyHolder.put(java.lang.String key, TestProperty value)
           
 TestProperty RestRequestParamsPropertyHolder.put(java.lang.String key, TestProperty value)
           
 TestProperty OverlayRestParamsPropertyHolder.put(java.lang.String key, TestProperty value)
           
 

Method parameters in com.eviware.soapui.impl.rest.support with type arguments of type TestProperty
 void XmlBeansRestParamsTestPropertyHolder.putAll(java.util.Map<? extends java.lang.String,? extends TestProperty> m)
           
 void RestRequestParamsPropertyHolder.putAll(java.util.Map<? extends java.lang.String,? extends TestProperty> m)
           
 void OverlayRestParamsPropertyHolder.putAll(java.util.Map<? extends java.lang.String,? extends TestProperty> m)
           
 

Uses of TestProperty in com.eviware.soapui.impl.support.http
 

Methods in com.eviware.soapui.impl.support.http that return TestProperty
 TestProperty HttpRequest.addProperty(java.lang.String name)
           
 TestProperty HttpRequest.removeProperty(java.lang.String propertyName)
           
 

Methods in com.eviware.soapui.impl.support.http that return types with arguments of type TestProperty
 java.util.Map<java.lang.String,TestProperty> HttpRequest.getProperties()
           
 java.util.List<TestProperty> HttpRequest.getPropertyList()
           
 

Uses of TestProperty in com.eviware.soapui.impl.wsdl
 

Methods in com.eviware.soapui.impl.wsdl that return TestProperty
 TestProperty MutableTestPropertyHolder.addProperty(java.lang.String name)
           
 TestProperty AbstractTestPropertyHolderWsdlModelItem.addProperty(java.lang.String name)
           
 TestProperty AbstractTestPropertyHolderWsdlModelItem.getProperty(java.lang.String name)
           
 TestProperty AbstractTestPropertyHolderWsdlModelItem.getPropertyAt(int index)
           
 TestProperty MutableTestPropertyHolder.removeProperty(java.lang.String propertyName)
           
 TestProperty AbstractTestPropertyHolderWsdlModelItem.removeProperty(java.lang.String propertyName)
           
 

Methods in com.eviware.soapui.impl.wsdl that return types with arguments of type TestProperty
 java.util.Map<java.lang.String,TestProperty> AbstractTestPropertyHolderWsdlModelItem.getProperties()
           
 java.util.List<TestProperty> AbstractTestPropertyHolderWsdlModelItem.getPropertyList()
           
 

Uses of TestProperty in com.eviware.soapui.impl.wsdl.mock
 

Methods in com.eviware.soapui.impl.wsdl.mock that return TestProperty
 TestProperty WsdlMockResponse.getProperty(java.lang.String name)
           
 TestProperty WsdlMockResponse.getPropertyAt(int index)
           
 

Methods in com.eviware.soapui.impl.wsdl.mock that return types with arguments of type TestProperty
 java.util.Map<java.lang.String,TestProperty> WsdlMockResponse.getProperties()
           
 java.util.List<TestProperty> WsdlMockResponse.getPropertyList()
           
 

Uses of TestProperty in com.eviware.soapui.impl.wsdl.panels.teststeps.amf
 

Methods in com.eviware.soapui.impl.wsdl.panels.teststeps.amf that return types with arguments of type TestProperty
 java.util.HashMap<java.lang.String,TestProperty> AMFRequest.getPropertyMap()
           
 

Method parameters in com.eviware.soapui.impl.wsdl.panels.teststeps.amf with type arguments of type TestProperty
 void AMFRequest.setPropertyMap(java.util.HashMap<java.lang.String,TestProperty> map)
           
 

Uses of TestProperty in com.eviware.soapui.impl.wsdl.panels.teststeps.support
 

Methods in com.eviware.soapui.impl.wsdl.panels.teststeps.support that return TestProperty
 TestProperty PropertyHolderTableModel.getPropertyAtRow(int rowIndex)
           
 TestProperty DefaultPropertyTableHolderModel.getPropertyAtRow(int rowIndex)
           
 

Uses of TestProperty in com.eviware.soapui.impl.wsdl.support
 

Classes in com.eviware.soapui.impl.wsdl.support that implement TestProperty
 class MapTestPropertyHolder.InternalTestProperty
          Internal property class
 class XmlBeansPropertiesTestPropertyHolder.PropertiesStepProperty
          Internal property class
 

Methods in com.eviware.soapui.impl.wsdl.support that return TestProperty
 TestProperty XmlBeansPropertiesTestPropertyHolder.addProperty(java.lang.String name)
           
 TestProperty MapTestPropertyHolder.addProperty(java.lang.String name)
           
 TestProperty XmlBeansPropertiesTestPropertyHolder.addVirtualProperty(java.lang.String key, TestProperty virtualProperty)
           
 TestProperty XmlBeansPropertiesTestPropertyHolder.get(java.lang.Object key)
           
 TestProperty MapTestPropertyHolder.getProperty(java.lang.String name)
           
 TestProperty XmlBeansPropertiesTestPropertyHolder.getPropertyAt(int index)
           
 TestProperty MapTestPropertyHolder.getPropertyAt(int index)
           
 TestProperty XmlBeansPropertiesTestPropertyHolder.put(java.lang.String key, TestProperty value)
           
 TestProperty XmlBeansPropertiesTestPropertyHolder.remove(java.lang.Object key)
           
 TestProperty XmlBeansPropertiesTestPropertyHolder.removeProperty(java.lang.String propertyName)
           
 TestProperty MapTestPropertyHolder.removeProperty(java.lang.String propertyName)
           
 

Methods in com.eviware.soapui.impl.wsdl.support that return types with arguments of type TestProperty
 java.util.Set<java.util.Map.Entry<java.lang.String,TestProperty>> XmlBeansPropertiesTestPropertyHolder.entrySet()
           
 java.util.Map<java.lang.String,TestProperty> XmlBeansPropertiesTestPropertyHolder.getProperties()
           
 java.util.Map<java.lang.String,TestProperty> MapTestPropertyHolder.getProperties()
           
 java.util.List<TestProperty> XmlBeansPropertiesTestPropertyHolder.getPropertyList()
           
 java.util.List<TestProperty> MapTestPropertyHolder.getPropertyList()
           
 java.util.Collection<TestProperty> XmlBeansPropertiesTestPropertyHolder.values()
           
 

Methods in com.eviware.soapui.impl.wsdl.support with parameters of type TestProperty
protected  XmlBeansPropertiesTestPropertyHolder.PropertiesStepProperty XmlBeansPropertiesTestPropertyHolder.addProperty(com.eviware.soapui.config.PropertyConfig propertyConfig, boolean notify, TestProperty virtualProperty)
           
 TestProperty XmlBeansPropertiesTestPropertyHolder.addVirtualProperty(java.lang.String key, TestProperty virtualProperty)
           
 TestProperty XmlBeansPropertiesTestPropertyHolder.put(java.lang.String key, TestProperty value)
           
 

Method parameters in com.eviware.soapui.impl.wsdl.support with type arguments of type TestProperty
 void XmlBeansPropertiesTestPropertyHolder.putAll(java.util.Map<? extends java.lang.String,? extends TestProperty> m)
           
 

Constructors in com.eviware.soapui.impl.wsdl.support with parameters of type TestProperty
XmlBeansPropertiesTestPropertyHolder.PropertiesStepProperty(com.eviware.soapui.config.PropertyConfig propertyConfig, TestProperty virtualProperty)
           
 

Uses of TestProperty in com.eviware.soapui.impl.wsdl.teststeps
 

Methods in com.eviware.soapui.impl.wsdl.teststeps that return TestProperty
 TestProperty WsdlPropertiesTestStep.addProperty(java.lang.String name)
           
 TestProperty JdbcRequestTestStep.addProperty(java.lang.String name)
           
 TestProperty AMFRequestTestStep.addProperty(java.lang.String name)
           
protected  TestProperty WsdlTestStepWithProperties.deleteProperty(java.lang.String name, boolean notify)
           
 TestProperty WsdlTestStepWithProperties.getProperty(java.lang.String name)
           
 TestProperty WsdlPropertiesTestStep.getProperty(java.lang.String name)
           
 TestProperty JdbcRequestTestStep.getProperty(java.lang.String name)
           
 TestProperty AMFRequestTestStep.getProperty(java.lang.String name)
           
 TestProperty WsdlTestStepWithProperties.getPropertyAt(int index)
           
 TestProperty WsdlRunTestCaseTestStep.getPropertyAt(int index)
           
 TestProperty WsdlPropertiesTestStep.getPropertyAt(int index)
           
 TestProperty JdbcRequestTestStep.getPropertyAt(int index)
           
 TestProperty AMFRequestTestStep.getPropertyAt(int index)
           
 TestProperty WsdlGotoTestStep.GotoCondition.getSourceProperty()
           
 TestProperty PropertyTransfer.getSourceProperty()
           
 TestProperty PropertyTransfer.getTargetProperty()
           
 TestProperty WsdlPropertiesTestStep.getTestStepPropertyAt(int index)
           
 TestProperty WsdlPropertiesTestStep.removeProperty(java.lang.String propertyName)
           
 TestProperty JdbcRequestTestStep.removeProperty(java.lang.String propertyName)
           
 TestProperty AMFRequestTestStep.removeProperty(java.lang.String propertyName)
           
 

Methods in com.eviware.soapui.impl.wsdl.teststeps that return types with arguments of type TestProperty
 java.util.Map<java.lang.String,TestProperty> WsdlTestStepWithProperties.getProperties()
           
 java.util.Map<java.lang.String,TestProperty> WsdlRunTestCaseTestStep.getProperties()
           
 java.util.Map<java.lang.String,TestProperty> WsdlPropertiesTestStep.getProperties()
           
 java.util.Map<java.lang.String,TestProperty> JdbcRequestTestStep.getProperties()
           
 java.util.Map<java.lang.String,TestProperty> AMFRequestTestStep.getProperties()
           
 java.util.List<TestProperty> WsdlTestStepWithProperties.getPropertyList()
           
 java.util.List<TestProperty> WsdlRunTestCaseTestStep.getPropertyList()
           
 java.util.List<TestProperty> WsdlPropertiesTestStep.getPropertyList()
           
 java.util.List<TestProperty> JdbcRequestTestStep.getPropertyList()
           
 java.util.List<TestProperty> AMFRequestTestStep.getPropertyList()
           
 

Methods in com.eviware.soapui.impl.wsdl.teststeps with parameters of type TestProperty
protected  void WsdlTestStepWithProperties.addProperty(TestProperty property)
           
protected  void WsdlTestStepWithProperties.addProperty(TestProperty property, boolean notify)
           
protected  java.lang.String[] PropertyTransfer.transferStringToString(TestProperty sourceProperty, TestProperty targetProperty)
           
protected  java.lang.String[] PropertyTransfer.transferStringToXml(TestProperty sourceProperty, TestProperty targetProperty, SubmitContext context)
           
protected  java.lang.String PropertyTransfer.transferXPathToString(TestProperty sourceProperty, TestProperty targetProperty, SubmitContext context)
           
protected  java.lang.String[] PropertyTransfer.transferXPathToXml(TestProperty sourceProperty, TestProperty targetProperty, SubmitContext context)
           
 

Constructors in com.eviware.soapui.impl.wsdl.teststeps with parameters of type TestProperty
PropertyTransferException(java.lang.String message, java.lang.String sourceStepName, TestProperty source, java.lang.String targetStepName, TestProperty target)
           
 

Uses of TestProperty in com.eviware.soapui.model
 

Methods in com.eviware.soapui.model that return TestProperty
 TestProperty TestPropertyHolder.getProperty(java.lang.String name)
           
 TestProperty TestPropertyHolder.getPropertyAt(int index)
           
 

Methods in com.eviware.soapui.model that return types with arguments of type TestProperty
 java.util.Map<java.lang.String,TestProperty> TestPropertyHolder.getProperties()
           
 java.util.List<TestProperty> TestPropertyHolder.getPropertyList()
           
 

Uses of TestProperty in com.eviware.soapui.model.propertyexpansion
 

Methods in com.eviware.soapui.model.propertyexpansion that return TestProperty
 TestProperty PropertyExpansionImpl.getProperty()
           
 TestProperty PropertyExpansion.getProperty()
           
 

Methods in com.eviware.soapui.model.propertyexpansion with parameters of type TestProperty
static boolean PropertyExpansionUtils.canExpandProperty(ModelItem contextModelItem, TestProperty property)
          Checks if a modelItem can acces a specified property via property-expansion
static boolean PropertyExpansionUtils.canTransferToProperty(TestProperty source, TestProperty target)
          Checks if a property can be transferred to another specified property via a property-transfer
protected  void PropertyExpansionImpl.setProperty(TestProperty property)
           
 void MutablePropertyExpansionImpl.setProperty(TestProperty property)
           
 void MutablePropertyExpansion.setProperty(TestProperty property)
           
 

Constructors in com.eviware.soapui.model.propertyexpansion with parameters of type TestProperty
MutablePropertyExpansionImpl(TestProperty tp, java.lang.String xpath, java.lang.Object container, java.lang.String propertyName)
           
PropertyExpansionImpl(TestProperty property, java.lang.String xpath)
           
 

Uses of TestProperty in com.eviware.soapui.model.propertyexpansion.resolvers
 

Methods in com.eviware.soapui.model.propertyexpansion.resolvers that return TestProperty
 TestProperty GlobalPropertyResolver.EnvironmentPropertyHolder.getProperty(java.lang.String name)
           
 TestProperty GlobalPropertyResolver.SystemPropertyHolder.getProperty(java.lang.String name)
           
 TestProperty GlobalPropertyResolver.EnvironmentPropertyHolder.getPropertyAt(int index)
           
 TestProperty GlobalPropertyResolver.SystemPropertyHolder.getPropertyAt(int index)
           
 

Methods in com.eviware.soapui.model.propertyexpansion.resolvers that return types with arguments of type TestProperty
 java.util.Map<java.lang.String,TestProperty> GlobalPropertyResolver.EnvironmentPropertyHolder.getProperties()
           
 java.util.Map<java.lang.String,TestProperty> GlobalPropertyResolver.SystemPropertyHolder.getProperties()
           
 java.util.List<TestProperty> GlobalPropertyResolver.EnvironmentPropertyHolder.getPropertyList()
           
 java.util.List<TestProperty> GlobalPropertyResolver.SystemPropertyHolder.getPropertyList()
           
 

Uses of TestProperty in com.eviware.soapui.model.support
 

Classes in com.eviware.soapui.model.support that implement TestProperty
 class DefaultTestStepProperty
          Default implementation of TestStepProperty interface
 class TestStepBeanProperty
          TestStepProperty implementation that maps to a standard javabean property
 

Methods in com.eviware.soapui.model.support that return TestProperty
 TestProperty SettingsTestPropertyHolder.addProperty(java.lang.String name)
           
 TestProperty SettingsTestPropertyHolder.get(java.lang.Object key)
           
 TestProperty SettingsTestPropertyHolder.getPropertyAt(int index)
           
 TestProperty XPathReferenceImpl.getTargetProperty()
           
 TestProperty XPathReference.getTargetProperty()
          Gets the property this xpath selects from
 TestProperty SettingsTestPropertyHolder.put(java.lang.String key, TestProperty value)
           
 TestProperty SettingsTestPropertyHolder.remove(java.lang.Object key)
           
 TestProperty SettingsTestPropertyHolder.removeProperty(java.lang.String propertyName)
           
 

Methods in com.eviware.soapui.model.support that return types with arguments of type TestProperty
 java.util.Set<java.util.Map.Entry<java.lang.String,TestProperty>> SettingsTestPropertyHolder.entrySet()
           
 java.util.Map<java.lang.String,TestProperty> SettingsTestPropertyHolder.getProperties()
           
 java.util.List<TestProperty> SettingsTestPropertyHolder.getPropertyList()
           
 java.util.Collection<TestProperty> SettingsTestPropertyHolder.values()
           
 

Methods in com.eviware.soapui.model.support with parameters of type TestProperty
 TestProperty SettingsTestPropertyHolder.put(java.lang.String key, TestProperty value)
           
 

Method parameters in com.eviware.soapui.model.support with type arguments of type TestProperty
 void SettingsTestPropertyHolder.putAll(java.util.Map<? extends java.lang.String,? extends TestProperty> m)
           
 

Constructors in com.eviware.soapui.model.support with parameters of type TestProperty
XPathReferenceImpl(java.lang.String label, TestProperty targetProperty, java.lang.Object target, java.lang.String xpathPropertyName)
           
 

Uses of TestProperty in com.eviware.soapui.model.testsuite
 

Subinterfaces of TestProperty in com.eviware.soapui.model.testsuite
 interface RenameableTestProperty
           
 interface TestStepProperty
          A teststep property, used in teststep/testcase logic This is left for backward-compatibility reasons
 

Uses of TestProperty in com.eviware.soapui.model.tree.nodes
 

Methods in com.eviware.soapui.model.tree.nodes that return TestProperty
 TestProperty PropertyTreeNode.PropertyModelItem.getProperty()
           
 

Methods in com.eviware.soapui.model.tree.nodes with parameters of type TestProperty
static java.lang.String PropertyTreeNode.buildName(TestProperty property)
           
 

Constructors in com.eviware.soapui.model.tree.nodes with parameters of type TestProperty
PropertyTreeNode.PropertyModelItem(TestProperty property, boolean readOnly)
           
PropertyTreeNode(TestProperty property, ModelItem parent, TestPropertyHolder holder, SoapUITreeModel treeModel)
           
 



Copyright © 2005-2010 eviware.com. All Rights Reserved.