|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.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 | |
|---|---|
Collection<TopicNameIF> |
getTopicNames(String value)
PUBLIC: Gets all topic names that have the given name value (in any scope). |
Collection<VariantNameIF> |
getVariants(String value)
INTERNAL: Gets all variants that have the specified value independent of datatype. |
Collection<VariantNameIF> |
getVariants(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 Collection<TopicNameIF> getTopicNames(String value)
NameIndexIF
getTopicNames in interface NameIndexIFvalue - A string; the value of a topic name.
public Collection<VariantNameIF> getVariants(String value)
NameIndexIF
getVariants in interface NameIndexIF
public Collection<VariantNameIF> getVariants(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 | |||||||||