Uses of Interface
systems.dmx.core.model.AssocModel
-
-
Uses of AssocModel in systems.dmx.accesscontrol
Methods in systems.dmx.accesscontrol with parameters of type AssocModel Modifier and Type Method Description void
AccessControlPlugin. postUpdateAssoc(Assoc assoc, ChangeReport report, AssocModel updateModel)
void
AccessControlPlugin. preCreateAssoc(AssocModel assoc)
-
Uses of AssocModel in systems.dmx.contacts
Methods in systems.dmx.contacts with parameters of type AssocModel Modifier and Type Method Description void
ContactsPlugin. preCreateAssoc(AssocModel assoc)
-
Uses of AssocModel in systems.dmx.core
Methods in systems.dmx.core that return AssocModel Modifier and Type Method Description AssocModel
Assoc. getModel()
-
Uses of AssocModel in systems.dmx.core.impl
Classes in systems.dmx.core.impl that implement AssocModel Modifier and Type Class Description class
AssocModelImpl
Data that underly anAssoc
.class
RelatedAssocModelImpl
Methods in systems.dmx.core.impl that return AssocModel Modifier and Type Method Description AssocModel
AssocModelImpl. clone()
AssocModel
ModelFactoryImpl. newAssocModel(SimpleValue value)
Methods in systems.dmx.core.impl with parameters of type AssocModel Modifier and Type Method Description systems.dmx.core.impl.AssocImpl
CoreServiceImpl. createAssoc(AssocModel model)
AssocModelImpl
ModelFactoryImpl. newAssocModel(AssocModel assoc)
systems.dmx.core.impl.CompDefModelImpl
ModelFactoryImpl. newCompDefModel(AssocModel assoc, ViewConfigModel viewConfig)
RelatedAssocModelImpl
ModelFactoryImpl. newRelatedAssocModel(AssocModel assoc, AssocModel relatingAssoc)
RelatedTopicModelImpl
ModelFactoryImpl. newRelatedTopicModel(long topicId, AssocModel relatingAssoc)
RelatedTopicModelImpl
ModelFactoryImpl. newRelatedTopicModel(String topicUri, AssocModel relatingAssoc)
RelatedTopicModelImpl
ModelFactoryImpl. newRelatedTopicModel(TopicModel topic, AssocModel relatingAssoc)
TopicDeletionModel
ModelFactoryImpl. newTopicDeletionModel(long topicId, AssocModel relatingAssoc)
TopicDeletionModel
ModelFactoryImpl. newTopicDeletionModel(String topicUri, AssocModel relatingAssoc)
TopicReferenceModel
ModelFactoryImpl. newTopicReferenceModel(long topicId, AssocModel relatingAssoc)
TopicReferenceModel
ModelFactoryImpl. newTopicReferenceModel(String topicUri, AssocModel relatingAssoc)
ViewAssoc
ModelFactoryImpl. newViewAssoc(AssocModel assoc, ViewProps viewProps)
void
CoreServiceImpl. updateAssoc(AssocModel updateModel)
-
Uses of AssocModel in systems.dmx.core.model
Subinterfaces of AssocModel in systems.dmx.core.model Modifier and Type Interface Description interface
CompDefModel
The data that underly aCompDef
.interface
RelatedAssocModel
Methods in systems.dmx.core.model that return AssocModel Modifier and Type Method Description AssocModel
AssocModel. clone()
AssocModel
RelatedObjectModel. getRelatingAssoc()
Methods in systems.dmx.core.model with parameters of type AssocModel Modifier and Type Method Description ChildTopicsModel
ChildTopicsModel. addRef(String compDefUri, long refTopicId, AssocModel assoc)
Adds a by-ID topic reference to a multiple-valued child.ChildTopicsModel
ChildTopicsModel. addRef(String compDefUri, String refTopicUri, AssocModel assoc)
Adds a by-URI topic reference to a multiple-valued child.ChildTopicsModel
ChildTopicsModel. setRef(String compDefUri, long refTopicId, AssocModel assoc)
Puts a by-ID topic reference in a single-valued child.ChildTopicsModel
ChildTopicsModel. setRef(String compDefUri, String refTopicUri, AssocModel assoc)
Puts a by-URI topic reference in a single-valued child. -
Uses of AssocModel in systems.dmx.core.model.topicmaps
Subinterfaces of AssocModel in systems.dmx.core.model.topicmaps Modifier and Type Interface Description interface
ViewAssoc
An association viewmodel as contained in a topicmap viewmodel. -
Uses of AssocModel in systems.dmx.core.service
Methods in systems.dmx.core.service that return AssocModel Modifier and Type Method Description AssocModel
ModelFactory. newAssocModel()
AssocModel
ModelFactory. newAssocModel(long id, String uri, String typeUri, PlayerModel player1, PlayerModel player2)
AssocModel
ModelFactory. newAssocModel(long id, String uri, String typeUri, PlayerModel player1, PlayerModel player2, SimpleValue value, ChildTopicsModel childTopics)
AssocModel
ModelFactory. newAssocModel(String typeUri, ChildTopicsModel childTopics)
AssocModel
ModelFactory. newAssocModel(String typeUri, PlayerModel player1, PlayerModel player2)
AssocModel
ModelFactory. newAssocModel(String typeUri, PlayerModel player1, PlayerModel player2, ChildTopicsModel childTopics)
AssocModel
ModelFactory. newAssocModel(org.codehaus.jettison.json.JSONObject assoc)
AssocModel
ModelFactory. newAssocModel(AssocModel assoc)
AssocModel
ModelFactory. newAssocModel(ChildTopicsModel childTopics)
AssocModel
ModelFactory. newAssocModel(SimpleValue value)
-
Uses of AssocModel in systems.dmx.core.service.event
Methods in systems.dmx.core.service.event with parameters of type AssocModel Modifier and Type Method Description void
PostDeleteAssoc. postDeleteAssoc(AssocModel assoc)
void
PostUpdateAssoc. postUpdateAssoc(Assoc assoc, ChangeReport report, AssocModel updateModel)
void
PreCreateAssoc. preCreateAssoc(AssocModel model)
void
PreUpdateAssoc. preUpdateAssoc(Assoc assoc, AssocModel updateModel)
-
Uses of AssocModel in systems.dmx.core.util
Methods in systems.dmx.core.util with parameters of type AssocModel Modifier and Type Method Description static PlayerModel[]
DMXUtils. assocAutoTyping(AssocModel assoc, String topicTypeUri1, String topicTypeUri2, String assocTypeUri, String roleTypeUri1, String roleTypeUri2)
static PlayerModel[]
DMXUtils. assocAutoTyping(AssocModel assoc, String topicTypeUri1, String topicTypeUri2, String assocTypeUri, String roleTypeUri1, String roleTypeUri2, java.util.function.Predicate<PlayerModel[]> playerTest)
Retypes the given association if its players match the given topic types.static PlayerModel[]
DMXUtils. getPlayerModels(AssocModel assoc, String topicTypeUri1, String topicTypeUri2)
-
Uses of AssocModel in systems.dmx.events
Methods in systems.dmx.events with parameters of type AssocModel Modifier and Type Method Description void
EventsPlugin. preCreateAssoc(AssocModel assoc)
-
Uses of AssocModel in systems.dmx.timestamps
Methods in systems.dmx.timestamps with parameters of type AssocModel Modifier and Type Method Description void
TimestampsPlugin. postUpdateAssoc(Assoc assoc, ChangeReport report, AssocModel updateModel)
-
Uses of AssocModel in systems.dmx.webservice
Methods in systems.dmx.webservice with parameters of type AssocModel Modifier and Type Method Description DirectivesResponse
WebservicePlugin. createAssoc(AssocModel model)
DirectivesResponse
WebservicePlugin. updateAssoc(long assocId, AssocModel model)
-