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 URILocatorURILocator. 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 URILocatorOccurrence. getDataType()URILocatorVariantName. 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 voidOccurrence. setDatatype(URILocator datatype)voidVariantName. setDatatype(URILocator datatype)Method parameters in net.ontopia.topicmaps.rest.model with type arguments of type URILocator Modifier and Type Method Description voidTMObject. setItemIdentifiers(Collection<URILocator> itemIdentifiers)voidTopic. setSubjectIdentifiers(Collection<URILocator> subjectIdentifiers)voidTopic. 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 TMObjectIFTMObjectController. resolve(TopicMapIF tm, String objectId, Collection<URILocator> itemIdentifiers) -
Uses of URILocator in net.ontopia.topicmaps.utils
-