public interface IdentifierIndexIF extends IndexIF
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.
|
Collection<LocatorIF> getItemIdentifiers()
Collection<LocatorIF> getItemIdentifiersByPrefix(String prefix)
Collection<LocatorIF> getSubjectIdentifiers()
Collection<LocatorIF> getSubjectIdentifiersByPrefix(String prefix)