Uses of Class
net.ontopia.topicmaps.rest.model.Topic
-
Packages that use Topic Package Description net.ontopia.topicmaps.rest.model net.ontopia.topicmaps.rest.v1 net.ontopia.topicmaps.rest.v1.scoped net.ontopia.topicmaps.rest.v1.topic -
-
Uses of Topic in net.ontopia.topicmaps.rest.model
Methods in net.ontopia.topicmaps.rest.model that return Topic Modifier and Type Method Description Topic
AssociationRole. getPlayer()
Topic
Reifiable. getReifier()
Topic
Occurrence. getTopic()
Topic
TopicName. getTopic()
Topic
VariantName. getTopic()
Topic
Association. getType()
Topic
AssociationRole. getType()
Topic
Occurrence. getType()
Topic
TopicName. getType()
Methods in net.ontopia.topicmaps.rest.model that return types with arguments of type Topic Modifier and Type Method Description Collection<Topic>
Scoped. getScope()
Collection<Topic>
Topic. getTypes()
Methods in net.ontopia.topicmaps.rest.model with parameters of type Topic Modifier and Type Method Description void
AssociationRole. setPlayer(Topic player)
void
Reifiable. setReifier(Topic reifier)
void
Occurrence. setTopic(Topic topic)
void
TopicName. setTopic(Topic topic)
void
Association. setType(Topic type)
void
AssociationRole. setType(Topic type)
void
Occurrence. setType(Topic type)
void
TopicName. setType(Topic type)
Method parameters in net.ontopia.topicmaps.rest.model with type arguments of type Topic Modifier and Type Method Description void
Scoped. setScope(Collection<Topic> scope)
-
Uses of Topic in net.ontopia.topicmaps.rest.v1
Methods in net.ontopia.topicmaps.rest.v1 with parameters of type Topic Modifier and Type Method Description void
ReifiableController. setReifier(ReifiableIF reifiable, Topic reifier)
void
TypedController. setType(TypedIF typed, Topic type)
-
Uses of Topic in net.ontopia.topicmaps.rest.v1.scoped
Methods in net.ontopia.topicmaps.rest.v1.scoped with parameters of type Topic Modifier and Type Method Description void
ScopedController. add(ScopedIF scoped, Topic scope)
Collection<TopicIF>
ScopedResource. addScope(Topic scope)
void
ScopedController. remove(ScopedIF scoped, Topic scope)
Method parameters in net.ontopia.topicmaps.rest.v1.scoped with type arguments of type Topic Modifier and Type Method Description Collection<TopicIF>
ScopedController. resolve(TopicMapIF tm, Collection<Topic> scope)
void
ScopedController. setScope(ScopedIF scoped, Collection<Topic> scope)
-
Uses of Topic in net.ontopia.topicmaps.rest.v1.topic
Methods in net.ontopia.topicmaps.rest.v1.topic with parameters of type Topic Modifier and Type Method Description TopicIF
TopicController. add(TopicMapIF tm, TopicIF type, Topic topic)
TopicIF
TopicController. add(TopicMapIF tm, Topic topic)
void
TopicResource. addTopic(Topic topic)
void
TopicsResource. addTopic(Topic topic)
void
TopicController. addType(TopicIF topic, Topic type)
Collection<TopicIF>
TopicTypesResource. addType(Topic type)
TopicIF
TopicController. change(TopicMapIF tm, TopicIF result, Topic topic)
TopicIF
TopicResource. changeTopic(Topic topic)
void
TopicController. remove(TopicMapIF tm, Topic topic)
void
TopicController. removeType(TopicIF topic, Topic type)
TopicIF
TopicController. resolve(TopicMapIF tm, Topic topic)
void
TopicController. setSubjectIdentifiers(TopicIF object, Topic pojo)
void
TopicController. setSubjectLocators(TopicIF object, Topic pojo)
void
TopicController. setTypes(TopicIF object, Topic pojo)
-