Class IdentifierIndex
java.lang.Object
net.ontopia.topicmaps.impl.utils.AbstractIndex
net.ontopia.topicmaps.impl.utils.BasicIndex
net.ontopia.topicmaps.impl.basic.index.IdentifierIndex
- All Implemented Interfaces:
IdentifierIndexIF,IndexIF,EventListenerIF
-
Nested Class Summary
Nested classes/interfaces inherited from class net.ontopia.topicmaps.impl.utils.BasicIndex
BasicIndex.EventHandler<K,V>, BasicIndex.TypedPredicate -
Field Summary
Fields inherited from class net.ontopia.topicmaps.impl.utils.BasicIndex
handlers -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionPUBLIC: Returns all the item identifiers of all the objects in the topicmap.getItemIdentifiersByPrefix(String prefix) PUBLIC: Returns all the item identifiers of all the objects in the topicmap that start with the provided prefix.PUBLIC: Returns all the subject identifiers of all the topics in the topicmap.getSubjectIdentifiersByPrefix(String prefix) PUBLIC: Returns all the subject identifiers of all the topics in the topicmap that start with the provided prefix.Methods inherited from class net.ontopia.topicmaps.impl.utils.BasicIndex
getIndex, processEvent
-
Constructor Details
-
IdentifierIndex
-
-
Method Details
-
getItemIdentifiers
Description copied from interface:IdentifierIndexIFPUBLIC: Returns all the item identifiers of all the objects in the topicmap.- Specified by:
getItemIdentifiersin interfaceIdentifierIndexIF- Returns:
- all the item identifiers of all the objects in the topicmap.
-
getItemIdentifiersByPrefix
Description copied from interface:IdentifierIndexIFPUBLIC: Returns all the item identifiers of all the objects in the topicmap that start with the provided prefix.- Specified by:
getItemIdentifiersByPrefixin interfaceIdentifierIndexIF- Returns:
- all the matched item identifiers
-
getSubjectIdentifiers
Description copied from interface:IdentifierIndexIFPUBLIC: Returns all the subject identifiers of all the topics in the topicmap.- Specified by:
getSubjectIdentifiersin interfaceIdentifierIndexIF- Returns:
- all the subject identifiers of all the topics in the topicmap.
-
getSubjectIdentifiersByPrefix
Description copied from interface:IdentifierIndexIFPUBLIC: Returns all the subject identifiers of all the topics in the topicmap that start with the provided prefix.- Specified by:
getSubjectIdentifiersByPrefixin interfaceIdentifierIndexIF- Returns:
- all the matched subject identifiers
-