|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Entity | |
---|---|
eu.scape_project.watch.dao | |
eu.scape_project.watch.domain |
Uses of Entity in eu.scape_project.watch.dao |
---|
Methods in eu.scape_project.watch.dao that return Entity | |
---|---|
Entity |
EntityDAO.findById(String entityName)
Find Entity by id. |
Methods in eu.scape_project.watch.dao that return types with arguments of type Entity | |
---|---|
Collection<Entity> |
EntityDAO.listWithType(String type,
int start,
int max)
List Entity that have the defined type. |
List<Entity> |
EntityDAO.query(String bindings,
int start,
int max)
Query for Entity . |
Uses of Entity in eu.scape_project.watch.domain |
---|
Methods in eu.scape_project.watch.domain that return Entity | |
---|---|
Entity |
PropertyValue.getEntity()
|
Entity |
Entity.save()
|
Methods in eu.scape_project.watch.domain that return types with arguments of type Entity | |
---|---|
List<Entity> |
Question.getEntities()
|
Methods in eu.scape_project.watch.domain with parameters of type Entity | |
---|---|
void |
PropertyValue.setEntity(Entity entity)
Set the related Entity and update the Id. |
Method parameters in eu.scape_project.watch.domain with type arguments of type Entity | |
---|---|
void |
Question.setEntities(List<Entity> entities)
|
Constructors in eu.scape_project.watch.domain with parameters of type Entity | |
---|---|
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 Entity | |
---|---|
Question(String sparql,
RequestTarget target,
List<EntityType> types,
List<Property> properties,
List<Entity> entities,
long period)
Create a new question. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |