Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[higgins-dev] ContextFactory.getContexts() clarification

Currently in code: IContextProvider.getContexts()
Returns:
The set of Context References Contexts open by this Context Provider
 
getContexts(String filter) - return the set of Context References (URIs) managed by this provider
 
the word "open" being what I'm wondering about. Does this call return all contexts which are or _could_ be opened, or only those currently opened?
 
Jim

Back to the top