public class IdentifierIndex extends RDBMSIndex implements IdentifierIndexIF
imanager, transaction| Constructor and Description |
|---|
IdentifierIndex(IndexManager imanager) |
| Modifier and Type | Method and Description |
|---|---|
Collection<LocatorIF> |
getItemIdentifiers()
PUBLIC: Returns all the item identifiers of all the objects in the topicmap.
|
Collection<LocatorIF> |
getItemIdentifiersByPrefix(String prefix)
PUBLIC: Returns all the item identifiers of all the objects in the topicmap that start with
the provided prefix.
|
Collection<LocatorIF> |
getSubjectIdentifiers()
PUBLIC: Returns all the subject identifiers of all the topics in the topicmap.
|
Collection<LocatorIF> |
getSubjectIdentifiersByPrefix(String prefix)
PUBLIC: Returns all the subject identifiers of all the topics in the topicmap that start with
the provided prefix.
|
executeQuery, getIndex, getTopicMappublic IdentifierIndex(IndexManager imanager)
public Collection<LocatorIF> getItemIdentifiers()
IdentifierIndexIFgetItemIdentifiers in interface IdentifierIndexIFpublic Collection<LocatorIF> getItemIdentifiersByPrefix(String prefix)
IdentifierIndexIFgetItemIdentifiersByPrefix in interface IdentifierIndexIFpublic Collection<LocatorIF> getSubjectIdentifiers()
IdentifierIndexIFgetSubjectIdentifiers in interface IdentifierIndexIFpublic Collection<LocatorIF> getSubjectIdentifiersByPrefix(String prefix)
IdentifierIndexIFgetSubjectIdentifiersByPrefix in interface IdentifierIndexIF