| Constructor and Description |
|---|
ContextMap(org.switchyard.Context context,
org.switchyard.Scope scope)
Wraps a context and scope for map operations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,Object>> |
entrySet() |
Object |
get(Object key) |
Set<org.switchyard.Property> |
getProperties() |
Set<org.switchyard.Property> |
getProperties(org.switchyard.Scope scope) |
Set<org.switchyard.Property> |
getProperties(String label) |
org.switchyard.Property |
getProperty(String name) |
org.switchyard.Property |
getProperty(String name,
org.switchyard.Scope scope) |
<T> T |
getPropertyValue(String name) |
boolean |
isEmpty() |
Set<String> |
keySet() |
void |
mergeInto(org.switchyard.Context context) |
Object |
put(String key,
Object value) |
void |
putAll(Map<? extends String,? extends Object> m) |
Object |
remove(Object key) |
void |
removeProperties() |
void |
removeProperties(org.switchyard.Scope scope) |
void |
removeProperties(String label) |
void |
removeProperty(org.switchyard.Property property) |
org.switchyard.Context |
setProperties(Set<org.switchyard.Property> properties) |
org.switchyard.Property |
setProperty(String name,
Object val) |
org.switchyard.Property |
setProperty(String name,
Object val,
org.switchyard.Scope scope) |
int |
size() |
Collection<Object> |
values() |
public ContextMap(org.switchyard.Context context,
org.switchyard.Scope scope)
context - the contextscope - the scope for map operationspublic org.switchyard.Property getProperty(String name)
getProperty in interface org.switchyard.Contextpublic org.switchyard.Property getProperty(String name, org.switchyard.Scope scope)
getProperty in interface org.switchyard.Contextpublic <T> T getPropertyValue(String name)
getPropertyValue in interface org.switchyard.Contextpublic Set<org.switchyard.Property> getProperties()
getProperties in interface org.switchyard.Contextpublic Set<org.switchyard.Property> getProperties(org.switchyard.Scope scope)
getProperties in interface org.switchyard.Contextpublic void removeProperty(org.switchyard.Property property)
removeProperty in interface org.switchyard.Contextpublic void removeProperties()
removeProperties in interface org.switchyard.Contextpublic void removeProperties(org.switchyard.Scope scope)
removeProperties in interface org.switchyard.Contextpublic org.switchyard.Property setProperty(String name, Object val)
setProperty in interface org.switchyard.Contextpublic org.switchyard.Property setProperty(String name, Object val, org.switchyard.Scope scope)
setProperty in interface org.switchyard.Contextpublic org.switchyard.Context setProperties(Set<org.switchyard.Property> properties)
setProperties in interface org.switchyard.Contextpublic void mergeInto(org.switchyard.Context context)
mergeInto in interface org.switchyard.Contextpublic Set<org.switchyard.Property> getProperties(String label)
getProperties in interface org.switchyard.Contextpublic void removeProperties(String label)
removeProperties in interface org.switchyard.Contextpublic boolean containsKey(Object key)
containsKey in interface Map<String,Object>public boolean containsValue(Object value)
containsValue in interface Map<String,Object>Copyright © 2013–2017 JBoss by Red Hat. All rights reserved.