Uses of Class
de.deepamehta.core.model.IndexMode

Packages that use IndexMode
de.deepamehta.core   
de.deepamehta.core.impl   
de.deepamehta.core.model   
de.deepamehta.core.storage.spi   
de.deepamehta.storage.neo4j   
 

Uses of IndexMode in de.deepamehta.core
 

Methods in de.deepamehta.core that return types with arguments of type IndexMode
 List<IndexMode> Type.getIndexModes()
           
 

Method parameters in de.deepamehta.core with type arguments of type IndexMode
 void Type.setIndexModes(List<IndexMode> indexModes)
           
 

Uses of IndexMode in de.deepamehta.core.impl
 

Methods in de.deepamehta.core.impl that return types with arguments of type IndexMode
private  List<IndexMode> TypeStorageImpl.fetchIndexModes(long typeId)
           
 List<IndexMode> AttachedType.getIndexModes()
           
 

Method parameters in de.deepamehta.core.impl with type arguments of type IndexMode
 void AttachedType.setIndexModes(List<IndexMode> indexModes)
           
(package private)  void StorageDecorator.storeAssociationValue(long assocId, SimpleValue value, List<IndexMode> indexModes, String indexKey, SimpleValue indexValue)
          Stores the association's value.
(package private)  void TypeStorageImpl.storeIndexModes(String typeUri, List<IndexMode> indexModes)
           
(package private)  void StorageDecorator.storeTopicValue(long topicId, SimpleValue value, List<IndexMode> indexModes, String indexKey, SimpleValue indexValue)
          Stores the topic's value.
 

Uses of IndexMode in de.deepamehta.core.model
 

Fields in de.deepamehta.core.model with type parameters of type IndexMode
private  List<IndexMode> TypeModel.indexModes
           
 

Methods in de.deepamehta.core.model that return IndexMode
private 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.
 

Methods in de.deepamehta.core.model that return types with arguments of type IndexMode
static List<IndexMode> IndexMode.fromTopics(List<RelatedTopicModel> topics)
           
 List<IndexMode> TypeModel.getIndexModes()
           
(package private) static List<IndexMode> IndexMode.parse(JSONObject topicTypeModel)
           
 

Method parameters in de.deepamehta.core.model with type arguments of type IndexMode
 void TypeModel.setIndexModes(List<IndexMode> indexModes)
           
(package private) static void IndexMode.toJSON(List<IndexMode> indexModes, JSONObject o)
           
 

Constructor parameters in de.deepamehta.core.model with type arguments of type IndexMode
AssociationTypeModel(TopicModel topic, String dataTypeUri, List<IndexMode> indexModes, List<AssociationDefinitionModel> assocDefs, List<String> labelConfig, ViewConfigurationModel viewConfig)
           
TopicTypeModel(TopicModel topic, String dataTypeUri, List<IndexMode> indexModes, List<AssociationDefinitionModel> assocDefs, List<String> labelConfig, ViewConfigurationModel viewConfig)
           
TypeModel(TopicModel topic, String dataTypeUri, List<IndexMode> indexModes, List<AssociationDefinitionModel> assocDefs, List<String> labelConfig, ViewConfigurationModel viewConfig)
           
 

Uses of IndexMode in de.deepamehta.core.storage.spi
 

Method parameters in de.deepamehta.core.storage.spi with type arguments of type IndexMode
 void DeepaMehtaStorage.storeAssociationValue(long assocId, SimpleValue value, List<IndexMode> indexModes, String indexKey, SimpleValue indexValue)
           
 void DeepaMehtaStorage.storeTopicValue(long topicId, SimpleValue value, List<IndexMode> indexModes, String indexKey, SimpleValue indexValue)
           
 

Uses of IndexMode in de.deepamehta.storage.neo4j
 

Method parameters in de.deepamehta.storage.neo4j with type arguments of type IndexMode
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.storeAndIndexAssociationValue(org.neo4j.graphdb.Node assocNode, Object value, List<IndexMode> indexModes, String indexKey, Object indexValue)
           
private  void Neo4jStorage.storeAndIndexTopicValue(org.neo4j.graphdb.Node topicNode, Object value, 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 © 2014. All Rights Reserved.