Class IdentifierIndex
java.lang.Object
net.ontopia.topicmaps.impl.utils.AbstractIndex
net.ontopia.topicmaps.impl.rdbms.index.RDBMSIndex
net.ontopia.topicmaps.impl.rdbms.index.IdentifierIndex
- All Implemented Interfaces:
IdentifierIndexIF,IndexIF
-
Field Summary
Fields inherited from class net.ontopia.topicmaps.impl.rdbms.index.RDBMSIndex
imanager, transaction -
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.rdbms.index.RDBMSIndex
executeQuery, getIndex, getTopicMap
-
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
-