register-device/extensible/bulk/extensible-bulk-device-registration.service.ts
BaseExtensibleDeviceRegistrationService
Properties |
|
Methods |
|
constructor(router: Router, stateService: AppStateService, client: FetchClient, tenantUiService: TenantUiService)
|
|||||||||||||||
|
Parameters :
|
| Async getBulkDescription | ||||||
getBulkDescription(contextPath: string)
|
||||||
|
Parameters :
Returns :
Promise<BulkDescription>
|
| getBulkUrl | ||||||
getBulkUrl(contextPath: string)
|
||||||
|
Parameters :
Returns :
string
|
| getDeviceRegistrationProviders |
getDeviceRegistrationProviders()
|
|
Returns :
ExtensibleDeviceRegistrationProvider[]
|
| Async upload | |||||||||
upload(csv: File, contextPath)
|
|||||||||
|
Parameters :
Returns :
Promise<IResult<BulkResult>>
|
| Protected getMetadataUrl | ||||||
getMetadataUrl(contextPath: string)
|
||||||
|
Parameters :
Returns :
string
|
| Protected getServiceBaseUrl | ||||||
getServiceBaseUrl(contextPath: string)
|
||||||
|
Parameters :
Returns :
string
|
| Protected client |
Type : FetchClient
|
| Protected router |
Type : Router
|
| Protected stateService |
Type : AppStateService
|
| Protected tenantUiService |
Type : TenantUiService
|