|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of PropertyValue in eu.scape_project.watch.adaptor.c3po.command |
|---|
| Methods in eu.scape_project.watch.adaptor.c3po.command that return PropertyValue | |
|---|---|
PropertyValue |
ObjectsAvgSizeCommand.execute()
|
abstract PropertyValue |
Command.execute()
|
PropertyValue |
ObjectsMaxSizeCommand.execute()
|
PropertyValue |
ObjectsMinSizeCommand.execute()
|
PropertyValue |
DistributionCommand.execute()
|
PropertyValue |
CollectionSizeCommand.execute()
|
PropertyValue |
ObjectsCountCommand.execute()
|
| Uses of PropertyValue in eu.scape_project.watch.adaptor.c3po.common |
|---|
| Methods in eu.scape_project.watch.adaptor.c3po.common that return types with arguments of type PropertyValue | |
|---|---|
List<PropertyValue> |
ProfileResult.getPropertyValues()
Retrieves the property values. |
| Methods in eu.scape_project.watch.adaptor.c3po.common with parameters of type PropertyValue | |
|---|---|
void |
ProfileResult.add(PropertyValue v)
Adds the value to the result list. |
| Method parameters in eu.scape_project.watch.adaptor.c3po.common with type arguments of type PropertyValue | |
|---|---|
void |
ProfileResult.add(List<PropertyValue> values)
Adds all values of the passed list to the result list if the list is not null. |
| Constructor parameters in eu.scape_project.watch.adaptor.c3po.common with type arguments of type PropertyValue | |
|---|---|
ProfileResult(List<PropertyValue> result)
Initializes this object and passes the result list. |
|
| Uses of PropertyValue in eu.scape_project.watch.dao |
|---|
| Methods in eu.scape_project.watch.dao that return PropertyValue | |
|---|---|
PropertyValue |
PropertyValueDAO.findByEntityAndName(String entityName,
String propertyName)
Find PropertyValue by the related Entity and
Property. |
| Methods in eu.scape_project.watch.dao that return types with arguments of type PropertyValue | |
|---|---|
Collection<PropertyValue> |
PropertyValueDAO.listWithEntity(String entityName,
int start,
int max)
List all property values of a specific Entity. |
Collection<PropertyValue> |
PropertyValueDAO.listWithEntityAndProperty(String entityName,
String entityType,
String propertyName,
int start,
int max)
List all property values of a specific Entity and Property. |
Collection<PropertyValue> |
PropertyValueDAO.listWithProperty(String entityType,
String propertyName,
int start,
int max)
List all property values of a Property independently of the
Entity. |
List<PropertyValue> |
PropertyValueDAO.query(String bindings,
int start,
int max)
Query for PropertyValue. |
| Uses of PropertyValue in eu.scape_project.watch.domain |
|---|
| Methods in eu.scape_project.watch.domain that return PropertyValue | |
|---|---|
PropertyValue |
Measurement.getPropertyValue()
|
PropertyValue |
PropertyValue.save()
|
| Methods in eu.scape_project.watch.domain with parameters of type PropertyValue | |
|---|---|
void |
Measurement.setPropertyValue(PropertyValue propertyValue)
|
| Constructors in eu.scape_project.watch.domain with parameters of type PropertyValue | |
|---|---|
Measurement(PropertyValue pv,
long t)
Create a new measurement. |
|
| Uses of PropertyValue in eu.scape_project.watch.interfaces |
|---|
| Methods in eu.scape_project.watch.interfaces that return types with arguments of type PropertyValue | |
|---|---|
List<PropertyValue> |
ResultInterface.getPropertyValues()
Retrieves the property values. |
| Uses of PropertyValue in eu.scape_project.watch.rest |
|---|
| Methods in eu.scape_project.watch.rest that return PropertyValue | |
|---|---|
PropertyValue |
WatchClient.createPropertyValue(String entity,
String property,
String value)
Create a new PropertyValue. |
PropertyValue |
WatchClient.deletePropertyValue(String entity,
String property)
Delete an existing property value. |
PropertyValue |
WatchClient.getPropertyValue(String entity,
String property)
Get an existing PropertyValue. |
PropertyValue |
WatchClient.updatePropertyValue(String entity,
String property,
String value)
Update an existing PropertyValue. |
| Methods in eu.scape_project.watch.rest that return types with arguments of type PropertyValue | |
|---|---|
List<PropertyValue> |
WatchClient.listPropertyValue()
List all property values in the KB. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||