public interface ContextRepository
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clear out the entire context store
|
ContextMap |
get(java.lang.String name)
Return a single ContextMap object for the given name
|
java.util.Enumeration<java.lang.String> |
keys()
Returns an enumeration of all keys.
|
void |
put(java.lang.String name,
ContextMap context)
Add a single ContextMap object to the context store
|
int |
size()
return the size of the current context store
|
ContextMap get(java.lang.String name)
name - void put(java.lang.String name,
ContextMap context)
name - context - void clear()
int size()
java.util.Enumeration<java.lang.String> keys()
Copyright © 2018 SAP SE. All Rights Reserved.