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 RelatedTopicModelRelatedTopic. getModel() -
Uses of RelatedTopicModel in systems.dmx.core.impl
Classes in systems.dmx.core.impl that implement RelatedTopicModel Modifier and Type Class Description classRelatedTopicModelImplMethods in systems.dmx.core.impl that return RelatedTopicModel Modifier and Type Method Description RelatedTopicModelRelatedTopicModelImpl. clone() -
Uses of RelatedTopicModel in systems.dmx.core.model
Subinterfaces of RelatedTopicModel in systems.dmx.core.model Modifier and Type Interface Description interfaceTopicDeletionModelinterfaceTopicReferenceModelMethods in systems.dmx.core.model that return RelatedTopicModel Modifier and Type Method Description RelatedTopicModelRelatedTopicModel. clone()RelatedTopicModelTopicReferenceModel. findReferencedTopic(List<? extends RelatedTopicModel> topics)From the given topics finds the one this reference refers to.RelatedTopicModelChildTopicsModel. getTopic(String compDefUri)Accesses a single-valued child.RelatedTopicModelChildTopicsModel. 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 ChildTopicsModelChildTopicsModel. add(String compDefUri, RelatedTopicModel value)Adds a value to a multiple-valued child.ChildTopicsModelChildTopicsModel. 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 RelatedTopicModelTopicReferenceModel. findReferencedTopic(List<? extends RelatedTopicModel> topics)From the given topics finds the one this reference refers to.ChildTopicsModelChildTopicsModel. 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 RelatedTopicModelFacetValueModel. 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 FacetValueModelFacetValueModel. 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 FacetValueModelFacetValueModel. 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 RelatedTopicModelModelFactory. newRelatedTopicModel(long topicId)RelatedTopicModelModelFactory. newRelatedTopicModel(long topicId, AssocModel relatingAssoc)RelatedTopicModelModelFactory. newRelatedTopicModel(String topicUri)RelatedTopicModelModelFactory. newRelatedTopicModel(String topicUri, AssocModel relatingAssoc)RelatedTopicModelModelFactory. newRelatedTopicModel(String topicTypeUri, ChildTopicsModel childTopics)RelatedTopicModelModelFactory. newRelatedTopicModel(String topicTypeUri, SimpleValue value)RelatedTopicModelModelFactory. newRelatedTopicModel(TopicModel topic)RelatedTopicModelModelFactory. newRelatedTopicModel(TopicModel topic, AssocModel relatingAssoc)
-