Uses of Interface
systems.dmx.core.model.RelatedTopicModel
-
Packages that use RelatedTopicModel Package Description systems.dmx.core systems.dmx.core.impl systems.dmx.core.model systems.dmx.core.model.facets systems.dmx.core.service -
-
Uses of RelatedTopicModel in systems.dmx.core
Methods in systems.dmx.core that return RelatedTopicModel Modifier and Type Method Description RelatedTopicModel
RelatedTopic. getModel()
-
Uses of RelatedTopicModel in systems.dmx.core.impl
Classes in systems.dmx.core.impl that implement RelatedTopicModel Modifier and Type Class Description class
RelatedTopicModelImpl
Methods in systems.dmx.core.impl that return RelatedTopicModel Modifier and Type Method Description RelatedTopicModel
RelatedTopicModelImpl. clone()
-
Uses of RelatedTopicModel in systems.dmx.core.model
Subinterfaces of RelatedTopicModel in systems.dmx.core.model Modifier and Type Interface Description interface
TopicDeletionModel
interface
TopicReferenceModel
Methods in systems.dmx.core.model that return RelatedTopicModel Modifier and Type Method Description RelatedTopicModel
RelatedTopicModel. clone()
RelatedTopicModel
TopicReferenceModel. findReferencedTopic(List<? extends RelatedTopicModel> topics)
From the given topics finds the one this reference refers to.RelatedTopicModel
ChildTopicsModel. getTopic(String compDefUri)
Accesses a single-valued child.RelatedTopicModel
ChildTopicsModel. getTopicOrNull(String compDefUri)
Accesses a single-valued child.Methods in systems.dmx.core.model that return types with arguments of type RelatedTopicModel Modifier and Type Method Description List<? extends RelatedTopicModel>
ChildTopicsModel. getTopics(String compDefUri)
Accesses a multiple-valued child.List<? extends RelatedTopicModel>
ChildTopicsModel. getTopicsOrNull(String compDefUri)
Accesses a multiple-valued child.Methods in systems.dmx.core.model with parameters of type RelatedTopicModel Modifier and Type Method Description ChildTopicsModel
ChildTopicsModel. add(String compDefUri, RelatedTopicModel value)
Adds a value to a multiple-valued child.ChildTopicsModel
ChildTopicsModel. set(String compDefUri, RelatedTopicModel value)
Puts a value in a single-valued child.Method parameters in systems.dmx.core.model with type arguments of type RelatedTopicModel Modifier and Type Method Description RelatedTopicModel
TopicReferenceModel. findReferencedTopic(List<? extends RelatedTopicModel> topics)
From the given topics finds the one this reference refers to.ChildTopicsModel
ChildTopicsModel. set(String compDefUri, List<RelatedTopicModel> values)
Sets the values of a multiple-valued child. -
Uses of RelatedTopicModel in systems.dmx.core.model.facets
Methods in systems.dmx.core.model.facets that return RelatedTopicModel Modifier and Type Method Description RelatedTopicModel
FacetValueModel. getTopic()
Accesses a single-valued facet.Methods in systems.dmx.core.model.facets that return types with arguments of type RelatedTopicModel Modifier and Type Method Description List<? extends RelatedTopicModel>
FacetValueModel. getTopics()
Accesses a multiple-valued facet.Methods in systems.dmx.core.model.facets with parameters of type RelatedTopicModel Modifier and Type Method Description FacetValueModel
FacetValueModel. set(RelatedTopicModel value)
Puts a value in a single-valued facet.Method parameters in systems.dmx.core.model.facets with type arguments of type RelatedTopicModel Modifier and Type Method Description FacetValueModel
FacetValueModel. set(List<RelatedTopicModel> values)
Sets the values of a multiple-valued facet. -
Uses of RelatedTopicModel in systems.dmx.core.service
Methods in systems.dmx.core.service that return RelatedTopicModel Modifier and Type Method Description RelatedTopicModel
ModelFactory. newRelatedTopicModel(long topicId)
RelatedTopicModel
ModelFactory. newRelatedTopicModel(long topicId, AssocModel relatingAssoc)
RelatedTopicModel
ModelFactory. newRelatedTopicModel(String topicUri)
RelatedTopicModel
ModelFactory. newRelatedTopicModel(String topicUri, AssocModel relatingAssoc)
RelatedTopicModel
ModelFactory. newRelatedTopicModel(String topicTypeUri, ChildTopicsModel childTopics)
RelatedTopicModel
ModelFactory. newRelatedTopicModel(String topicTypeUri, SimpleValue value)
RelatedTopicModel
ModelFactory. newRelatedTopicModel(TopicModel topic)
RelatedTopicModel
ModelFactory. newRelatedTopicModel(TopicModel topic, AssocModel relatingAssoc)
-