SYMBOL INDEX (655 symbols across 134 files) FILE: e2e/app.po.ts class NgADFPage (line 3) | class NgADFPage { method navigateTo (line 4) | navigateTo() { method getParagraphText (line 8) | getParagraphText() { FILE: protractor.conf.js method onPrepare (line 27) | onPrepare() { FILE: src/app/about/about-component.ts class AboutComponent (line 29) | class AboutComponent implements AfterViewInit { method constructor (line 37) | constructor(private _aboutService: AboutService) { method ngAfterViewInit (line 43) | ngAfterViewInit() { method getVersion (line 49) | getVersion() { FILE: src/app/about/about.module.ts class AboutModule (line 14) | class AboutModule { FILE: src/app/about/service.ts class AboutService (line 8) | class AboutService { method constructor (line 12) | constructor(private _http: HttpClient) { method getAPIVersion (line 17) | getAPIVersion() { FILE: src/app/add-gadget/add-gadget-component.ts class AddGadgetComponent (line 48) | class AddGadgetComponent implements AfterViewInit { method constructor (line 72) | constructor(private _addGadgetService: AddGadgetService) { method actionHandler (line 77) | actionHandler(actionItem, actionName) { method showMessageModal (line 84) | showMessageModal(icon: string, header: string, message: string) { method showComponentLibraryModal (line 92) | showComponentLibraryModal(header: string) { method hideMessageModal (line 98) | hideMessageModal() { method ngAfterViewInit (line 105) | ngAfterViewInit() { method getObjectList (line 109) | getObjectList() { FILE: src/app/add-gadget/add-gadget.module.ts class AddGadgetModule (line 26) | class AddGadgetModule { FILE: src/app/add-gadget/gadget-factory.ts class GadgetFactory (line 25) | class GadgetFactory { method getComponentType (line 34) | static getComponentType(gadgetType): any { FILE: src/app/add-gadget/gadgetLibraryResponse.ts type GadgetLibraryResponse (line 1) | interface GadgetLibraryResponse { FILE: src/app/add-gadget/service.ts class AddGadgetService (line 9) | class AddGadgetService { method constructor (line 13) | constructor(private _http: HttpClient) { method getGadgetLibrary (line 17) | getGadgetLibrary() { FILE: src/app/api-token/api-token.service.ts class APITokenService (line 5) | class APITokenService { method constructor (line 10) | constructor(private _http: HttpClient) { method getAPITokenForCredentials (line 13) | public getAPITokenForCredentials(_credentials: any) { method setAPIToken (line 25) | public setAPIToken(apiToken: string) { method getAPIToken (line 29) | public getAPIToken() { function B64encode (line 34) | function B64encode(data: string) { FILE: src/app/app.component.ts class AppComponent (line 8) | class AppComponent { FILE: src/app/app.module.ts class AppModule (line 30) | class AppModule { FILE: src/app/board/board.component.ts class BoardComponent (line 11) | class BoardComponent { FILE: src/app/board/board.module.ts class BoardModule (line 56) | class BoardModule { FILE: src/app/configuration/configuration-component.ts class ConfigurationComponent (line 48) | class ConfigurationComponent implements AfterViewInit { method constructor (line 69) | constructor() { method showConfigurationModal (line 78) | showConfigurationModal(header: string) { method hideMessageModal (line 83) | hideMessageModal() { method createBoard (line 90) | createBoard(name: string) { method editBoard (line 98) | editBoard(name: string) { method deleteBoard (line 102) | deleteBoard(name: string) { method ngAfterViewInit (line 107) | ngAfterViewInit() { method setCurrentTab (line 112) | setCurrentTab(tab_index) { FILE: src/app/configuration/configuration.module.ts class ConfigurationModule (line 60) | class ConfigurationModule { FILE: src/app/configuration/tab-artificial-intelligence/ai-configuration-tab.component.ts class AIConfigurationTabComponent (line 17) | class AIConfigurationTabComponent { method constructor (line 32) | constructor() { method selectChange (line 49) | selectChange(selectControl) { method save (line 57) | save() { FILE: src/app/configuration/tab-boards/boards-configuration-tab.component.ts class BoardsConfigurationTabComponent (line 28) | class BoardsConfigurationTabComponent { method constructor (line 39) | constructor(private _configurationService: ConfigurationService) { method createBoard (line 46) | createBoard(name: string) { method editBoard (line 53) | editBoard(name: string) { method deleteBoard (line 57) | deleteBoard(name: string) { FILE: src/app/configuration/tab-endpoint/endpoint-configuration-tab.component.ts class EndpointConfigurationTabComponent (line 17) | class EndpointConfigurationTabComponent { method constructor (line 26) | constructor(private _endPointService: EndPointService) { method setSelectedEndPoint (line 40) | setSelectedEndPoint(endPoint: EndPoint) { method createEndPoint (line 44) | createEndPoint(endPoint: EndPoint) { method updateEndPoint (line 57) | updateEndPoint(endPoint: EndPoint) { method deleteEndPoint (line 64) | deleteEndPoint(endPoint: EndPoint) { method persistInMemoryDataToStore (line 94) | persistInMemoryDataToStore() { FILE: src/app/configuration/tab-endpoint/endpoint.model.ts type TAG (line 1) | interface TAG { class EndPoint (line 5) | class EndPoint { method constructor (line 18) | constructor(name: string, FILE: src/app/configuration/tab-endpoint/endpoint.service.ts class EndPointService (line 12) | class EndPointService { method constructor (line 15) | constructor(private _http: HttpClient) { method getEndPoints (line 18) | getEndPoints() { method saveEndPoint (line 80) | saveEndPoint(endpoint: any) { FILE: src/app/configuration/tab-endpoint/endpointDetail.component.ts class EndPointDetailComponent (line 23) | class EndPointDetailComponent implements OnChanges, AfterViewInit { method addTag (line 50) | addTag(event: MatChipInputEvent): void { method removeTag (line 69) | removeTag(tag: TAG): void { method checkPredefinition (line 80) | checkPredefinition() { method ngAfterViewInit (line 92) | ngAfterViewInit() { method ngOnChanges (line 97) | ngOnChanges() { method populateFormWithCurrentEndpointValues (line 105) | populateFormWithCurrentEndpointValues() { method constructor (line 121) | constructor(private fb: FormBuilder) { method disableControls (line 136) | disableControls() { method enableControls (line 147) | enableControls() { method setFormState (line 159) | setFormState() { method createForm (line 182) | createForm() { method createEndPoint (line 198) | createEndPoint() { method updateEndPoint (line 219) | updateEndPoint() { method newEndPoint (line 236) | newEndPoint() { method resetEndPoint (line 251) | resetEndPoint() { method deleteEndPoint (line 256) | deleteEndPoint() { method resetForm (line 262) | resetForm() { FILE: src/app/configuration/tab-options/options-configuration-tab.component.ts class OptionsConfigurationTabComponent (line 16) | class OptionsConfigurationTabComponent { method constructor (line 21) | constructor(private _optionsService: OptionsService, private _toastSer... method onHooverOptionChange (line 27) | onHooverOptionChange(value) { method onDisplayGadgetOptionsInSideBarChange (line 38) | onDisplayGadgetOptionsInSideBarChange(value) { FILE: src/app/configuration/tab-options/service.ts class OptionsService (line 6) | class OptionsService { method constructor (line 16) | constructor() { method getBoardOptions (line 19) | public getBoardOptions() { method persistDefautBoardOptions (line 31) | private persistDefautBoardOptions(){ method setBoardOptions (line 36) | public setBoardOptions(options: any) { method listenForGlobalOptionsChanges (line 60) | listenForGlobalOptionsChanges(): Observable { FILE: src/app/datalist/action-model.ts type ActionInterface (line 1) | interface ActionInterface { FILE: src/app/datalist/data-list.component.ts class DataListComponent (line 10) | class DataListComponent { method filterListByTags (line 27) | filterListByTags(filterList: string[]) { method filterListBySearchString (line 53) | filterListBySearchString(searchString: string) { method copyObjectList (line 74) | copyObjectList() { FILE: src/app/datalist/data-list.module.ts class DataListModule (line 25) | class DataListModule { FILE: src/app/detail/detail.component.ts class DetailComponent (line 17) | class DetailComponent implements OnInit { method constructor (line 30) | constructor(private _router: Router, method ngOnInit (line 43) | ngOnInit() { method getObject (line 52) | getObject(record: any) { method getObjectsByHateoasLink (line 63) | getObjectsByHateoasLink(detail: any) { method getObjectsByMetric (line 88) | getObjectsByMetric(isReload: boolean) { method goHome (line 108) | goHome() { method gotToRoute (line 112) | gotToRoute(nav: string, disabled: boolean) { method clearDetailDisplay (line 129) | clearDetailDisplay() { FILE: src/app/detail/detail.model.ts type DetailModel (line 1) | interface DetailModel { FILE: src/app/detail/detail.module.ts class DetailModule (line 27) | class DetailModule { FILE: src/app/detail/detail.resolver.ts class DetailResolver (line 5) | class DetailResolver implements Resolve { method constructor (line 9) | constructor(detailData: DetailModel) { method resolve (line 13) | resolve(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): Ob... FILE: src/app/detail/filter.pipe.ts class FilterPipe (line 5) | class FilterPipe implements PipeTransform { method transform (line 6) | transform(items: any[], searchText: string): any[] { FILE: src/app/detail/service.ts class DetailService (line 8) | class DetailService { method constructor (line 10) | constructor(private _http: HttpClient) { method configure (line 16) | configure() { method getDetailByChartSeriesSelected (line 23) | getDetailByChartSeriesSelected(chartType: string, chartSeries: string,... method getDetail (line 39) | getDetail(url: string) { method getRecord (line 48) | getRecord(url: string) { FILE: src/app/dynamic-form/dynamic-form-module.ts class DynamicFormModule (line 25) | class DynamicFormModule { FILE: src/app/dynamic-form/dynamic-form-property.component.ts class DynamicFormPropertyComponent (line 33) | class DynamicFormPropertyComponent implements AfterViewInit { method isValid (line 39) | get isValid() { method constructor (line 44) | constructor(private endPointService: EndPointService) { method updateEndPointList (line 49) | updateEndPointList() { method ngAfterViewInit (line 58) | ngAfterViewInit() { FILE: src/app/dynamic-form/dynamic-form.component.ts class DynamicFormComponent (line 54) | class DynamicFormComponent implements OnInit, AfterViewInit { method constructor (line 69) | constructor(private pcs: PropertyControlService, method ngAfterViewInit (line 76) | ngAfterViewInit(): void { method ngOnInit (line 81) | ngOnInit() { method onSubmit (line 87) | onSubmit() { method setCurrentTab (line 106) | setCurrentTab(tab) { method isPropertyPageValid (line 111) | get isPropertyPageValid (){ FILE: src/app/dynamic-form/property-base.ts class PropertyBase (line 4) | class PropertyBase { method constructor (line 13) | constructor(props: { FILE: src/app/dynamic-form/property-checkbox.ts class CheckboxProperty (line 7) | class CheckboxProperty extends PropertyBase { method constructor (line 12) | constructor(options: {} = {}) { FILE: src/app/dynamic-form/property-control.service.ts class PropertyControlService (line 8) | class PropertyControlService { method constructor (line 10) | constructor() { method toFormGroupFromPP (line 14) | toFormGroupFromPP(propertyPages: any[]) { FILE: src/app/dynamic-form/property-dropdown.ts class DropdownProperty (line 6) | class DropdownProperty extends PropertyBase { method constructor (line 11) | constructor(options: {} = {}) { FILE: src/app/dynamic-form/property-dynamicdropdown.ts class DynamicDropdownProperty (line 6) | class DynamicDropdownProperty extends PropertyBase { method constructor (line 11) | constructor(options: {} = {}) { FILE: src/app/dynamic-form/property-hidden.ts class HiddenProperty (line 7) | class HiddenProperty extends PropertyBase { method constructor (line 12) | constructor(options: {} = {}) { FILE: src/app/dynamic-form/property-number.ts class NumberProperty (line 7) | class NumberProperty extends PropertyBase { method constructor (line 12) | constructor(options: {} = {}) { FILE: src/app/dynamic-form/property-textbox.ts class TextboxProperty (line 6) | class TextboxProperty extends PropertyBase { method constructor (line 11) | constructor(options: {} = {}) { FILE: src/app/error/error-handler.component.ts class ErrorHandlerComponent (line 32) | class ErrorHandlerComponent { method constructor (line 36) | constructor() { method closeMessage (line 39) | public closeMessage() { FILE: src/app/error/error-handler.ts class ErrorHandler (line 6) | class ErrorHandler { method getErrorObject (line 8) | static getErrorObject(errMsg: any) { method getSolutionList (line 24) | static getSolutionList(errMsg: string) { method getErrorType (line 60) | static getErrorType(errMsg: string): string { method getWebSocketErrorReason (line 80) | static getWebSocketErrorReason(error: any) { FILE: src/app/error/error-model.ts class ErrorObject (line 4) | class ErrorObject { method constructor (line 9) | constructor(detail: string, summary: string, solutions: SolutionObject... class SolutionObject (line 17) | class SolutionObject { method constructor (line 21) | constructor(summary, articleId, link) { FILE: src/app/error/error.module.ts class ErrorHandlerModule (line 12) | class ErrorHandlerModule { FILE: src/app/facet/capitalize-first-character-pipe.ts class CapitalizeFirstPipe (line 15) | class CapitalizeFirstPipe implements PipeTransform { method transform (line 16) | transform(value: string, args: any[]): string { FILE: src/app/facet/facet-component.ts class FacetComponent (line 77) | class FacetComponent implements OnInit { method constructor (line 84) | constructor() { method ngOnInit (line 87) | ngOnInit() { method toggleAccordion (line 95) | toggleAccordion() { method tagSelect (line 100) | tagSelect(tagName) { FILE: src/app/facet/facet-model.ts class Facet (line 1) | class Facet { method constructor (line 5) | constructor(name: string, tags: Array) { class Tag (line 12) | class Tag { method constructor (line 16) | constructor(name: string) { FILE: src/app/facet/facet-tag-processor.ts class FacetTagProcessor (line 3) | class FacetTagProcessor { method constructor (line 8) | constructor(objectList: any[]) { method getFacetTags (line 12) | getFacetTags() { method formatAndUpdateTagList (line 24) | formatAndUpdateTagList(items: any[]) { method createFacetAndAddItToTheFacetTagArray (line 57) | createFacetAndAddItToTheFacetTagArray(tag: any) { method createTag (line 70) | createTag(tag) { method updateFacetWithTag (line 75) | updateFacetWithTag(tag: any) { method capitalize (line 107) | capitalize(value: string) { FILE: src/app/facet/facet.module.ts class FacetModule (line 33) | class FacetModule { FILE: src/app/facet/filter-list-component.ts class FilterListComponent (line 21) | class FilterListComponent { method tagSelect (line 25) | tagSelect(tagName) { FILE: src/app/facet/filter-tag-component.ts class FilterTagComponent (line 37) | class FilterTagComponent { method constructor (line 43) | constructor() { method updateFilterList (line 46) | updateFilterList(filter) { FILE: src/app/gadgets/_common/base-chart-models/bar.model.ts method constructor (line 9) | constructor(name: string, series: Array) { FILE: src/app/gadgets/_common/base-chart-models/series.model.ts class Series (line 1) | class Series { method constructor (line 6) | constructor(name: string, value: number) { FILE: src/app/gadgets/_common/gadget-base.ts method constructor (line 82) | constructor(protected _runtimeService: RuntimeService, method ngOnInit (line 103) | public ngOnInit() { method ngAfterViewInit (line 108) | public ngAfterViewInit() { method initializeState (line 127) | public initializeState() { method toggleConfigMode (line 131) | public toggleConfigMode() { method initializeProperties (line 140) | public initializeProperties() { method handleError (line 157) | public handleError(error: ErrorObject) { method initializeRunState (line 167) | public initializeRunState(forceRunState: boolean) { method setInRunState (line 177) | public setInRunState() { method setStopState (line 183) | public setStopState(longRunningStopAction: boolean) { method remove (line 193) | public remove() { method showGadgetControls (line 197) | public showGadgetControls(enable: boolean) { method configureGadget (line 207) | public configureGadget(instanceId: number, config: any, tags: Array) { method setEndPoint (line 224) | protected setEndPoint(endpoint: string) { method getEndPoint (line 238) | protected getEndPoint() { method setTitle (line 242) | protected setTitle(title: string) { method getPropFromPropertyPages (line 246) | protected getPropFromPropertyPages(prop: string) { method ngOnDestroy (line 261) | public ngOnDestroy() { method updateGadgetWithGlobalOptions (line 265) | public updateGadgetWithGlobalOptions(options:any){ FILE: src/app/gadgets/_common/gadget-config-model.ts class GadgetConfigModel (line 7) | class GadgetConfigModel { method constructor (line 10) | constructor(config: any) { class PropertyPage (line 41) | class PropertyPage { method constructor (line 47) | constructor(displayName: string, groupId: string, position: number, pr... FILE: src/app/gadgets/_common/gadget-header-component.ts class GadgetHeaderComponent (line 15) | class GadgetHeaderComponent { method remove (line 32) | remove() { method toggleConfigMode (line 36) | toggleConfigMode() { method run (line 40) | run() { method stop (line 46) | stop() { method help (line 51) | help(){ FILE: src/app/gadgets/_common/gadget-operation-control-component.ts class GadgetOperationComponent (line 31) | class GadgetOperationComponent { method run (line 42) | run() { method stop (line 46) | stop() { FILE: src/app/gadgets/_common/gadget-property.service.ts class GadgetPropertyService (line 11) | class GadgetPropertyService { method constructor (line 13) | constructor() { method setPropertiesAndValues (line 16) | setPropertiesAndValues(defaultProperties: any[], properties: PropertyB... method setPropertyPagesAndProperties (line 48) | setPropertyPagesAndProperties(defaultPropertyPages: any[], propertyPag... FILE: src/app/gadgets/_common/gadget-shared.module.ts class GadgetSharedModule (line 31) | class GadgetSharedModule { FILE: src/app/gadgets/_common/help-modal-component.ts class HelpModalComponent (line 26) | class HelpModalComponent implements AfterViewInit { method constructor (line 38) | constructor() { method showMessageModal (line 42) | showMessageModal(icon: string, header: string, message: string) { method hideMessageModal (line 51) | hideMessageModal() { method ngAfterViewInit (line 59) | ngAfterViewInit() { method showHelp (line 64) | showHelp() { FILE: src/app/gadgets/_common/igadget.ts type IGadget (line 4) | interface IGadget { FILE: src/app/gadgets/_common/vis-drill-down-component.ts class VisDrillDownComponent (line 57) | class VisDrillDownComponent implements AfterViewInit { method constructor (line 74) | constructor() { method showMessageModal (line 78) | showMessageModal(icon: string, header: string, message: string) { method hideMessageModal (line 87) | hideMessageModal() { method ngAfterViewInit (line 95) | ngAfterViewInit() { method showDrillDownDetail (line 100) | showDrillDownDetail($event) { method showDetail (line 108) | showDetail($event) { FILE: src/app/gadgets/barchart/barchart-gadget.component.ts class BarChartGadgetComponent (line 23) | class BarChartGadgetComponent extends GadgetBase { method constructor (line 54) | constructor(protected _runtimeService: RuntimeService, method preRun (line 73) | public preRun() { method initializeTheRemainderOfTheProperties (line 86) | initializeTheRemainderOfTheProperties() { method run (line 102) | public run() { method clearChartData (line 111) | clearChartData() { method stop (line 116) | public stop() { method saveState (line 127) | public saveState(state: string) { method stopWithoutStateSave (line 138) | public stopWithoutStateSave() { method updateData (line 148) | public updateData(someData: any[]) { method drillDown (line 164) | public drillDown(data) { method setInternalProperties (line 180) | private setInternalProperties(updatedPropsObject: any) { method updateProperties (line 212) | public updateProperties(updatedProperties: any) { method ngOnDestroy (line 243) | public ngOnDestroy() { method persistTheChangeInInternalState (line 252) | private persistTheChangeInInternalState() { method toggleChartProperties (line 275) | toggleChartProperties() { FILE: src/app/gadgets/barchart/service.ts class BarChartService (line 11) | class BarChartService { method constructor (line 13) | constructor(private _http: HttpClient) { method getData (line 16) | getData(endpoint: string) { FILE: src/app/gadgets/bubble/bubble-gadget.component.ts class BubbleGadgetComponent (line 18) | class BubbleGadgetComponent extends GadgetBase { method constructor (line 36) | constructor(protected _runtimeService: RuntimeService, method preRun (line 53) | public preRun(): void { method run (line 58) | public run() { method stop (line 66) | public stop() { method updateData (line 70) | public updateData(_data: any[]) { method drillDown (line 82) | public drillDown(data) { method updateProperties (line 86) | public updateProperties(updatedProperties: any) { FILE: src/app/gadgets/bubble/service.ts class BubbleService (line 11) | class BubbleService { method constructor (line 13) | constructor(private _http: HttpClient) { method getMockData (line 16) | getMockData() { FILE: src/app/gadgets/cpu/cpu-gadget.component.ts class CPUGadgetComponent (line 18) | class CPUGadgetComponent extends GadgetBase { method constructor (line 36) | constructor(protected _runtimeService: RuntimeService, method preRun (line 53) | public preRun(): void { method run (line 58) | public run() { method stop (line 66) | public stop() { method updateData (line 70) | public updateData(data: any[]) { method drillDown (line 80) | public drillDown(data) { method updateProperties (line 86) | public updateProperties(updatedProperties: any) { FILE: src/app/gadgets/cpu/service.ts class CPUService (line 11) | class CPUService { method constructor (line 13) | constructor(private _http: HttpClient) { method getMockData (line 16) | getMockData() { FILE: src/app/gadgets/cpum/cpu.model.ts class CPUChartMetric (line 5) | class CPUChartMetric extends Bar { method constructor (line 9) | constructor(data: any, name: string, series: Array) { FILE: src/app/gadgets/cpum/cpum-gadget.component.ts class CPUMGadgetComponent (line 21) | class CPUMGadgetComponent extends GadgetBase implements OnDestroy, OnInit { method constructor (line 41) | constructor(protected _runtimeService: RuntimeService, method preRun (line 57) | public preRun(): void { method run (line 60) | public run() { method stop (line 118) | public stop() { method updateGraph (line 137) | public updateGraph(cpus: Array) { method updateData (line 171) | public updateData(data: any[]) { method updateProperties (line 175) | public updateProperties(updatedProperties: any) { method ngOnDestroy (line 221) | public ngOnDestroy() { FILE: src/app/gadgets/disk/disk-gadget.component.ts class DiskGadgetComponent (line 49) | class DiskGadgetComponent extends GadgetBase { method constructor (line 72) | constructor(protected _runtimeService: RuntimeService, method preRun (line 91) | public preRun(): void { method run (line 99) | public run() { method stop (line 105) | public stop() { method updateData (line 109) | public updateData(data: any[]) { method updateProperties (line 129) | public updateProperties(updatedProperties: any) { method setTopic (line 167) | setTopic() { method toggleAcordion (line 174) | toggleAcordion(): void { FILE: src/app/gadgets/disk/service.ts class DiskService (line 13) | class DiskService { method constructor (line 15) | constructor(private _http: HttpClient) { method get (line 18) | get() { method getHelpTopic (line 25) | getHelpTopic() { method getMockData (line 32) | getMockData() { FILE: src/app/gadgets/donut/donut-gadget.component.ts class DonutGadgetComponent (line 50) | class DonutGadgetComponent extends GadgetBase implements OnDestroy { method constructor (line 64) | constructor(protected _runtimeService: RuntimeService, method preRun (line 80) | public preRun(): void { method run (line 88) | public run() { method stop (line 94) | public stop() { method updateData (line 103) | public updateData(data: any[]) { method updateProperties (line 118) | public updateProperties(updatedProperties: any) { method setTopic (line 147) | setTopic() { method setProperties (line 153) | public setProperties() { method toggleAccordion (line 160) | toggleAccordion(): void { method ngOnDestroy (line 166) | public ngOnDestroy() { FILE: src/app/gadgets/donut/drill-down-component.ts class DrillDownComponent (line 57) | class DrillDownComponent implements AfterViewInit { method constructor (line 88) | constructor(private _donutService: DonutService) { method showMessageModal (line 92) | showMessageModal(icon: string, header: string, message: string) { method hideMessageModal (line 101) | hideMessageModal() { method ngAfterViewInit (line 109) | ngAfterViewInit() { method showDrillDownDetail (line 114) | showDrillDownDetail($event) { method showDetail (line 152) | showDetail($event) { method processObjects (line 160) | processObjects(objectsToProcess: any) { method updateDropZone1 (line 176) | updateDropZone1(object: any) { method updateDropZone2 (line 184) | updateDropZone2(object: any) { method updateDropZone3 (line 192) | updateDropZone3(object: any) { method setFacets (line 200) | setFacets() { FILE: src/app/gadgets/donut/service.ts class DonutService (line 12) | class DonutService { method constructor (line 14) | constructor(private _http: HttpClient) { method get (line 17) | get() { method getHelpTopic (line 24) | getHelpTopic() { method poll (line 32) | poll() { method complianceJob (line 40) | complianceJob(event: string) { FILE: src/app/gadgets/edge-service-list/edge-service-list-gadget.component.ts class EdgeServiceListGadgetComponent (line 58) | class EdgeServiceListGadgetComponent extends GadgetBase implements OnDes... method constructor (line 90) | constructor(protected _procMonRuntimeService: RuntimeService, method preRun (line 111) | public preRun(): void { method run (line 115) | public run() { method checkPoxySelection (line 174) | public checkPoxySelection() { method seedProxiesWithWork (line 180) | public seedProxiesWithWork() { method runProxyJob (line 189) | public runProxyJob(uri: string) { method stop (line 198) | public stop() { method updateData (line 209) | public updateData(data: any[]) { method updateProperties (line 225) | public updateProperties(updatedProperties: any) { method updateGraph (line 263) | updateGraph() { method ngOnDestroy (line 287) | public ngOnDestroy() { method toggleAcordion (line 293) | toggleAcordion(): void { FILE: src/app/gadgets/edge-service-list/service.ts class EdgeService (line 8) | class EdgeService { method constructor (line 10) | constructor(private _http: HttpClient) { method getSelectedProxy (line 13) | getSelectedProxy() { method getMicroServices (line 21) | getMicroServices(url: string) { method getTaskCount (line 33) | getTaskCount(uri: string) { method seedProxiesWithWork (line 41) | seedProxiesWithWork() { method runJob (line 48) | runJob(uri: string) { method getGraphInfo (line 55) | getGraphInfo() { FILE: src/app/gadgets/gadget.module.ts class GadgetModule (line 140) | class GadgetModule { FILE: src/app/gadgets/job-analysis/job-analysis-gadget.component.ts class JobAnalysisGadgetComponent (line 21) | class JobAnalysisGadgetComponent extends GadgetBase { method constructor (line 26) | constructor(protected _runtimeService: RuntimeService, method preRun (line 49) | public preRun(): void { method run (line 52) | public run() { method stop (line 57) | public stop() { method updateData (line 61) | public updateData(data: any[]) { method updateProperties (line 66) | public updateProperties(updatedProperties: any) { FILE: src/app/gadgets/job-analysis/service.ts class JobAnalysisService (line 6) | class JobAnalysisService { method constructor (line 8) | constructor(private _http: HttpClient) { method get (line 11) | get() { FILE: src/app/gadgets/memory/memory-gadget.component.ts class MemoryGadgetComponent (line 18) | class MemoryGadgetComponent extends GadgetBase implements OnDestroy { method constructor (line 31) | constructor(protected _runtimeService: RuntimeService, method preRun (line 47) | public preRun(): void { method run (line 50) | public run() { method stop (line 88) | public stop() { method updateData (line 105) | public updateData(data: any[]) { method updateGraph (line 110) | public updateGraph(value: number) { method updateProperties (line 121) | public updateProperties(updatedProperties: any) { method ngOnDestroy (line 159) | public ngOnDestroy() { FILE: src/app/gadgets/news/news-gadget.component.ts class NewsGadgetComponent (line 16) | class NewsGadgetComponent extends GadgetBase { method constructor (line 24) | constructor(protected _runtimeService: RuntimeService, method preRun (line 40) | public preRun(): void { method run (line 45) | public run() { method stop (line 51) | public stop() { method updateData (line 55) | public updateData(data: any[]) { method updateProperties (line 63) | public updateProperties(updatedProperties: any) { FILE: src/app/gadgets/news/service.ts class NewsService (line 9) | class NewsService { method constructor (line 11) | constructor(private _http: HttpClient) { method get (line 14) | get() { FILE: src/app/gadgets/piechart/piechart-gadget.component.ts class PieChartGadgetComponent (line 21) | class PieChartGadgetComponent extends GadgetBase { method constructor (line 49) | constructor(protected _runtimeService: RuntimeService, method preRun (line 67) | public preRun() { method initializeTheRemainderOfTheProperties (line 80) | initializeTheRemainderOfTheProperties() { method run (line 91) | public run() { method clearChartData (line 99) | clearChartData() { method stop (line 104) | public stop() { method saveState (line 115) | public saveState(state: string) { method stopWithoutStateSave (line 126) | public stopWithoutStateSave() { method updateData (line 136) | public updateData(someData: any[]) { method drillDown (line 152) | public drillDown(data) { method setInternalProperties (line 157) | private setInternalProperties(updatedPropsObject: any) { method updateProperties (line 185) | public updateProperties(updatedProperties: any) { method ngOnDestroy (line 215) | public ngOnDestroy() { method persistTheChangeInInternalState (line 224) | private persistTheChangeInInternalState() { method toggleChartProperties (line 241) | toggleChartProperties() { FILE: src/app/gadgets/piechart/service.ts class PieChartService (line 11) | class PieChartService { method constructor (line 13) | constructor(private _http: HttpClient) { method getData (line 16) | getData(endpoint: string) { FILE: src/app/gadgets/port-connection/port-connection-gadget.component.ts class PortConnectionGadgetComponent (line 20) | class PortConnectionGadgetComponent extends GadgetBase implements OnDest... method constructor (line 28) | constructor(protected _procMonRuntimeService: RuntimeService, method preRun (line 44) | public preRun(): void { method run (line 50) | public run() { method stop (line 61) | public stop() { method testConnection (line 65) | public testConnection() { method clearState (line 94) | private clearState() { method updateData (line 99) | public updateData(data: any[]) { method updateProperties (line 102) | public updateProperties(updatedProperties: any) { method setUpEndPoints (line 138) | public setUpEndPoints() { method setTopic (line 156) | public setTopic() { method ngOnDestroy (line 186) | ngOnDestroy() { FILE: src/app/gadgets/port-connection/result-view.component.ts class ResultViewComponent (line 26) | class ResultViewComponent{ method toggleMessageDetail (line 34) | public toggleMessageDetail(): void { FILE: src/app/gadgets/port-connection/service.model.ts class EndPointModel (line 2) | class EndPointModel { method constructor (line 7) | constructor(host: string, port: string) { FILE: src/app/gadgets/port-connection/service.ts class ConnectionService (line 12) | class ConnectionService { method constructor (line 16) | constructor(private _http: HttpClient) { method configure (line 27) | configure() { method testConnectivity (line 46) | testConnectivity(endPoints: Array) { FILE: src/app/gadgets/port-connection/solution-view.component.ts class SolutionViewComponent (line 12) | class SolutionViewComponent { FILE: src/app/gadgets/property-list/property-list-gadget.component.ts class PropertyListGadgetComponent (line 16) | class PropertyListGadgetComponent extends GadgetBase implements OnDestroy { method constructor (line 22) | constructor(protected _procMonRuntimeService: RuntimeService, method preRun (line 37) | public preRun(): void { method run (line 40) | public run() { method stop (line 44) | public stop() { method updateData (line 48) | public updateData(data: any[]) { method updateProperties (line 51) | public updateProperties(updatedProperties: any) { method ngOnDestroy (line 56) | ngOnDestroy() { FILE: src/app/gadgets/service-list/service-list-gadget.component.ts class ServiceListGadgetComponent (line 34) | class ServiceListGadgetComponent extends GadgetBase implements OnDestroy { method constructor (line 45) | constructor(protected _procMonRuntimeService: RuntimeService, method preRun (line 62) | public preRun(): void { method run (line 65) | public run() { method stop (line 71) | public stop() { method updateData (line 75) | public updateData(data: any[]) { method updateProperties (line 79) | public updateProperties(updatedProperties: any) { FILE: src/app/gadgets/statistic/service.ts class StatisticService (line 9) | class StatisticService { method constructor (line 11) | constructor(private _http: HttpClient) { method get (line 14) | get(resourceType) { FILE: src/app/gadgets/statistic/statistic-gadget.component.ts class StatisticGadgetComponent (line 16) | class StatisticGadgetComponent extends GadgetBase { method constructor (line 24) | constructor(protected _statisticService: StatisticService, method preRun (line 41) | public preRun(): void { method run (line 46) | public run() { method stop (line 52) | public stop() { method updateData (line 56) | public updateData(data: any[]) { method updateProperties (line 64) | public updateProperties(updatedProperties: any) { FILE: src/app/gadgets/storage-object-list/service.ts class StorageService (line 9) | class StorageService { method constructor (line 11) | constructor(private _http: HttpClient) { method get (line 14) | get() { FILE: src/app/gadgets/storage-object-list/storage-object-list.component.ts class StorageObjectListComponent (line 32) | class StorageObjectListComponent extends GadgetBase { method constructor (line 47) | constructor(protected _runtimeService: RuntimeService, method preRun (line 62) | public preRun(): void { method run (line 68) | public run() { method stop (line 74) | public stop() { method updateData (line 78) | public updateData(data: any[]) { method updateProperties (line 91) | public updateProperties(updatedProperties: any) { method actionHandler (line 126) | actionHandler(actionItem, actionName) { FILE: src/app/gadgets/todo/service.ts class TodoService (line 9) | class TodoService { method constructor (line 11) | constructor(private _http: HttpClient) { method get (line 14) | get() { FILE: src/app/gadgets/todo/todo-gadget.component.ts class TodoGadgetComponent (line 16) | class TodoGadgetComponent extends GadgetBase { method constructor (line 25) | constructor(protected _todoService: TodoService, method preRun (line 40) | public preRun(): void { method run (line 44) | public run() { method stop (line 50) | public stop() { method updateData (line 54) | public updateData(data: any[]) { method addTodo (line 62) | public addTodo(todo: string) { method removeTodo (line 66) | public removeTodo(todoIx: number) { method updateProperties (line 72) | public updateProperties(updatedProperties: any) { FILE: src/app/gadgets/trend-line/service.ts class TrendLineService (line 8) | class TrendLineService { method seedData (line 9) | static seedData() { method retrieveData (line 20) | static retrieveData() { method getRandomArbitrary (line 36) | static getRandomArbitrary(min, max) { method getDay (line 39) | static getDay(dayOfWeek: number) { method constructor (line 58) | constructor(private _http: HttpClient) { method get (line 61) | public get(collectors: any[]) { method stop (line 75) | public stop(subscription: any) { method getHelpTopic (line 79) | getHelpTopic() { FILE: src/app/gadgets/trend-line/trend-line-gadget.component.ts class TrendLineGadgetComponent (line 19) | class TrendLineGadgetComponent extends GadgetBase { method constructor (line 46) | constructor(protected _trendLineService: TrendLineService, method preRun (line 64) | public preRun(): void { method run (line 82) | public run() { method stop (line 88) | public stop() { method updateData (line 93) | public updateData() { method updateProperties (line 110) | public updateProperties(updatedProperties: any) { method setHelpTopic (line 159) | private setHelpTopic() { FILE: src/app/gadgets/trend/service.ts class TrendService (line 6) | class TrendService { method constructor (line 8) | constructor(private _http: HttpClient) { method get (line 11) | get() { FILE: src/app/gadgets/trend/trend-gadget.component.ts class TrendGadgetComponent (line 19) | class TrendGadgetComponent extends GadgetBase { method constructor (line 38) | constructor(protected _trendService: TrendService, method preRun (line 54) | public preRun(): void { method run (line 59) | public run() { method stop (line 65) | public stop() { method updateData (line 69) | public updateData(data: any[]) { method updateProperties (line 77) | public updateProperties(updatedProperties: any) { FILE: src/app/grid/cell.component.ts class CellComponent (line 13) | class CellComponent implements OnInit { method constructor (line 20) | constructor(private viewContainerRef: ViewContainerRef, method ngOnInit (line 24) | ngOnInit() { FILE: src/app/grid/grid.component.ts class GridComponent (line 16) | class GridComponent { method constructor (line 45) | constructor(private _gadgetInstanceService: GadgetInstanceService, method removeOldListeners (line 69) | removeOldListeners(){ method setupEventListeners (line 76) | setupEventListeners() { method getGadgetLibrary (line 120) | getGadgetLibrary() { method getGadgetFromLibrary (line 131) | getGadgetFromLibrary(gadgetType: string) { method addGadgetUsingArtificialIntelligence (line 145) | addGadgetUsingArtificialIntelligence(aiObject: any) { method updateGadgetPositionInBoard (line 166) | updateGadgetPositionInBoard($event, columnNumber, rowNumber, type) { method createBoard (line 201) | public createBoard(name: string) { method editBoard (line 205) | public editBoard(name: string) { method deleteBoard (line 209) | public deleteBoard(name: string) { method addGadget (line 221) | public addGadget(gadget: any) { method updateBoardLayout (line 245) | public updateBoardLayout(structure) { method updateGridState (line 292) | private updateGridState() { method readColumnsFromOriginalModel (line 318) | private readColumnsFromOriginalModel(_model) { method fillGridStructure (line 330) | private fillGridStructure(destinationModelStructure, originalColumns: ... method copyGadgets (line 350) | private copyGadgets(source, target) { method enableConfigMode (line 361) | public enableConfigMode() { method initializeBoard (line 366) | private initializeBoard() { method loadBoard (line 384) | private loadBoard(boardTitle: string) { method loadDefaultBoard (line 402) | private loadDefaultBoard() { method loadNewBoard (line 416) | private loadNewBoard(name: string) { method updateServicesAndGridWithModel (line 433) | private updateServicesAndGridWithModel() { method saveBoard (line 439) | private saveBoard(operation: string, alertBoardListenerThatTheMenuShou... method clearGridModelAndGadgetInstanceStructures (line 456) | private clearGridModelAndGadgetInstanceStructures() { method setGadgetInsertPosition (line 467) | private setGadgetInsertPosition() { method setModel (line 495) | public setModel(model: any) { method getModel (line 500) | public getModel() { FILE: src/app/grid/grid.module.ts class GridModule (line 59) | class GridModule { method withComponents (line 60) | static withComponents(components: any[]) { FILE: src/app/grid/grid.service.ts class GadgetInstanceService (line 12) | class GadgetInstanceService { method constructor (line 19) | constructor() { method addInstance (line 22) | addInstance(gadget: any) { method enableConfigureMode (line 37) | enableConfigureMode() { method removeInstance (line 44) | removeInstance(id: number) { method getInstanceCount (line 81) | getInstanceCount() { method setCurrentModel (line 88) | setCurrentModel(model: any) { method listenForInstanceRemovedEventsFromGadgets (line 96) | listenForInstanceRemovedEventsFromGadgets(): Observable { method addSubscriber (line 100) | addSubscriber(subscriber: any) { method unSubscribeAll (line 104) | unSubscribeAll() { method clearAllInstances (line 114) | clearAllInstances() { FILE: src/app/layout/layout-component.ts class BoardLayoutManagerComponent (line 28) | class BoardLayoutManagerComponent implements AfterViewInit { method constructor (line 39) | constructor() { method selectBoardLayout (line 43) | selectBoardLayout(layoutId: number) { method ngAfterViewInit (line 55) | ngAfterViewInit() { method initializeLayouts (line 59) | initializeLayouts() { FILE: src/app/layout/layout.module.ts class LayoutModule (line 12) | class LayoutModule { FILE: src/app/menu/IEvent.ts type IEvent (line 1) | interface IEvent { FILE: src/app/menu/menu-service.ts class MenuEventService (line 16) | class MenuEventService { method constructor (line 22) | constructor() { method raiseMenuEvent (line 25) | raiseMenuEvent(event: IEvent) { method listenForMenuEvents (line 29) | listenForMenuEvents(): Observable { method raiseGridEvent (line 34) | raiseGridEvent(event: IEvent) { method listenForGridEvents (line 38) | listenForGridEvents(): Observable { method addSubscriber (line 42) | addSubscriber(subscriber:any){ method unSubscribeAll (line 45) | unSubscribeAll(){ FILE: src/app/menu/menu.component.ts class MenuComponent (line 21) | class MenuComponent implements OnInit { method constructor (line 44) | constructor(private _configurationService: ConfigurationService, method setupEventListeners (line 53) | setupEventListeners() { method ngOnInit (line 70) | ngOnInit() { method emitBoardChangeLayoutEvent (line 76) | emitBoardChangeLayoutEvent(event) { method emitBoardSelectEvent (line 80) | emitBoardSelectEvent(event) { method emitBoardCreateEvent (line 85) | emitBoardCreateEvent(event) { method emitBoardEditEvent (line 90) | emitBoardEditEvent(event) { method emitBoardDeleteEvent (line 94) | emitBoardDeleteEvent(event) { method emitBoardAddGadgetEvent (line 99) | emitBoardAddGadgetEvent(event) { method emitBoardAIAddGadgetEvent (line 103) | emitBoardAIAddGadgetEvent(event) { method updateDashboardMenu (line 107) | updateDashboardMenu(selectedBoard: string) { method boardSelect (line 137) | boardSelect(selectedBoard: string) { method toggleLayoutSideBar (line 141) | toggleLayoutSideBar() { method toggleNotificationSideBar (line 148) | toggleNotificationSideBar() { method toggleAboutSideBar (line 153) | toggleAboutSideBar() { method showDocumentation (line 160) | public showDocumentation() { FILE: src/app/menu/menu.module.ts class MenuModule (line 47) | class MenuModule { FILE: src/app/notification/notification-component.ts class NotificationComponent (line 11) | class NotificationComponent implements OnInit, AfterViewInit { method constructor (line 22) | constructor() { method ngOnInit (line 32) | ngOnInit() { method ngAfterViewInit (line 35) | ngAfterViewInit() { method setSelectedNotificationFilter (line 39) | setSelectedNotificationFilter(item) { FILE: src/app/notification/notification-service.ts class NotificationService (line 4) | class NotificationService { method constructor (line 6) | constructor() { } FILE: src/app/notification/notification.model.ts class Notification (line 1) | class Notification { method constructor (line 9) | constructor(name: string, description: string) { method setState (line 13) | setState(state: string) { method getState (line 16) | getState() { method setIcon (line 20) | setIcon(icon: string) { method getIcon (line 23) | getIcon() { method setWhen (line 27) | setWhen(when: string) { method getWhen (line 30) | getWhen() { FILE: src/app/notification/notification.module.ts class NotificationModule (line 15) | class NotificationModule { FILE: src/app/notification/notificationDetail.component.ts class NotificationDetailComponent (line 13) | class NotificationDetailComponent { method constructor (line 18) | constructor() { FILE: src/app/routing.module.ts class RoutingModule (line 34) | class RoutingModule { FILE: src/app/services/configuration.service.ts class ConfigurationService (line 14) | class ConfigurationService { method constructor (line 30) | constructor(private _http: HttpClient) { method seedLocalStorageWithSampleBoardCollection (line 39) | private seedLocalStorageWithSampleBoardCollection() { method getBoardByTitle (line 53) | public getBoardByTitle(title: string) { method getBoards (line 77) | public getBoards() { method saveBoard (line 99) | public saveBoard(board: any) { method delete (line 149) | private delete(board_collection: any) { method deleteBoardFromLocalStore (line 156) | private deleteBoardFromLocalStore(boardTitle: string) { method deleteBoard (line 171) | public deleteBoard(boardTitle: string) { method getDefaultBoard (line 191) | public getDefaultBoard() { method notifyGadgetOnPropertyChange (line 207) | notifyGadgetOnPropertyChange(gadgetConfig: string, instanceId: number) { method setCurrentModel (line 213) | setCurrentModel(_currentModel: any) { method savePropertyPageConfigurationToStore (line 217) | savePropertyPageConfigurationToStore(gadgetConfig: string, instanceId:... method updateProperties (line 246) | updateProperties(updatedProperties: any, gadget: any, instanceId: numb... FILE: src/app/services/runtime.service.ts class RuntimeService (line 13) | class RuntimeService { method handleError (line 20) | static handleError(err: HttpErrorResponse | any) { method constructor (line 44) | constructor(private _http: HttpClient) { method configure (line 48) | configure() { method testURLResponse (line 62) | testURLResponse(url: string) { method testConnectivity (line 70) | testConnectivity(host: string, port: string) { method callWitAI (line 88) | callWitAI(aiStatement: string) { method callback (line 110) | callback(data) { method callWatsonAI (line 143) | callWatsonAI(aiStatement: string) { FILE: src/app/services/websocket-service.ts class ObservableWebSocketService (line 6) | class ObservableWebSocketService { method createObservableWebSocket (line 10) | createObservableWebSocket(url: string): Observable { method sendMessage (line 23) | sendMessage(message: string) { FILE: src/app/toast/message.ts class Message (line 1) | class Message { method constructor (line 8) | constructor(content, id, style?) { FILE: src/app/toast/reverse.pipe.ts class ReversePipe (line 7) | class ReversePipe implements PipeTransform { method transform (line 9) | transform(value: any, args?: any): any { FILE: src/app/toast/toast.component.ts class ToastComponent (line 25) | class ToastComponent implements OnInit { method constructor (line 29) | constructor(private _toastService: ToastService) { method ngOnInit (line 33) | ngOnInit() { method dismiss (line 49) | dismiss(id) { FILE: src/app/toast/toast.module.ts class ToastModule (line 15) | class ToastModule { FILE: src/app/toast/toast.service.ts class ToastService (line 5) | class ToastService { method constructor (line 9) | constructor() { method getMessages (line 12) | getMessages() { method sendMessage (line 16) | sendMessage(content, style) { method dismissMessage (line 23) | dismissMessage(messageKey) { method purgeDismissedMessages (line 34) | purgeDismissedMessages () { FILE: src/app/typeahead-input/typeahead-input.component.ts class TypeAheadInputComponent (line 14) | class TypeAheadInputComponent { method constructor (line 29) | constructor(myElement: ElementRef, private _runtimeService: RuntimeSer... method filter (line 34) | filter() { method select (line 52) | select(item) { method processAIString (line 58) | processAIString(aiStatement: string) { method getAIIntentFromWitAI (line 76) | getAIIntentFromWitAI(aiObject: any) { method getAIIntentFromWatson (line 94) | getAIIntentFromWatson(aiObject: any) { FILE: src/app/typeahead-input/typeahead-input.module.ts class TypeAheadInputModule (line 23) | class TypeAheadInputModule { FILE: src/typings.d.ts type NodeModule (line 3) | interface NodeModule {