|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Property in eu.scape_project.watch.adaptor.c3po |
---|
Method parameters in eu.scape_project.watch.adaptor.c3po with type arguments of type Property | |
---|---|
ResultInterface |
C3POAdaptor.execute(Map<Entity,List<Property>> context)
|
Uses of Property in eu.scape_project.watch.adaptor.c3po.command |
---|
Methods in eu.scape_project.watch.adaptor.c3po.command that return Property | |
---|---|
Property |
Command.getProperty()
|
Methods in eu.scape_project.watch.adaptor.c3po.command with parameters of type Property | |
---|---|
void |
Command.setProperty(Property property)
|
Constructors in eu.scape_project.watch.adaptor.c3po.command with parameters of type Property | |
---|---|
CollectionSizeCommand(Property p)
|
|
DistributionCommand(Property p,
String name)
|
|
ObjectsAvgSizeCommand(Property p)
|
|
ObjectsCountCommand(Property p)
|
|
ObjectsMaxSizeCommand(Property p)
|
|
ObjectsMinSizeCommand(Property p)
|
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. |
Uses of Property in eu.scape_project.watch.interfaces |
---|
Method parameters in eu.scape_project.watch.interfaces with type arguments of type Property | |
---|---|
ResultInterface |
AdaptorPluginInterface.execute(Map<Entity,List<Property>> config)
Executes this plugin and returns a specific ResultInterface implementation. |
Uses of Property in eu.scape_project.watch.rest |
---|
Methods in eu.scape_project.watch.rest that return Property | |
---|---|
Property |
WatchClient.createProperty(String type,
String name,
String description)
Create a new Property . |
Property |
WatchClient.deleteProperty(String type,
String name)
Delete an existing property. |
Property |
WatchClient.getProperty(String type,
String name)
Get an existing property. |
Property |
WatchClient.updateProperty(String type,
String name,
Property property)
Update an existing property. |
Methods in eu.scape_project.watch.rest that return types with arguments of type Property | |
---|---|
List<Property> |
WatchClient.listProperty()
List all properties in the KB. |
Methods in eu.scape_project.watch.rest with parameters of type Property | |
---|---|
Property |
WatchClient.updateProperty(String type,
String name,
Property property)
Update an existing property. |
Uses of Property in eu.scape_project.watch.rest.resource |
---|
Methods in eu.scape_project.watch.rest.resource with parameters of type Property | |
---|---|
javax.ws.rs.core.Response |
PropertyResource.updateProperty(String type,
String name,
Property property)
Update an existing Property . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |