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.coreMethods in systems.dmx.core that return CompDefModel Modifier and Type Method Description CompDefModelCompDef. getModel()Methods in systems.dmx.core with parameters of type CompDefModel Modifier and Type Method Description DMXTypeDMXType. addCompDef(CompDefModel compDef)DMXTypeDMXType. addCompDefBefore(CompDefModel compDef, String beforeCompDefUri)voidCompDef. update(CompDefModel model)
- 
Uses of CompDefModel in systems.dmx.core.implMethods in systems.dmx.core.impl with parameters of type CompDefModel Modifier and Type Method Description AssocTypeModelAssocTypeModelImpl. addCompDef(CompDefModel compDef)Method parameters in systems.dmx.core.impl with type arguments of type CompDefModel Modifier and Type Method Description AssocTypeModelImplModelFactoryImpl. newAssocTypeModel(TopicModel typeTopic, String dataTypeUri, List<CompDefModel> compDefs, ViewConfigModel viewConfig)systems.dmx.core.impl.TopicTypeModelImplModelFactoryImpl. newTopicTypeModel(TopicModel typeTopic, String dataTypeUri, List<CompDefModel> compDefs, ViewConfigModel viewConfig)
- 
Uses of CompDefModel in systems.dmx.core.modelMethods in systems.dmx.core.model that return CompDefModel Modifier and Type Method Description CompDefModelTypeModel. getCompDef(String compDefUri)CompDefModelTypeModel. 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 AssocTypeModelAssocTypeModel. addCompDef(CompDefModel compDef)TopicTypeModelTopicTypeModel. addCompDef(CompDefModel compDef)TypeModelTypeModel. addCompDef(CompDefModel compDef)TypeModelTypeModel. addCompDefBefore(CompDefModel compDef, String beforeCompDefUri)
- 
Uses of CompDefModel in systems.dmx.core.serviceMethods in systems.dmx.core.service that return CompDefModel Modifier and Type Method Description CompDefModelModelFactory. newCompDefModel(String customAssocTypeUri, boolean isIdentityAttr, boolean includeInLabel, String parentTypeUri, String childTypeUri, String childCardinalityUri)CompDefModelModelFactory. newCompDefModel(String parentTypeUri, String childTypeUri, String childCardinalityUri)CompDefModelModelFactory. newCompDefModel(String parentTypeUri, String childTypeUri, String childCardinalityUri, ViewConfigModel viewConfig)CompDefModelModelFactory. newCompDefModel(org.codehaus.jettison.json.JSONObject compDef)CompDefModelModelFactory. newCompDefModel(AssocModel assoc, ViewConfigModel viewConfig)Method parameters in systems.dmx.core.service with type arguments of type CompDefModel Modifier and Type Method Description AssocTypeModelModelFactory. newAssocTypeModel(TopicModel typeTopic, String dataTypeUri, List<CompDefModel> compDefs, ViewConfigModel viewConfig)TopicTypeModelModelFactory. newTopicTypeModel(TopicModel typeTopic, String dataTypeUri, List<CompDefModel> compDefs, ViewConfigModel viewConfig)
 
-