public class DriverChangeSearch extends IdSearch
DriverChange.
When searching for status data including DeviceSearch and DiagnosticSearch the system will return all records that match the search criteria and interpolate the value at the provided from/to dates when there is no record that corresponds to the date. Interpolated records are dynamically created when the request is made and can be identified as not having the ID property populated. Records with an ID are stored in the database.
This search has been designed to work efficiently with these combinations of parameters:
Cannot be used with DriverGroups.
| Constructor and Description |
|---|
DriverChangeSearch(String id,
DeviceSearch deviceSearch,
UserSearch userSearch,
LocalDateTime fromDate,
LocalDateTime toDate,
boolean includeOverlappedChanges,
DriverChangeType type) |
public DriverChangeSearch(String id, DeviceSearch deviceSearch, UserSearch userSearch, LocalDateTime fromDate, LocalDateTime toDate, boolean includeOverlappedChanges, DriverChangeType type)
Copyright © 2023. All rights reserved.