Uses of Interface
systems.dmx.core.model.TopicModel
-
-
Uses of TopicModel in systems.dmx.accesscontrol
Methods in systems.dmx.accesscontrol that return TopicModel Modifier and Type Method Description TopicModelAccessControlPlugin. getConfigValue(Topic topic)Methods in systems.dmx.accesscontrol with parameters of type TopicModel Modifier and Type Method Description voidAccessControlPlugin. postUpdateTopic(Topic topic, ChangeReport report, TopicModel updateModel) -
Uses of TopicModel in systems.dmx.accountmanagement
Methods in systems.dmx.accountmanagement with parameters of type TopicModel Modifier and Type Method Description voidAccountManagementPlugin. postDeleteTopic(TopicModel topic)voidAccountManagementPlugin. postUpdateTopic(Topic topic, ChangeReport report, TopicModel updateModel)voidAccountManagementPlugin. preUpdateTopic(Topic topic, TopicModel updateModel) -
Uses of TopicModel in systems.dmx.config
Methods in systems.dmx.config that return TopicModel Modifier and Type Method Description TopicModelConfigCustomizer. getConfigValue(Topic topic)Methods in systems.dmx.config with parameters of type TopicModel Modifier and Type Method Description DirectivesResponseConfigPlugin. updateConfigTopic(long topicId, TopicModel updateModel)DirectivesResponseConfigService. updateConfigTopic(long topicId, TopicModel updateModel)Constructors in systems.dmx.config with parameters of type TopicModel Constructor Description ConfigDef(ConfigTarget target, String configurableUri, TopicModel defaultConfigTopic, ConfigModRole role)ConfigDef(ConfigTarget target, String configurableUri, TopicModel defaultConfigTopic, ConfigModRole role, ConfigCustomizer customizer) -
Uses of TopicModel in systems.dmx.core
Methods in systems.dmx.core that return TopicModel Modifier and Type Method Description TopicModelTopic. getModel()Methods in systems.dmx.core with parameters of type TopicModel Modifier and Type Method Description TopicViewConfig. addConfigTopic(TopicModel configTopic)Adds a config topic to this view config. -
Uses of TopicModel in systems.dmx.core.impl
Classes in systems.dmx.core.impl that implement TopicModel Modifier and Type Class Description classAssocTypeModelImplData that underlies aAssocType.classRelatedTopicModelImplclassTopicModelImplMethods in systems.dmx.core.impl that return TopicModel Modifier and Type Method Description TopicModelTopicModelImpl. clone()Methods in systems.dmx.core.impl with parameters of type TopicModel Modifier and Type Method Description systems.dmx.core.impl.TopicImplCoreServiceImpl. createTopic(TopicModel model)AssocTypeModelImplModelFactoryImpl. newAssocTypeModel(TopicModel typeTopic, String dataTypeUri, List<CompDefModel> compDefs, ViewConfigModel viewConfig)RelatedTopicModelImplModelFactoryImpl. newRelatedTopicModel(TopicModel topic)RelatedTopicModelImplModelFactoryImpl. newRelatedTopicModel(TopicModel topic, AssocModel relatingAssoc)systems.dmx.core.impl.RoleTypeModelImplModelFactoryImpl. newRoleTypeModel(TopicModel roleTypeTopic, ViewConfigModel viewConfig)TopicModelImplModelFactoryImpl. newTopicModel(TopicModel topic)systems.dmx.core.impl.TopicTypeModelImplModelFactoryImpl. newTopicTypeModel(TopicModel typeTopic, String dataTypeUri, List<CompDefModel> compDefs, ViewConfigModel viewConfig)ViewTopicModelFactoryImpl. newViewTopic(TopicModel topic, ViewProps viewProps)systems.dmx.core.impl.TopicImplCoreServiceImpl. updateTopic(TopicModel updateModel)Method parameters in systems.dmx.core.impl with type arguments of type TopicModel Modifier and Type Method Description systems.dmx.core.impl.ViewConfigModelImplModelFactoryImpl. newViewConfigModel(Iterable<? extends TopicModel> configTopics) -
Uses of TopicModel in systems.dmx.core.model
Subinterfaces of TopicModel in systems.dmx.core.model Modifier and Type Interface Description interfaceAssocTypeModelThe data that underly anAssocType.interfaceRelatedTopicModelinterfaceRoleTypeModelData that underlies aRoleType.interfaceTopicDeletionModelinterfaceTopicReferenceModelinterfaceTopicTypeModelThe data that underly aTopicType.interfaceTypeModelMethods in systems.dmx.core.model that return TopicModel Modifier and Type Method Description TopicModelTopicModel. clone()TopicModelViewConfigModel. getConfigTopic(String configTypeUri)Methods in systems.dmx.core.model that return types with arguments of type TopicModel Modifier and Type Method Description Iterable<? extends TopicModel>ViewConfigModel. getConfigTopics()Methods in systems.dmx.core.model with parameters of type TopicModel Modifier and Type Method Description ChildTopicsModelChildTopicsModel. add(String compDefUri, TopicModel value)ViewConfigModelViewConfigModel. addConfigTopic(TopicModel configTopic)Adds a config topic to this view config.booleanTopicReferenceModel. isReferingTo(TopicModel topic)Checks whether this reference refers to the given topic.ChildTopicsModelChildTopicsModel. remove(String compDefUri, TopicModel value)Removes a value from a multiple-valued child.ChildTopicsModelChildTopicsModel. set(String compDefUri, TopicModel value)voidViewConfigModel. updateConfigTopic(TopicModel configTopic)Overrides a config topic with the given one. -
Uses of TopicModel in systems.dmx.core.model.facets
Methods in systems.dmx.core.model.facets with parameters of type TopicModel Modifier and Type Method Description FacetValueModelFacetValueModel. set(TopicModel value) -
Uses of TopicModel in systems.dmx.core.model.topicmaps
Subinterfaces of TopicModel in systems.dmx.core.model.topicmaps Modifier and Type Interface Description interfaceViewTopicA topic viewmodel as contained in a topicmap viewmodel. -
Uses of TopicModel in systems.dmx.core.service
Methods in systems.dmx.core.service that return TopicModel Modifier and Type Method Description TopicModelModelFactory. newTopicModel(long id)TopicModelModelFactory. newTopicModel(long id, String uri, String typeUri, SimpleValue value, ChildTopicsModel childTopics)TopicModelModelFactory. newTopicModel(long id, ChildTopicsModel childTopics)TopicModelModelFactory. newTopicModel(long id, SimpleValue value)TopicModelModelFactory. newTopicModel(String typeUri)TopicModelModelFactory. newTopicModel(String uri, String typeUri)TopicModelModelFactory. newTopicModel(String uri, String typeUri, ChildTopicsModel childTopics)TopicModelModelFactory. newTopicModel(String uri, String typeUri, SimpleValue value)TopicModelModelFactory. newTopicModel(String typeUri, ChildTopicsModel childTopics)TopicModelModelFactory. newTopicModel(String typeUri, SimpleValue value)TopicModelModelFactory. newTopicModel(org.codehaus.jettison.json.JSONObject topic)TopicModelModelFactory. newTopicModel(ChildTopicsModel childTopics)TopicModelModelFactory. newTopicModel(TopicModel topic)Methods in systems.dmx.core.service with parameters of type TopicModel Modifier and Type Method Description TopicCoreService. createTopic(TopicModel model)AssocTypeModelModelFactory. newAssocTypeModel(TopicModel typeTopic, String dataTypeUri, List<CompDefModel> compDefs, ViewConfigModel viewConfig)RelatedTopicModelModelFactory. newRelatedTopicModel(TopicModel topic)RelatedTopicModelModelFactory. newRelatedTopicModel(TopicModel topic, AssocModel relatingAssoc)RoleTypeModelModelFactory. newRoleTypeModel(TopicModel roleTypeTopic, ViewConfigModel viewConfig)TopicModelModelFactory. newTopicModel(TopicModel topic)TopicTypeModelModelFactory. newTopicTypeModel(TopicModel typeTopic, String dataTypeUri, List<CompDefModel> compDefs, ViewConfigModel viewConfig)ViewTopicModelFactory. newViewTopic(TopicModel topic, ViewProps viewProps)TopicCoreService. updateTopic(TopicModel updateModel)Method parameters in systems.dmx.core.service with type arguments of type TopicModel Modifier and Type Method Description ViewConfigModelModelFactory. newViewConfigModel(Iterable<? extends TopicModel> configTopics) -
Uses of TopicModel in systems.dmx.core.service.accesscontrol
Methods in systems.dmx.core.service.accesscontrol with parameters of type TopicModel Modifier and Type Method Description voidPrivilegedAccess. storePasswordHash(Credentials cred, TopicModel passwordTopic)Creates a salt for the given credential's password, and 1) stores the salt as a property of the given Password topic 2) stores the salted password hash as the value of the given Password topic. -
Uses of TopicModel in systems.dmx.core.service.event
Methods in systems.dmx.core.service.event with parameters of type TopicModel Modifier and Type Method Description voidPostDeleteTopic. postDeleteTopic(TopicModel topic)voidPostUpdateTopic. postUpdateTopic(Topic topic, ChangeReport report, TopicModel updateModel)voidPreCreateTopic. preCreateTopic(TopicModel model)voidPreUpdateTopic. preUpdateTopic(Topic topic, TopicModel updateModel) -
Uses of TopicModel in systems.dmx.timestamps
Methods in systems.dmx.timestamps with parameters of type TopicModel Modifier and Type Method Description voidTimestampsPlugin. postUpdateTopic(Topic topic, ChangeReport report, TopicModel updateModel) -
Uses of TopicModel in systems.dmx.webclient
Methods in systems.dmx.webclient with parameters of type TopicModel Modifier and Type Method Description voidWebclientPlugin. postUpdateTopic(Topic topic, ChangeReport report, TopicModel updateModel)Once a view config topic is updated we must update the cached view config and inform the webclient. -
Uses of TopicModel in systems.dmx.webservice
Methods in systems.dmx.webservice with parameters of type TopicModel Modifier and Type Method Description DirectivesResponseWebservicePlugin. createTopic(TopicModel model)DirectivesResponseWebservicePlugin. updateTopic(long topicId, TopicModel model)
-