Package | Description |
---|---|
systems.dmx.core | |
systems.dmx.core.impl | |
systems.dmx.core.model | |
systems.dmx.core.service | |
systems.dmx.core.storage.spi | |
systems.dmx.storage.neo4j |
Modifier and Type | Method and Description |
---|---|
List<IndexMode> |
DMXType.getIndexModes() |
Modifier and Type | Method and Description |
---|---|
DMXType |
DMXType.addIndexMode(IndexMode indexMode) |
Modifier and Type | Field and Description |
---|---|
private List<IndexMode> |
TypeModelImpl.indexModes |
Modifier and Type | Method and Description |
---|---|
private List<IndexMode> |
TypeStorage.fetchIndexModes(long typeId) |
List<IndexMode> |
DMXTypeImpl.getIndexModes() |
List<IndexMode> |
TypeModelImpl.getIndexModes() |
private List<IndexMode> |
ModelFactoryImpl.parseIndexModes(org.codehaus.jettison.json.JSONArray indexModeUris) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
TypeModelImpl._addIndexMode(IndexMode indexMode) |
DMXType |
DMXTypeImpl.addIndexMode(IndexMode indexMode) |
void |
TypeModelImpl.addIndexMode(IndexMode indexMode) |
private void |
TypeModelImpl.indexAllInstances(IndexMode indexMode) |
(package private) void |
StorageDecorator.indexAssociationValue(long assocId,
IndexMode indexMode,
String indexKey,
SimpleValue indexValue) |
(package private) void |
DMXObjectModelImpl.indexSimpleValue(IndexMode indexMode)
Indexes the simple value of the given object model according to the given index mode.
|
(package private) void |
AssociationModelImpl.indexSimpleValue(IndexMode indexMode) |
(package private) void |
TopicModelImpl.indexSimpleValue(IndexMode indexMode) |
(package private) void |
StorageDecorator.indexTopicValue(long topicId,
IndexMode indexMode,
String indexKey,
SimpleValue indexValue) |
(package private) void |
TypeStorage.storeIndexMode(String typeUri,
IndexMode indexMode) |
Modifier and Type | Method and Description |
---|---|
AssociationTypeModelImpl |
ModelFactoryImpl.newAssociationTypeModel(TopicModel typeTopic,
String dataTypeUri,
List<IndexMode> indexModes,
List<AssociationDefinitionModel> assocDefs,
ViewConfigurationModel viewConfig) |
TopicTypeModelImpl |
ModelFactoryImpl.newTopicTypeModel(TopicModel typeTopic,
String dataTypeUri,
List<IndexMode> indexModes,
List<AssociationDefinitionModel> assocDefs,
ViewConfigurationModel viewConfig) |
(package private) TypeModelImpl |
ModelFactoryImpl.newTypeModel(TopicModel typeTopic,
String dataTypeUri,
List<IndexMode> indexModes,
List<AssociationDefinitionModel> assocDefs,
ViewConfigurationModelImpl viewConfig) |
(package private) void |
StorageDecorator.storeAssociationValue(long assocId,
SimpleValue value,
List<IndexMode> indexModes,
String indexKey,
SimpleValue indexValue)
Stores and indexes the association's value.
|
private void |
TypeStorage.storeIndexModes(String typeUri,
List<IndexMode> indexModes) |
(package private) void |
StorageDecorator.storeTopicValue(long topicId,
SimpleValue value,
List<IndexMode> indexModes,
String indexKey,
SimpleValue indexValue)
Stores and indexes the topic's value.
|
private org.codehaus.jettison.json.JSONArray |
TypeModelImpl.toJSONArray(List<IndexMode> indexModes) |
Constructor and Description |
---|
TypeModelImpl(TopicModelImpl typeTopic,
String dataTypeUri,
List<IndexMode> indexModes,
List<AssociationDefinitionModel> assocDefs,
ViewConfigurationModelImpl viewConfig) |
Modifier and Type | Method and Description |
---|---|
static IndexMode |
IndexMode.fromUri(String uri) |
static IndexMode |
IndexMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexMode[] |
IndexMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static List<IndexMode> |
IndexMode.fromTopics(List<? extends RelatedTopicModel> topics) |
List<IndexMode> |
TypeModel.getIndexModes() |
Modifier and Type | Method and Description |
---|---|
void |
TypeModel.addIndexMode(IndexMode indexMode) |
Modifier and Type | Method and Description |
---|---|
AssociationTypeModel |
ModelFactory.newAssociationTypeModel(TopicModel typeTopic,
String dataTypeUri,
List<IndexMode> indexModes,
List<AssociationDefinitionModel> assocDefs,
ViewConfigurationModel viewConfig) |
TopicTypeModel |
ModelFactory.newTopicTypeModel(TopicModel typeTopic,
String dataTypeUri,
List<IndexMode> indexModes,
List<AssociationDefinitionModel> assocDefs,
ViewConfigurationModel viewConfig) |
Modifier and Type | Method and Description |
---|---|
void |
DMXStorage.indexAssociationValue(long assocId,
IndexMode indexMode,
String indexKey,
SimpleValue indexValue) |
void |
DMXStorage.indexTopicValue(long topicId,
IndexMode indexMode,
String indexKey,
SimpleValue indexValue) |
Modifier and Type | Method and Description |
---|---|
void |
DMXStorage.storeAssociationValue(long assocId,
SimpleValue value,
List<IndexMode> indexModes,
String indexKey,
SimpleValue indexValue)
Stores and indexes an association value.
|
void |
DMXStorage.storeTopicValue(long topicId,
SimpleValue value,
List<IndexMode> indexModes,
String indexKey,
SimpleValue indexValue)
Stores and indexes a topic value.
|
Modifier and Type | Method and Description |
---|---|
void |
Neo4jStorage.indexAssociationValue(long assocId,
IndexMode indexMode,
String indexKey,
SimpleValue indexValue) |
void |
Neo4jStorage.indexTopicValue(long topicId,
IndexMode indexMode,
String indexKey,
SimpleValue indexValue) |
Modifier and Type | Method and Description |
---|---|
private void |
Neo4jStorage.indexAssociationNodeValue(org.neo4j.graphdb.Node assocNode,
List<IndexMode> indexModes,
String indexKey,
Object indexValue) |
private void |
Neo4jStorage.indexNodeValue(org.neo4j.graphdb.Node node,
Object value,
List<IndexMode> indexModes,
String indexKey,
org.neo4j.graphdb.index.Index<org.neo4j.graphdb.Node> exactIndex,
org.neo4j.graphdb.index.Index<org.neo4j.graphdb.Node> fulltextIndex) |
private void |
Neo4jStorage.indexTopicNodeValue(org.neo4j.graphdb.Node topicNode,
List<IndexMode> indexModes,
String indexKey,
Object indexValue) |
void |
Neo4jStorage.storeAssociationValue(long assocId,
SimpleValue value,
List<IndexMode> indexModes,
String indexKey,
SimpleValue indexValue) |
void |
Neo4jStorage.storeTopicValue(long topicId,
SimpleValue value,
List<IndexMode> indexModes,
String indexKey,
SimpleValue indexValue) |
Copyright © 2018. All Rights Reserved.