org.tm4j.topicmap.TopicMapUtils .getTopicsByIdentity(java.lang.String identity)

Description

getTopicsByIdentity Gets the Topic objects which have the specified identity. Note that a Topic Map implementation may return only one Topic or a number of Topics, depending on whether Topics are early-merged or late-merged.

Parameters
java.lang.String identity The topic identity to be searched for

Returns

The collection of all Topics which have the specified identity.

Other Resources

Related Topics

Has Parameters