Uses of Class
net.ontopia.topicmaps.rest.model.Occurrence
-
Packages that use Occurrence Package Description net.ontopia.topicmaps.rest.model net.ontopia.topicmaps.rest.v1.occurrence -
-
Uses of Occurrence in net.ontopia.topicmaps.rest.model
Methods in net.ontopia.topicmaps.rest.model that return types with arguments of type Occurrence Modifier and Type Method Description Collection<Occurrence>
Topic. getOccurrences()
-
Uses of Occurrence in net.ontopia.topicmaps.rest.v1.occurrence
Methods in net.ontopia.topicmaps.rest.v1.occurrence with parameters of type Occurrence Modifier and Type Method Description OccurrenceIF
OccurrenceController. add(TopicMapIF tm, TopicIF topic, Occurrence occurrence)
OccurrenceIF
OccurrenceController. add(TopicMapIF tm, Occurrence occurrence)
void
OccurrenceResource. addOccurrence(Occurrence occurrence)
void
OccurrencesResource. addOccurrence(Occurrence occurrence)
OccurrenceIF
OccurrenceController. change(TopicMapIF tm, OccurrenceIF result, Occurrence occurrence)
OccurrenceIF
OccurrenceResource. changeOccurrence(Occurrence occurrence)
void
OccurrenceController. remove(TopicMapIF tm, Occurrence occurrence)
OccurrenceIF
OccurrenceController. resolve(TopicMapIF tm, Occurrence occurrence)
-