public class IdentifierIndex extends BasicIndex implements IdentifierIndexIF
BasicIndex.EventHandler<K,V>, BasicIndex.TypedPredicatehandlers| Constructor and Description |
|---|
IdentifierIndex(SubjectIdentityCache sicache) |
| 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.
|
getIndex, processEventpublic IdentifierIndex(SubjectIdentityCache sicache)
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