Uses of Class
eu.scape_project.watch.domain.Property

Packages that use Property
eu.scape_project.watch.dao   
eu.scape_project.watch.domain   
 

Uses of Property in eu.scape_project.watch.dao
 

Methods in eu.scape_project.watch.dao that return Property
 Property PropertyDAO.findByEntityTypeAndName(String entityTypeName, String name)
          Find a Property by the related EntityType and name.
 

Methods in eu.scape_project.watch.dao that return types with arguments of type Property
 Collection<Property> PropertyDAO.listWithType(String type, int start, int max)
          List properties of a type.
 List<Property> PropertyDAO.query(String bindings, int start, int max)
          Query for Property.
 

Uses of Property in eu.scape_project.watch.domain
 

Methods in eu.scape_project.watch.domain that return Property
 Property PropertyValue.getProperty()
           
 Property Property.save()
           
 

Methods in eu.scape_project.watch.domain that return types with arguments of type Property
 List<Property> Question.getProperties()
           
 

Methods in eu.scape_project.watch.domain with parameters of type Property
 void PropertyValue.setProperty(Property property)
           
 

Method parameters in eu.scape_project.watch.domain with type arguments of type Property
 void Question.setProperties(List<Property> properties)
           
 

Constructors in eu.scape_project.watch.domain with parameters of type Property
PropertyValue(Entity e, Property p, List<Object> v)
           
PropertyValue(Entity e, Property p, String v)
          Create a new property value.
 

Constructor parameters in eu.scape_project.watch.domain with type arguments of type Property
Question(String sparql, RequestTarget target, List<EntityType> types, List<Property> properties, List<Entity> entities, long period)
          Create a new question.
 



Copyright © 2012. All Rights Reserved.