Interface AgeQueryItem
-
- All Superinterfaces:
QueryItem
- All Known Implementing Classes:
DetailedMonitorQueryItem,MonitorQueryItem,TimestampQueryItem
public interface AgeQueryItem extends QueryItem
The MonitorQueryItem entity contains the number of tasks for a key (e.g. workbasketKey) and age in days.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAgeInDays()voidsetAgeInDays(int ageInDays)
-