Package | Description |
---|---|
systems.dmx.core | |
systems.dmx.core.impl | |
systems.dmx.core.model | |
systems.dmx.core.service |
Modifier and Type | Method and Description |
---|---|
CompDefModel |
CompDef.getModel() |
Modifier and Type | Method and Description |
---|---|
DMXType |
DMXType.addCompDef(CompDefModel compDef) |
DMXType |
DMXType.addCompDefBefore(CompDefModel compDef,
String beforeCompDefUri) |
void |
CompDef.update(CompDefModel model) |
Modifier and Type | Method and Description |
---|---|
AssocTypeModel |
AssocTypeModelImpl.addCompDef(CompDefModel compDef) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
CompDefModel |
TypeModel.getCompDef(String compDefUri) |
CompDefModel |
TypeModel.removeCompDef(String compDefUri) |
Modifier and Type | Method and Description |
---|---|
Collection<? extends CompDefModel> |
TypeModel.getCompDefs() |
Modifier and Type | Method and Description |
---|---|
TypeModel |
TypeModel.addCompDef(CompDefModel compDef) |
TopicTypeModel |
TopicTypeModel.addCompDef(CompDefModel compDef) |
AssocTypeModel |
AssocTypeModel.addCompDef(CompDefModel compDef) |
TypeModel |
TypeModel.addCompDefBefore(CompDefModel compDef,
String beforeCompDefUri) |
Modifier and Type | Method and Description |
---|---|
CompDefModel |
ModelFactory.newCompDefModel(AssocModel assoc,
ViewConfigModel viewConfig) |
CompDefModel |
ModelFactory.newCompDefModel(org.codehaus.jettison.json.JSONObject compDef) |
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) |
Modifier and Type | Method and 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) |
Copyright © 2023. All Rights Reserved.