|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.ontopia.topicmaps.impl.utils.AbstractIndex net.ontopia.topicmaps.impl.rdbms.index.RDBMSIndex net.ontopia.topicmaps.impl.rdbms.index.NameIndex
public class NameIndex
INTERNAL: The rdbms name index implementation.
Method Summary | |
---|---|
java.util.Collection<TopicNameIF> |
getTopicNames(java.lang.String value)
PUBLIC: Gets all topic names that have the given name value (in any scope). |
java.util.Collection<VariantNameIF> |
getVariants(java.lang.String value)
INTERNAL: Gets all variants that have the specified value independent of datatype. |
java.util.Collection<VariantNameIF> |
getVariants(java.lang.String value,
LocatorIF datatype)
INTERNAL: Gets all variants that have the specified value and datatype. |
Methods inherited from class net.ontopia.topicmaps.impl.rdbms.index.RDBMSIndex |
---|
executeQuery, getIndex |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.util.Collection<TopicNameIF> getTopicNames(java.lang.String value)
NameIndexIF
getTopicNames
in interface NameIndexIF
value
- A string; the value of a topic name.
public java.util.Collection<VariantNameIF> getVariants(java.lang.String value)
NameIndexIF
getVariants
in interface NameIndexIF
public java.util.Collection<VariantNameIF> getVariants(java.lang.String value, LocatorIF datatype)
NameIndexIF
getVariants
in interface NameIndexIF
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |