Uses of Interface
systems.dmx.core.model.CompDefModel
-
Packages that use CompDefModel Package Description systems.dmx.core systems.dmx.core.impl systems.dmx.core.model systems.dmx.core.service -
-
Uses of CompDefModel in systems.dmx.core
Methods in systems.dmx.core that return CompDefModel Modifier and Type Method Description CompDefModel
CompDef. getModel()
Methods in systems.dmx.core with parameters of type CompDefModel Modifier and Type Method Description DMXType
DMXType. addCompDef(CompDefModel compDef)
DMXType
DMXType. addCompDefBefore(CompDefModel compDef, String beforeCompDefUri)
void
CompDef. update(CompDefModel model)
-
Uses of CompDefModel in systems.dmx.core.impl
Methods in systems.dmx.core.impl with parameters of type CompDefModel Modifier and Type Method Description AssocTypeModel
AssocTypeModelImpl. addCompDef(CompDefModel compDef)
Method parameters in systems.dmx.core.impl with type arguments of type CompDefModel Modifier and Type Method Description AssocTypeModelImpl
ModelFactoryImpl. newAssocTypeModel(TopicModel typeTopic, String dataTypeUri, List<CompDefModel> compDefs, ViewConfigModel viewConfig)
systems.dmx.core.impl.TopicTypeModelImpl
ModelFactoryImpl. newTopicTypeModel(TopicModel typeTopic, String dataTypeUri, List<CompDefModel> compDefs, ViewConfigModel viewConfig)
-
Uses of CompDefModel in systems.dmx.core.model
Methods in systems.dmx.core.model that return CompDefModel Modifier and Type Method Description CompDefModel
TypeModel. getCompDef(String compDefUri)
CompDefModel
TypeModel. removeCompDef(String compDefUri)
Methods in systems.dmx.core.model that return types with arguments of type CompDefModel Modifier and Type Method Description Collection<? extends CompDefModel>
TypeModel. getCompDefs()
Methods in systems.dmx.core.model with parameters of type CompDefModel Modifier and Type Method Description AssocTypeModel
AssocTypeModel. addCompDef(CompDefModel compDef)
TopicTypeModel
TopicTypeModel. addCompDef(CompDefModel compDef)
TypeModel
TypeModel. addCompDef(CompDefModel compDef)
TypeModel
TypeModel. addCompDefBefore(CompDefModel compDef, String beforeCompDefUri)
-
Uses of CompDefModel in systems.dmx.core.service
Methods in systems.dmx.core.service that return CompDefModel Modifier and Type Method Description CompDefModel
ModelFactory. newCompDefModel(String customAssocTypeUri, boolean isIdentityAttr, boolean includeInLabel, String parentTypeUri, String childTypeUri, String childCardinalityUri)
CompDefModel
ModelFactory. newCompDefModel(String parentTypeUri, String childTypeUri, String childCardinalityUri)
CompDefModel
ModelFactory. newCompDefModel(String parentTypeUri, String childTypeUri, String childCardinalityUri, ViewConfigModel viewConfig)
CompDefModel
ModelFactory. newCompDefModel(org.codehaus.jettison.json.JSONObject compDef)
CompDefModel
ModelFactory. newCompDefModel(AssocModel assoc, ViewConfigModel viewConfig)
Method parameters in systems.dmx.core.service with type arguments of type CompDefModel Modifier and Type Method Description AssocTypeModel
ModelFactory. newAssocTypeModel(TopicModel typeTopic, String dataTypeUri, List<CompDefModel> compDefs, ViewConfigModel viewConfig)
TopicTypeModel
ModelFactory. newTopicTypeModel(TopicModel typeTopic, String dataTypeUri, List<CompDefModel> compDefs, ViewConfigModel viewConfig)
-