public interface EContextService
| Modifier and Type | Method and Description |
|---|---|
void |
activateContext(java.lang.String id)
Adds the given
Context id to the list of active contexts |
void |
deactivateContext(java.lang.String id)
Removes the given
Context id from the list of active Contexts |
void |
deferUpdates(boolean defer) |
java.util.Collection<java.lang.String> |
getActiveContextIds()
Returns the complete listing of
Context ids that are active or
null if there are no active Contexts |
Context |
getContext(java.lang.String id)
Look up a
Context with a given id. |
Context getContext(java.lang.String id)
Context with a given id. If no Context has the given id
then null is returnedid - the id of the Context, cannot be nullContext with the given id or nullvoid activateContext(java.lang.String id)
Context id to the list of active contextsid - the id of the Context, cannot be nullvoid deactivateContext(java.lang.String id)
Context id from the list of active Contextsid - the id of the Context, cannot be nulljava.util.Collection<java.lang.String> getActiveContextIds()
Context ids that are active or
null if there are no active ContextsContext ids or nullIServiceConstants.ACTIVE_CONTEXTSvoid deferUpdates(boolean defer)