operations/stepper-bulk-type-configuration/stepper-bulk-type-configuration.component.ts
selector | c8y-stepper-bulk-type-configuration |
templateUrl | stepper-bulk-type-configuration.component.html |
Properties |
Methods |
constructor(bulkOperationService: BulkOperationsService, repositoryService: RepositoryService, translate: TranslateService)
|
||||||||||||
Parameters :
|
Async getConfigBinary |
getConfigBinary()
|
Returns :
any
|
getDeviceTypeTitle | ||||||
getDeviceTypeTitle(configuration: IManagedObject)
|
||||||
Parameters :
Returns :
string
|
goToSecondStep | ||||||
goToSecondStep($event: literal type)
|
||||||
Parameters :
Returns :
void
|
loadConfigurationTypes |
loadConfigurationTypes()
|
Returns :
void
|
ngOnDestroy |
ngOnDestroy()
|
Returns :
void
|
Protected retrieveOperationPrototype |
retrieveOperationPrototype()
|
Returns :
OperationDetails
|
selectConfiguration | ||||||
selectConfiguration(configuration: IManagedObject)
|
||||||
Parameters :
Returns :
void
|
ngOnInit |
ngOnInit()
|
Returns :
void
|
Protected onSelectionChange | ||||||
onSelectionChange(event: StepperSelectionEvent)
|
||||||
Parameters :
Returns :
void
|
configType$ |
Type : BehaviorSubject<string>
|
Default value : new BehaviorSubject('')
|
configTypes |
Type : []
|
Default value : []
|
DD_LOW_COUNT |
Type : number
|
Default value : 10
|
Readonly NO_DEVICE_TYPE_AVAILABLE |
Default value : gettext('Undefined`device type`')
|
selectedConfigType |
Type : object
|
Default value : { name: '' }
|
selectedConfiguration |
Type : IManagedObject
|
textFilter$ |
Type : BehaviorSubject<string>
|
Default value : new BehaviorSubject('')
|
Readonly type |
Type : BulkOperationType
|
Default value : BulkOperationType.CONFIGURATION
|
operationStepper |
Type : BulkOperationStepper
|
Decorators :
@ViewChild(BulkOperationStepper, {static: true})
|