Uses of Class
net.ontopia.infoset.impl.basic.URILocator
-
Packages that use URILocator Package Description net.ontopia.infoset.impl.basic The in-memory implementation of the core information set interfaces.net.ontopia.topicmaps.rest.model net.ontopia.topicmaps.rest.v1 net.ontopia.topicmaps.utils This package provides topic map utility classes, which are a toolkit for working with the topic map model provided by the core interfaces. -
-
Uses of URILocator in net.ontopia.infoset.impl.basic
Methods in net.ontopia.infoset.impl.basic that return URILocator Modifier and Type Method Description static URILocator
URILocator. create(String uriAddress)
INTERNAL: Parses the URI and returns an instance of URILocator if the URI is valid. -
Uses of URILocator in net.ontopia.topicmaps.rest.model
Methods in net.ontopia.topicmaps.rest.model that return URILocator Modifier and Type Method Description URILocator
Occurrence. getDataType()
URILocator
VariantName. getDataType()
Methods in net.ontopia.topicmaps.rest.model that return types with arguments of type URILocator Modifier and Type Method Description Collection<URILocator>
TMObject. getItemIdentifiers()
Collection<URILocator>
Topic. getSubjectIdentifiers()
Collection<URILocator>
Topic. getSubjectLocators()
Methods in net.ontopia.topicmaps.rest.model with parameters of type URILocator Modifier and Type Method Description void
Occurrence. setDatatype(URILocator datatype)
void
VariantName. setDatatype(URILocator datatype)
Method parameters in net.ontopia.topicmaps.rest.model with type arguments of type URILocator Modifier and Type Method Description void
TMObject. setItemIdentifiers(Collection<URILocator> itemIdentifiers)
void
Topic. setSubjectIdentifiers(Collection<URILocator> subjectIdentifiers)
void
Topic. setSubjectLocators(Collection<URILocator> subjectLocators)
-
Uses of URILocator in net.ontopia.topicmaps.rest.v1
Method parameters in net.ontopia.topicmaps.rest.v1 with type arguments of type URILocator Modifier and Type Method Description TMObjectIF
TMObjectController. resolve(TopicMapIF tm, String objectId, Collection<URILocator> itemIdentifiers)
-
Uses of URILocator in net.ontopia.topicmaps.utils
-