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 TopicAssociationRole. getPlayer()TopicReifiable. getReifier()TopicOccurrence. getTopic()TopicTopicName. getTopic()TopicVariantName. getTopic()TopicAssociation. getType()TopicAssociationRole. getType()TopicOccurrence. getType()TopicTopicName. 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 voidAssociationRole. setPlayer(Topic player)voidReifiable. setReifier(Topic reifier)voidOccurrence. setTopic(Topic topic)voidTopicName. setTopic(Topic topic)voidAssociation. setType(Topic type)voidAssociationRole. setType(Topic type)voidOccurrence. setType(Topic type)voidTopicName. setType(Topic type)Method parameters in net.ontopia.topicmaps.rest.model with type arguments of type Topic Modifier and Type Method Description voidScoped. 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 voidReifiableController. setReifier(ReifiableIF reifiable, Topic reifier)voidTypedController. 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 voidScopedController. add(ScopedIF scoped, Topic scope)Collection<TopicIF>ScopedResource. addScope(Topic scope)voidScopedController. 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)voidScopedController. 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 TopicIFTopicController. add(TopicMapIF tm, TopicIF type, Topic topic)TopicIFTopicController. add(TopicMapIF tm, Topic topic)voidTopicResource. addTopic(Topic topic)voidTopicsResource. addTopic(Topic topic)voidTopicController. addType(TopicIF topic, Topic type)Collection<TopicIF>TopicTypesResource. addType(Topic type)TopicIFTopicController. change(TopicMapIF tm, TopicIF result, Topic topic)TopicIFTopicResource. changeTopic(Topic topic)voidTopicController. remove(TopicMapIF tm, Topic topic)voidTopicController. removeType(TopicIF topic, Topic type)TopicIFTopicController. resolve(TopicMapIF tm, Topic topic)voidTopicController. setSubjectIdentifiers(TopicIF object, Topic pojo)voidTopicController. setSubjectLocators(TopicIF object, Topic pojo)voidTopicController. setTypes(TopicIF object, Topic pojo)
-