public interface OccurringValuesService
Modifier and Type | Method and Description |
---|---|
void |
addListener(OccurringValuesListener listener)
Add a listener to the service.
|
OccurringValues |
getOccurringValues(PropertyEntityDefinition property)
Get the values occurring in the data for the given property entity.
|
void |
removeListener(OccurringValuesListener listener)
Remove a listener from the service.
|
boolean |
updateOccuringValues(PropertyEntityDefinition property)
Update the occurring values for the given property entity.
|
OccurringValues getOccurringValues(PropertyEntityDefinition property)
property
- the property entity definitionnull
boolean updateOccuringValues(PropertyEntityDefinition property) throws IllegalArgumentException
property
- the property entity definitiontrue
if the task to update the information has been
started, false
if the information was up-to-date or
cannot be determined for the given propertyIllegalArgumentException
- if determining the occurring values is
not supported for the given property, i.e. if it passes
OccurringValuesUtil.supportsOccurringValues(PropertyEntityDefinition)
void addListener(OccurringValuesListener listener)
listener
- the listener to addvoid removeListener(OccurringValuesListener listener)
listener
- the listener to removeBuild 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a