org.tm4j.topicmap.index.basic.ThemesIndex .getScopedObjects(org.tm4j.topicmap.Topic theme,boolean includeMergedTopics)
Description
Returns a Collection of all scoped objects in the topic map where
theme is one theme in the scope of the object. If
includeMergedTopics is true then
the returned collection also includes all objects where a topic merged
with theme is a theme in the scope of the object.
| Parameters | ||
|---|---|---|
| boolean | includeMergedTopics |
whether or not to include topics merged with
theme in the index lookup.
|
| org.tm4j.topicmap.Topic | theme | the scope theme to query for. the scope theme to query for |
Returns
an unmodifiable collection of ScopedObject instances.
