|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Entity in eu.scape_project.watch.adaptor.c3po |
---|
Method parameters in eu.scape_project.watch.adaptor.c3po with type arguments of type Entity | |
---|---|
ResultInterface |
C3POAdaptor.execute(Map<Entity,List<Property>> context)
|
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. |
Uses of Entity in eu.scape_project.watch.interfaces |
---|
Method parameters in eu.scape_project.watch.interfaces with type arguments of type Entity | |
---|---|
ResultInterface |
AdaptorPluginInterface.execute(Map<Entity,List<Property>> config)
Executes this plugin and returns a specific ResultInterface implementation. |
Uses of Entity in eu.scape_project.watch.rest |
---|
Methods in eu.scape_project.watch.rest that return Entity | |
---|---|
Entity |
WatchClient.createEntity(String name,
String type)
Create a new Entity . |
Entity |
WatchClient.deleteEntity(String name)
Delete an entity. |
Entity |
WatchClient.getEntity(String name)
Get entity from server. |
Entity |
WatchClient.updateEntity(String name,
Entity entity)
Update the entity defined by the name. |
Methods in eu.scape_project.watch.rest that return types with arguments of type Entity | |
---|---|
List<Entity> |
WatchClient.listEntity(int start,
int max)
List all entities in the knowledge base. |
List<Entity> |
WatchClient.listEntity(String type,
int start,
int max)
|
Methods in eu.scape_project.watch.rest with parameters of type Entity | |
---|---|
Entity |
WatchClient.updateEntity(String name,
Entity entity)
Update the entity defined by the name. |
Uses of Entity in eu.scape_project.watch.rest.resource |
---|
Methods in eu.scape_project.watch.rest.resource with parameters of type Entity | |
---|---|
javax.ws.rs.core.Response |
EntityResource.updateEntity(String name,
Entity entity)
Update an existing entity. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |