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, getTopicMap
public IdentifierIndex(IndexManager imanager)
public Collection<LocatorIF> getItemIdentifiers()
IdentifierIndexIF
getItemIdentifiers
in interface IdentifierIndexIF
public Collection<LocatorIF> getItemIdentifiersByPrefix(String prefix)
IdentifierIndexIF
getItemIdentifiersByPrefix
in interface IdentifierIndexIF
public Collection<LocatorIF> getSubjectIdentifiers()
IdentifierIndexIF
getSubjectIdentifiers
in interface IdentifierIndexIF
public Collection<LocatorIF> getSubjectIdentifiersByPrefix(String prefix)
IdentifierIndexIF
getSubjectIdentifiersByPrefix
in interface IdentifierIndexIF