public abstract class AbstractSubmitContext<T extends com.eviware.soapui.model.ModelItem> extends Object implements SubmitContext, Map<String,Object>
| Modifier and Type | Field and Description |
|---|---|
static String |
EXECUTION_ID |
HTTP_STATE_PROPERTY, PROPERTY_SEPARATOR| Constructor and Description |
|---|
AbstractSubmitContext(T modelItem) |
AbstractSubmitContext(T modelItem,
StringToObjectMap properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
Object |
clone() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,Object>> |
entrySet() |
boolean |
equals(Object o) |
String |
expand(String content) |
Object |
get(Object key) |
String |
getExecutionId() |
T |
getModelItem() |
StringToObjectMap |
getProperties() |
Object |
getProperty(String name,
TestStep testStep,
WsdlTestCase testCase) |
String[] |
getPropertyNames() |
int |
hashCode() |
boolean |
hasProperty(String name) |
boolean |
isEmpty() |
Set<String> |
keySet() |
Object |
put(String key,
Object value) |
void |
putAll(Map<? extends String,? extends Object> m) |
Object |
remove(Object key) |
Object |
removeProperty(String name) |
void |
resetProperties() |
void |
setProperty(String name,
Object value) |
void |
setProperty(String name,
Object value,
TestCase testCase) |
int |
size() |
String |
toString() |
Collection<Object> |
values() |
finalize, getClass, notify, notifyAll, wait, wait, waitgetPropertycompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic static final String EXECUTION_ID
public AbstractSubmitContext(T modelItem)
public AbstractSubmitContext(T modelItem, StringToObjectMap properties)
public String getExecutionId()
getExecutionId in interface SubmitContextpublic T getModelItem()
getModelItem in interface PropertyExpansionContextpublic Object getProperty(String name, TestStep testStep, WsdlTestCase testCase)
public Object removeProperty(String name)
removeProperty in interface PropertyExpansionContextpublic void setProperty(String name, Object value)
setProperty in interface PropertyExpansionContextpublic boolean hasProperty(String name)
hasProperty in interface PropertyExpansionContextpublic void resetProperties()
public boolean containsKey(Object key)
containsKey in interface Map<String,Object>public boolean containsValue(Object value)
containsValue in interface Map<String,Object>public boolean equals(Object o)
public int hashCode()
public StringToObjectMap getProperties()
getProperties in interface PropertyExpansionContextpublic String[] getPropertyNames()
getPropertyNames in interface PropertyExpansionContextpublic String expand(String content)
expand in interface PropertyExpansionContextCopyright © 2019. All rights reserved.