org.tm4j.panckoucke.store.StoreManager .getTopicmapReferences(java.util.List li,boolean allReferences)

Description

Returns the TopicMapReferences, which are currently managed by Panckoucke. If you pass a List into the method, this List will be used to hold the References. This may reduce Object creation.

Parameters
boolean allReferences
java.util.List li if true, all TopicMapReferences will be returned. if false only TopicMapReference which are in State PENDING, OPENING or ACCESSIBLE are returned

Returns

a List of TopicMapReferences

Other Resources

Related Topics