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

Packages that use SimpleValue
de.deepamehta.core   
de.deepamehta.core.impl   
de.deepamehta.core.model   
de.deepamehta.core.service   
de.deepamehta.core.storage.spi   
de.deepamehta.plugins.webservice   
de.deepamehta.storage.neo4j   
 

Uses of SimpleValue in de.deepamehta.core
 

Methods in de.deepamehta.core that return SimpleValue
 SimpleValue DeepaMehtaObject.getSimpleValue()
           
 

Methods in de.deepamehta.core with parameters of type SimpleValue
 void DeepaMehtaObject.setSimpleValue(SimpleValue value)
           
 

Uses of SimpleValue in de.deepamehta.core.impl
 

Methods in de.deepamehta.core.impl that return SimpleValue
private  SimpleValue ValueStorage.getIndexValue(DeepaMehtaObjectModel model)
          Calculates the simple value that is to be indexed for this object.
 SimpleValue AttachedDeepaMehtaObject.getSimpleValue()
           
 

Methods in de.deepamehta.core.impl with parameters of type SimpleValue
(package private)  TopicModel StorageDecorator.fetchTopic(String key, SimpleValue value)
          Looks up a single topic by exact property value.
(package private)  List<TopicModel> StorageDecorator.fetchTopics(String key, SimpleValue value)
           
 Topic EmbeddedService.getTopic(String key, SimpleValue value, boolean fetchComposite)
           
 List<Topic> EmbeddedService.getTopics(String key, SimpleValue value, boolean fetchComposite)
           
(package private)  void ValueStorage.setSimpleValue(DeepaMehtaObjectModel model, SimpleValue value)
           
 void AttachedDeepaMehtaObject.setSimpleValue(SimpleValue value)
           
(package private)  void StorageDecorator.storeAssociationValue(long assocId, SimpleValue value)
          Convenience method (no indexing).
(package private)  void StorageDecorator.storeAssociationValue(long assocId, SimpleValue value, List<IndexMode> indexModes, String indexKey, SimpleValue indexValue)
          Stores the association's value.
(package private)  void StorageDecorator.storeTopicValue(long topicId, SimpleValue value)
          Convenience method (no indexing).
(package private)  void StorageDecorator.storeTopicValue(long topicId, SimpleValue value, List<IndexMode> indexModes, String indexKey, SimpleValue indexValue)
          Stores the topic's value.
private  void AttachedDeepaMehtaObject.updateSimpleValue(SimpleValue newValue)
           
 

Uses of SimpleValue in de.deepamehta.core.model
 

Fields in de.deepamehta.core.model declared as SimpleValue
protected  SimpleValue DeepaMehtaObjectModel.value
           
 

Methods in de.deepamehta.core.model that return SimpleValue
 SimpleValue DeepaMehtaObjectModel.getSimpleValue()
           
 

Methods in de.deepamehta.core.model with parameters of type SimpleValue
 void DeepaMehtaObjectModel.setSimpleValue(SimpleValue value)
           
 

Constructors in de.deepamehta.core.model with parameters of type SimpleValue
AssociationModel(long id, String uri, String typeUri, RoleModel roleModel1, RoleModel roleModel2, SimpleValue value, CompositeValueModel composite)
           
DeepaMehtaObjectModel(long id, String uri, String typeUri, SimpleValue value, CompositeValueModel composite)
           
DeepaMehtaObjectModel(String typeUri, SimpleValue value)
           
DeepaMehtaObjectModel(String uri, String typeUri, SimpleValue value)
           
TopicModel(long id, String uri, String typeUri, SimpleValue value, CompositeValueModel composite)
           
TopicModel(String typeUri, SimpleValue value)
           
TopicModel(String uri, String typeUri, SimpleValue value)
           
TypeModel(String uri, String topicTypeUri, SimpleValue value, String dataTypeUri)
           
 

Uses of SimpleValue in de.deepamehta.core.service
 

Methods in de.deepamehta.core.service with parameters of type SimpleValue
 Topic DeepaMehtaService.getTopic(String key, SimpleValue value, boolean fetchComposite)
          Looks up a single topic by exact value.
 List<Topic> DeepaMehtaService.getTopics(String key, SimpleValue value, boolean fetchComposite)
          Looks up topics by key and value.
 

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

Methods in de.deepamehta.core.storage.spi with parameters of type SimpleValue
 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 SimpleValue in de.deepamehta.plugins.webservice
 

Methods in de.deepamehta.plugins.webservice with parameters of type SimpleValue
 Topic WebservicePlugin.getTopic(String key, SimpleValue value, boolean fetchComposite)
           
 

Uses of SimpleValue in de.deepamehta.storage.neo4j
 

Methods in de.deepamehta.storage.neo4j that return SimpleValue
private  SimpleValue Neo4jStorage.simpleValue(org.neo4j.graphdb.Node node)
           
 

Methods in de.deepamehta.storage.neo4j with parameters of type SimpleValue
private  Object Neo4jStorage.getIndexValue(SimpleValue value, SimpleValue 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.