repository/software/device-tab/device-software.service.ts
Methods |
Accessors |
constructor(serviceRegistry: ServiceRegistry)
|
||||||
Parameters :
|
getSoftwareList | ||||||||||||||||
getSoftwareList(deviceId, filterCriteria: FilterCriteria, legacySoftwareList?: DeviceSoftware[])
|
||||||||||||||||
Retrieves the software list that is installed on a given device. will be filtered by the specified filter criteria.
Parameters :
Returns :
Observable<IResultList<DeviceSoftware>>
The software items installed on the specified device filtered by the specified criteria. |
reload |
reload()
|
Trigger device software data reload.
Returns :
void
|
loading$ |
getloading$()
|
Indicates whether device software data is currently being loaded.
Returns :
Observable<boolean>
|