|
Change Parameter Type metaInfo : CTLSchemaMetaInfoDto to metaInfo : CtlSchemaMetaInfoDto in method public setMetaInfo(metaInfo CtlSchemaMetaInfoDto) : void in class org.kaaproject.kaa.common.dto.ctl.CTLSchemaDto |
From |
To |
|
Change Parameter Type ctlSchemaMetaInfo : CTLSchemaMetaInfoDto to ctlSchemaMetaInfo : CtlSchemaMetaInfoDto in method public updateCtlSchemaMetaInfoScope(ctlSchemaMetaInfo CtlSchemaMetaInfoDto) : CtlSchemaMetaInfoDto in class org.kaaproject.kaa.server.common.dao.service.CtlServiceImpl |
From |
To |
|
Change Parameter Type table : DataGrid<CTLSchemaMetaInfoDto> to table : DataGrid<CtlSchemaMetaInfoDto> in method protected constructColumnsImpl(table DataGrid<CtlSchemaMetaInfoDto>) : float in class org.kaaproject.kaa.server.admin.client.mvp.view.ctl.CtlGrid |
From |
To |
|
Change Parameter Type dto : CTLSchemaMetaInfoDto to dto : CtlSchemaMetaInfoDto in method public CtlSchemaMetaInfo(dto CtlSchemaMetaInfoDto) in class org.kaaproject.kaa.server.common.dao.model.sql.CtlSchemaMetaInfo |
From |
To |
|
Change Parameter Type prevSchemaMetaInfo : CTLSchemaMetaInfoDto to prevSchemaMetaInfo : CtlSchemaMetaInfoDto in method private checkScopeUpdate(newSchemaMetaInfo CtlSchemaMetaInfoDto, prevSchemaMetaInfo CtlSchemaMetaInfoDto) : boolean in class org.kaaproject.kaa.server.common.dao.service.CtlServiceImpl |
From |
To |
|
Change Parameter Type callback : AsyncCallback<List<CTLSchemaMetaInfoDto>> to callback : AsyncCallback<List<CtlSchemaMetaInfoDto>> in method public getSystemLevelCtlSchemas(callback AsyncCallback<List<CtlSchemaMetaInfoDto>>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource |
From |
To |
|
Change Parameter Type metaInfo : CTLSchemaMetaInfoDto to metaInfo : CtlSchemaMetaInfoDto in method public setMetaInfo(metaInfo CtlSchemaMetaInfoDto) : void in class org.kaaproject.kaa.server.admin.shared.schema.CtlSchemaReferenceDto |
From |
To |
|
Change Parameter Type callback : AsyncCallback<List<CTLSchemaMetaInfoDto>> to callback : AsyncCallback<List<CtlSchemaMetaInfoDto>> in method public getApplicationLevelCtlSchemas(applicationId String, callback AsyncCallback<List<CtlSchemaMetaInfoDto>>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource |
From |
To |
|
Change Parameter Type dataGrid : AbstractGrid<CTLSchemaMetaInfoDto,String> to dataGrid : AbstractGrid<CtlSchemaMetaInfoDto,String> in method protected getDataProvider(dataGrid AbstractGrid<CtlSchemaMetaInfoDto,String>) : AbstractDataProvider<CtlSchemaMetaInfoDto,String> in class org.kaaproject.kaa.server.admin.client.mvp.activity.ApplicationCtlSchemasActivity |
From |
To |
|
Change Parameter Type ctlSchemaInfos : List<CTLSchemaMetaInfoDto> to ctlSchemaInfos : List<CtlSchemaMetaInfoDto> in method private extractCtlSchemaVersionsInfo(ctlSchemaInfos List<CtlSchemaMetaInfoDto>) : Map<Fqn,List<Integer>> in class org.kaaproject.kaa.server.control.service.DefaultControlService |
From |
To |
|
Change Parameter Type ctlSchemaMetaInfo : CTLSchemaMetaInfoDto to ctlSchemaMetaInfo : CtlSchemaMetaInfoDto in method public updateCtlSchemaMetaInfoScope(ctlSchemaMetaInfo CtlSchemaMetaInfoDto) : CtlSchemaMetaInfoDto in class org.kaaproject.kaa.server.control.service.DefaultControlService |
From |
To |
|
Change Parameter Type newSchemaMetaInfo : CTLSchemaMetaInfoDto to newSchemaMetaInfo : CtlSchemaMetaInfoDto in method private checkScopeUpdate(newSchemaMetaInfo CtlSchemaMetaInfoDto, prevSchemaMetaInfo CtlSchemaMetaInfoDto) : boolean in class org.kaaproject.kaa.server.common.dao.service.CtlServiceImpl |
From |
To |
|
Change Parameter Type dataGrid : AbstractGrid<CTLSchemaMetaInfoDto,String> to dataGrid : AbstractGrid<CtlSchemaMetaInfoDto,String> in method public TenantCtlSchemasDataProvider(dataGrid AbstractGrid<CtlSchemaMetaInfoDto,String>, hasErrorMessage HasErrorMessage) in class org.kaaproject.kaa.server.admin.client.mvp.data.TenantCtlSchemasDataProvider |
From |
To |
|
Change Parameter Type ctlSchemaMetaInfo : CTLSchemaMetaInfoDto to ctlSchemaMetaInfo : CtlSchemaMetaInfoDto in method public updateCtlSchemaMetaInfoScope(ctlSchemaMetaInfo CtlSchemaMetaInfoDto) : CtlSchemaMetaInfoDto in class org.kaaproject.kaa.server.control.service.ControlService |
From |
To |
|
Change Parameter Type dataGrid : AbstractGrid<CTLSchemaMetaInfoDto,String> to dataGrid : AbstractGrid<CtlSchemaMetaInfoDto,String> in method public SystemCtlSchemasDataProvider(dataGrid AbstractGrid<CtlSchemaMetaInfoDto,String>, hasErrorMessage HasErrorMessage) in class org.kaaproject.kaa.server.admin.client.mvp.data.SystemCtlSchemasDataProvider |
From |
To |
|
Change Parameter Type dataClass : Class<CTLSchemaMetaInfoDto> to dataClass : Class<CtlSchemaMetaInfoDto> in method public CtlSchemasActivity(place P, dataClass Class<CtlSchemaMetaInfoDto>, clientFactory ClientFactory) in class org.kaaproject.kaa.server.admin.client.mvp.activity.CtlSchemasActivity |
From |
To |
|
Change Parameter Type callback : AsyncCallback<CTLSchemaMetaInfoDto> to callback : AsyncCallback<CtlSchemaMetaInfoDto> in method public promoteScopeToTenant(applicationId String, fqn String, callback AsyncCallback<CtlSchemaMetaInfoDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource |
From |
To |
|
Change Parameter Type dataGrid : AbstractGrid<CTLSchemaMetaInfoDto,String> to dataGrid : AbstractGrid<CtlSchemaMetaInfoDto,String> in method public ApplicationCtlSchemasDataProvider(dataGrid AbstractGrid<CtlSchemaMetaInfoDto,String>, hasErrorMessage HasErrorMessage, applicationId String) in class org.kaaproject.kaa.server.admin.client.mvp.data.ApplicationCtlSchemasDataProvider |
From |
To |
|
Change Parameter Type callback : AsyncCallback<List<CTLSchemaMetaInfoDto>> to callback : AsyncCallback<List<CtlSchemaMetaInfoDto>> in method public getTenantLevelCtlSchemas(callback AsyncCallback<List<CtlSchemaMetaInfoDto>>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource |
From |
To |
|
Change Parameter Type ctlSchemaMetaInfo : CTLSchemaMetaInfoDto to ctlSchemaMetaInfo : CtlSchemaMetaInfoDto in method public updateCtlSchemaMetaInfoScope(ctlSchemaMetaInfo CtlSchemaMetaInfoDto) : CtlSchemaMetaInfoDto in class org.kaaproject.kaa.server.common.dao.CtlService |
From |
To |
|
Change Parameter Type dataGrid : AbstractGrid<CTLSchemaMetaInfoDto,String> to dataGrid : AbstractGrid<CtlSchemaMetaInfoDto,String> in method protected getDataProvider(dataGrid AbstractGrid<CtlSchemaMetaInfoDto,String>) : AbstractDataProvider<CtlSchemaMetaInfoDto,String> in class org.kaaproject.kaa.server.admin.client.mvp.activity.SystemCtlSchemasActivity |
From |
To |
|
Change Parameter Type dataGrid : AbstractGrid<CTLSchemaMetaInfoDto,String> to dataGrid : AbstractGrid<CtlSchemaMetaInfoDto,String> in method protected getDataProvider(dataGrid AbstractGrid<CtlSchemaMetaInfoDto,String>) : AbstractDataProvider<CtlSchemaMetaInfoDto,String> in class org.kaaproject.kaa.server.admin.client.mvp.activity.TenantCtlSchemasActivity |
From |
To |
|
Change Parameter Type metaInfo : CTLSchemaMetaInfoDto to metaInfo : CtlSchemaMetaInfoDto in method public CtlSchemaReferenceDto(metaInfo CtlSchemaMetaInfoDto, version int) in class org.kaaproject.kaa.server.admin.shared.schema.CtlSchemaReferenceDto |
From |
To |
|
Change Return Type AbstractGrid<CTLSchemaMetaInfoDto,String> to AbstractGrid<CtlSchemaMetaInfoDto,String> in method protected createGrid() : AbstractGrid<CtlSchemaMetaInfoDto,String> in class org.kaaproject.kaa.server.admin.client.mvp.view.ctl.CtlSchemasViewImpl |
From |
To |
|
Change Return Type CTLSchemaMetaInfoDto to CtlSchemaMetaInfoDto in method public getMetaInfo() : CtlSchemaMetaInfoDto in class org.kaaproject.kaa.common.dto.ctl.CTLSchemaDto |
From |
To |
|
Change Return Type List<CTLSchemaMetaInfoDto> to List<CtlSchemaMetaInfoDto> in method public findSystemCtlSchemasMetaInfo() : List<CtlSchemaMetaInfoDto> in class org.kaaproject.kaa.server.common.dao.service.CtlServiceImpl |
From |
To |
|
Change Return Type List<CTLSchemaMetaInfoDto> to List<CtlSchemaMetaInfoDto> in method public getApplicationLevelCTLSchemasByAppToken(applicationToken String) : List<CtlSchemaMetaInfoDto> in class org.kaaproject.kaa.server.common.admin.AdminClient |
From |
To |
|
Change Return Type List<CTLSchemaMetaInfoDto> to List<CtlSchemaMetaInfoDto> in method private getMetaInfoFromCtlSchema(schemas List<CtlSchema>) : List<CtlSchemaMetaInfoDto> in class org.kaaproject.kaa.server.common.dao.service.CtlServiceImpl |
From |
To |
|
Change Return Type List<CTLSchemaMetaInfoDto> to List<CtlSchemaMetaInfoDto> in method public getTenantLevelCtlSchemas() : List<CtlSchemaMetaInfoDto> in class org.kaaproject.kaa.server.admin.shared.services.CtlService |
From |
To |
|
Change Return Type List<CTLSchemaMetaInfoDto> to List<CtlSchemaMetaInfoDto> in method public getSystemLevelCtlSchemas() : List<CtlSchemaMetaInfoDto> in class org.kaaproject.kaa.server.admin.controller.CtlController |
From |
To |
|
Change Return Type List<CTLSchemaMetaInfoDto> to List<CtlSchemaMetaInfoDto> in method public findAvailableCtlSchemasMetaInfoForApplication(tenantId String, applicationId String) : List<CtlSchemaMetaInfoDto> in class org.kaaproject.kaa.server.common.dao.service.CtlServiceImpl |
From |
To |
|
Change Return Type CTLSchemaMetaInfoDto to CtlSchemaMetaInfoDto in method public updateCtlSchemaMetaInfoScope(ctlSchemaMetaInfo CtlSchemaMetaInfoDto) : CtlSchemaMetaInfoDto in class org.kaaproject.kaa.server.common.dao.service.CtlServiceImpl |
From |
To |
|
Change Return Type AbstractDataProvider<CTLSchemaMetaInfoDto,String> to AbstractDataProvider<CtlSchemaMetaInfoDto,String> in method protected getDataProvider(dataGrid AbstractGrid<CtlSchemaMetaInfoDto,String>) : AbstractDataProvider<CtlSchemaMetaInfoDto,String> in class org.kaaproject.kaa.server.admin.client.mvp.activity.SystemCtlSchemasActivity |
From |
To |
|
Change Return Type List<CTLSchemaMetaInfoDto> to List<CtlSchemaMetaInfoDto> in method public getTenantLevelCtlSchemas() : List<CtlSchemaMetaInfoDto> in class org.kaaproject.kaa.server.admin.controller.CtlController |
From |
To |
|
Change Return Type List<CTLSchemaMetaInfoDto> to List<CtlSchemaMetaInfoDto> in method public findSiblingsByFqnTenantIdAndApplicationId(fqn String, tenantId String, applicationId String) : List<CtlSchemaMetaInfoDto> in class org.kaaproject.kaa.server.common.dao.CtlService |
From |
To |
|
Change Return Type List<CTLSchemaMetaInfoDto> to List<CtlSchemaMetaInfoDto> in method public getSiblingsByFqnTenantIdAndApplicationId(fqn String, tenantId String, applicationId String) : List<CtlSchemaMetaInfoDto> in class org.kaaproject.kaa.server.control.service.ControlService |
From |
To |
|
Change Return Type GenericModel<CTLSchemaMetaInfoDto> to GenericModel<CtlSchemaMetaInfoDto> in method protected newInstance(id Long) : GenericModel<CtlSchemaMetaInfoDto> in class org.kaaproject.kaa.server.common.dao.model.sql.CtlSchemaMetaInfo |
From |
To |
|
Change Return Type List<CTLSchemaMetaInfoDto> to List<CtlSchemaMetaInfoDto> in method public getTenantLevelCtlSchemas() : List<CtlSchemaMetaInfoDto> in class org.kaaproject.kaa.server.admin.services.CtlServiceImpl |
From |
To |
|
Change Return Type List<CTLSchemaMetaInfoDto> to List<CtlSchemaMetaInfoDto> in method public getApplicationLevelCtlSchemasByAppToken(applicationToken String) : List<CtlSchemaMetaInfoDto> in class org.kaaproject.kaa.server.admin.controller.CtlController |
From |
To |
|
Change Return Type CTLSchemaMetaInfoDto to CtlSchemaMetaInfoDto in method public getMetaInfo() : CtlSchemaMetaInfoDto in class org.kaaproject.kaa.server.admin.shared.schema.CtlSchemaReferenceDto |
From |
To |
|
Change Return Type List<CTLSchemaMetaInfoDto> to List<CtlSchemaMetaInfoDto> in method public getSystemLevelCtlSchemas() : List<CtlSchemaMetaInfoDto> in class org.kaaproject.kaa.server.admin.shared.services.CtlService |
From |
To |
|
Change Return Type List<CTLSchemaMetaInfoDto> to List<CtlSchemaMetaInfoDto> in method public getAvailableCtlSchemasMetaInfoForApplication(tenantId String, appId String) : List<CtlSchemaMetaInfoDto> in class org.kaaproject.kaa.server.control.service.ControlService |
From |
To |
|
Change Return Type List<CTLSchemaMetaInfoDto> to List<CtlSchemaMetaInfoDto> in method public getSystemCtlSchemasMetaInfo() : List<CtlSchemaMetaInfoDto> in class org.kaaproject.kaa.server.control.service.ControlService |
From |
To |
|
Change Return Type CTLSchemaMetaInfoDto to CtlSchemaMetaInfoDto in method public updateCtlSchemaMetaInfoScope(ctlSchemaMetaInfo CtlSchemaMetaInfoDto) : CtlSchemaMetaInfoDto in class org.kaaproject.kaa.server.common.dao.CtlService |
From |
To |
|
Change Return Type List<CTLSchemaMetaInfoDto> to List<CtlSchemaMetaInfoDto> in method public getAvailableCtlSchemasMetaInfoForTenant(tenantId String) : List<CtlSchemaMetaInfoDto> in class org.kaaproject.kaa.server.control.service.DefaultControlService |
From |
To |
|
Change Return Type List<CTLSchemaMetaInfoDto> to List<CtlSchemaMetaInfoDto> in method public findAvailableCtlSchemasMetaInfoForTenant(tenantId String) : List<CtlSchemaMetaInfoDto> in class org.kaaproject.kaa.server.common.dao.CtlService |
From |
To |
|
Change Return Type CTLSchemaMetaInfoDto to CtlSchemaMetaInfoDto in method public promoteScopeToTenant(applicationToken String, fqn String) : CtlSchemaMetaInfoDto in class org.kaaproject.kaa.server.admin.shared.services.CtlService |
From |
To |
|
Change Return Type List<CTLSchemaMetaInfoDto> to List<CtlSchemaMetaInfoDto> in method public getApplicationLevelCtlSchemas(applicationId String) : List<CtlSchemaMetaInfoDto> in class org.kaaproject.kaa.server.admin.shared.services.CtlService |
From |
To |
|
Change Return Type AbstractDataProvider<CTLSchemaMetaInfoDto,String> to AbstractDataProvider<CtlSchemaMetaInfoDto,String> in method protected getDataProvider(dataGrid AbstractGrid<CtlSchemaMetaInfoDto,String>) : AbstractDataProvider<CtlSchemaMetaInfoDto,String> in class org.kaaproject.kaa.server.admin.client.mvp.activity.ApplicationCtlSchemasActivity |
From |
To |
|
Change Return Type CTLSchemaMetaInfoDto to CtlSchemaMetaInfoDto in method protected createDto() : CtlSchemaMetaInfoDto in class org.kaaproject.kaa.server.common.dao.model.sql.CtlSchemaMetaInfo |
From |
To |
|
Change Return Type CTLSchemaMetaInfoDto to CtlSchemaMetaInfoDto in method public updateCtlSchemaMetaInfoScope(ctlSchemaMetaInfo CtlSchemaMetaInfoDto) : CtlSchemaMetaInfoDto in class org.kaaproject.kaa.server.control.service.DefaultControlService |
From |
To |
|
Change Return Type List<CTLSchemaMetaInfoDto> to List<CtlSchemaMetaInfoDto> in method public getAvailableCtlSchemasMetaInfoForApplication(tenantId String, appId String) : List<CtlSchemaMetaInfoDto> in class org.kaaproject.kaa.server.control.service.DefaultControlService |
From |
To |
|
Change Return Type List<CTLSchemaMetaInfoDto> to List<CtlSchemaMetaInfoDto> in method public getSystemLevelCTLSchemas() : List<CtlSchemaMetaInfoDto> in class org.kaaproject.kaa.server.common.admin.AdminClient |
From |
To |
|
Change Return Type CTLSchemaMetaInfoDto to CtlSchemaMetaInfoDto in method public promoteScopeToTenant(applicationId String, fqn String) : CtlSchemaMetaInfoDto in class org.kaaproject.kaa.server.admin.services.CtlServiceImpl |
From |
To |
|
Change Return Type List<CTLSchemaMetaInfoDto> to List<CtlSchemaMetaInfoDto> in method public findSiblingsByFqnTenantIdAndApplicationId(fqn String, tenantId String, applicationId String) : List<CtlSchemaMetaInfoDto> in class org.kaaproject.kaa.server.common.dao.service.CtlServiceImpl |
From |
To |
|
Change Return Type List<CTLSchemaMetaInfoDto> to List<CtlSchemaMetaInfoDto> in method public getTenantLevelCTLSchemas() : List<CtlSchemaMetaInfoDto> in class org.kaaproject.kaa.server.common.admin.AdminClient |
From |
To |
|
Change Return Type CTLSchemaMetaInfoDto to CtlSchemaMetaInfoDto in method public promoteScopeToTenant(applicationId String, fqn String) : CtlSchemaMetaInfoDto in class org.kaaproject.kaa.server.common.admin.AdminClient |
From |
To |
|
Change Return Type List<CTLSchemaMetaInfoDto> to List<CtlSchemaMetaInfoDto> in method public findAvailableCtlSchemasMetaInfoForTenant(tenantId String) : List<CtlSchemaMetaInfoDto> in class org.kaaproject.kaa.server.common.dao.service.CtlServiceImpl |
From |
To |
|
Change Return Type List<CTLSchemaMetaInfoDto> to List<CtlSchemaMetaInfoDto> in method public findAvailableCtlSchemasMetaInfoForApplication(tenantId String, applicationId String) : List<CtlSchemaMetaInfoDto> in class org.kaaproject.kaa.server.common.dao.CtlService |
From |
To |
|
Change Return Type CTLSchemaMetaInfoDto to CtlSchemaMetaInfoDto in method public toDto() : CtlSchemaMetaInfoDto in class org.kaaproject.kaa.server.common.dao.model.sql.CtlSchemaMetaInfo |
From |
To |
|
Change Return Type List<CTLSchemaMetaInfoDto> to List<CtlSchemaMetaInfoDto> in method public getApplicationLevelCtlSchemasByAppToken(applicationToken String) : List<CtlSchemaMetaInfoDto> in class org.kaaproject.kaa.server.admin.services.CtlServiceImpl |
From |
To |
|
Change Return Type List<CTLSchemaMetaInfoDto> to List<CtlSchemaMetaInfoDto> in method public getSystemCtlSchemasMetaInfo() : List<CtlSchemaMetaInfoDto> in class org.kaaproject.kaa.server.control.service.DefaultControlService |
From |
To |
|
Change Return Type List<CTLSchemaMetaInfoDto> to List<CtlSchemaMetaInfoDto> in method public findSystemCtlSchemasMetaInfo() : List<CtlSchemaMetaInfoDto> in class org.kaaproject.kaa.server.common.dao.CtlService |
From |
To |
|
Change Return Type List<CTLSchemaMetaInfoDto> to List<CtlSchemaMetaInfoDto> in method public getApplicationLevelCtlSchemas(applicationId String) : List<CtlSchemaMetaInfoDto> in class org.kaaproject.kaa.server.admin.services.CtlServiceImpl |
From |
To |
|
Change Return Type List<CTLSchemaMetaInfoDto> to List<CtlSchemaMetaInfoDto> in method public getApplicationLevelCtlSchemasByAppToken(applicationToken String) : List<CtlSchemaMetaInfoDto> in class org.kaaproject.kaa.server.admin.shared.services.CtlService |
From |
To |
|
Change Return Type CTLSchemaMetaInfoDto to CtlSchemaMetaInfoDto in method public promoteScopeToTenant(applicationId String, fqn String) : CtlSchemaMetaInfoDto in class org.kaaproject.kaa.server.admin.controller.CtlController |
From |
To |
|
Change Return Type CTLSchemaMetaInfoDto to CtlSchemaMetaInfoDto in method public updateCtlSchemaMetaInfoScope(ctlSchemaMetaInfo CtlSchemaMetaInfoDto) : CtlSchemaMetaInfoDto in class org.kaaproject.kaa.server.control.service.ControlService |
From |
To |
|
Change Return Type List<CTLSchemaMetaInfoDto> to List<CtlSchemaMetaInfoDto> in method public getSiblingsByFqnTenantIdAndApplicationId(fqn String, tenantId String, applicationId String) : List<CtlSchemaMetaInfoDto> in class org.kaaproject.kaa.server.control.service.DefaultControlService |
From |
To |
|
Change Return Type List<CTLSchemaMetaInfoDto> to List<CtlSchemaMetaInfoDto> in method public getSystemLevelCtlSchemas() : List<CtlSchemaMetaInfoDto> in class org.kaaproject.kaa.server.admin.services.CtlServiceImpl |
From |
To |
|
Change Return Type List<CTLSchemaMetaInfoDto> to List<CtlSchemaMetaInfoDto> in method public getAvailableCtlSchemasMetaInfoForTenant(tenantId String) : List<CtlSchemaMetaInfoDto> in class org.kaaproject.kaa.server.control.service.ControlService |
From |
To |
|
Change Return Type AbstractDataProvider<CTLSchemaMetaInfoDto,String> to AbstractDataProvider<CtlSchemaMetaInfoDto,String> in method protected getDataProvider(dataGrid AbstractGrid<CtlSchemaMetaInfoDto,String>) : AbstractDataProvider<CtlSchemaMetaInfoDto,String> in class org.kaaproject.kaa.server.admin.client.mvp.activity.TenantCtlSchemasActivity |
From |
To |
|
Change Variable Type result : List<CTLSchemaMetaInfoDto> to result : List<CtlSchemaMetaInfoDto> in method public getSystemLevelCtlSchemas(callback AsyncCallback<List<CtlSchemaMetaInfoDto>>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource |
From |
To |
|
Change Variable Type metaInfo : CTLSchemaMetaInfoDto to metaInfo : CtlSchemaMetaInfoDto in method public getOrCreateEmptySystemSchema(createdUsername String) : CTLSchemaDto in class org.kaaproject.kaa.server.common.dao.service.CtlServiceImpl |
From |
To |
|
Change Variable Type metaInfo2 : CTLSchemaMetaInfoDto to metaInfo2 : CtlSchemaMetaInfoDto in method public promoteScopeToTenantNotFoundTest() : void in class org.kaaproject.kaa.server.control.ControlServerCTLSchemaIT |
From |
To |
|
Change Variable Type ctl2MetaDataDto : CTLSchemaMetaInfoDto to ctl2MetaDataDto : CtlSchemaMetaInfoDto in method public beforeTest() : void in class org.kaaproject.kaa.server.operations.service.profile.ProfileServiceIT |
From |
To |
|
Change Variable Type other : CTLSchemaMetaInfoDto to other : CtlSchemaMetaInfoDto in method public equals(obj Object) : boolean in class org.kaaproject.kaa.common.dto.ctl.CtlSchemaMetaInfoDto |
From |
To |
|
Change Variable Type metaInfoMap : Map<String,CTLSchemaMetaInfoDto> to metaInfoMap : Map<String,CtlSchemaMetaInfoDto> in method private getMetaInfoFromCtlSchema(schemas List<CtlSchema>) : List<CtlSchemaMetaInfoDto> in class org.kaaproject.kaa.server.common.dao.service.CtlServiceImpl |
From |
To |
|
Change Variable Type metaInfo : CTLSchemaMetaInfoDto to metaInfo : CtlSchemaMetaInfoDto in method public testScopeUpdate() : void in class org.kaaproject.kaa.server.common.dao.service.CtlServiceImplTest |
From |
To |
|
Change Variable Type metaInfo : CTLSchemaMetaInfoDto to metaInfo : CtlSchemaMetaInfoDto in method public getTenantLevelCtlSchemaReferenceForEcf(ecfId String, eventClassViewDtoList List<EventClassViewDto>) : List<CtlSchemaReferenceDto> in class org.kaaproject.kaa.server.admin.services.CtlServiceImpl |
From |
To |
|
Change Variable Type expectedSchemas : List<CTLSchemaMetaInfoDto> to expectedSchemas : List<CtlSchemaMetaInfoDto> in method public testFindSystemCTLSchemasMetaInfo() : void in class org.kaaproject.kaa.server.common.dao.service.CtlServiceImplTest |
From |
To |
|
Change Variable Type metaInfoDto : CTLSchemaMetaInfoDto to metaInfoDto : CtlSchemaMetaInfoDto in method protected generateCTLSchemaDto(fqn String, tenantId String, version int) : CTLSchemaDto in class org.kaaproject.kaa.server.common.dao.service.AbstractServiceImplTest |
From |
To |
|
Change Variable Type details : CTLSchemaMetaInfoDto to details : CtlSchemaMetaInfoDto in method private asText(types Collection<CTLSchemaDto>) : String in class org.kaaproject.kaa.server.admin.services.CtlServiceImpl |
From |
To |
|
Change Variable Type result : CTLSchemaMetaInfoDto to result : CtlSchemaMetaInfoDto in method public promoteScopeToTenant(applicationId String, fqn String, callback AsyncCallback<CtlSchemaMetaInfoDto>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource |
From |
To |
|
Change Variable Type result : List<CTLSchemaMetaInfoDto> to result : List<CtlSchemaMetaInfoDto> in method private getMetaInfoFromCtlSchema(schemas List<CtlSchema>) : List<CtlSchemaMetaInfoDto> in class org.kaaproject.kaa.server.common.dao.service.CtlServiceImpl |
From |
To |
|
Change Variable Type siblingSchemas : List<CTLSchemaMetaInfoDto> to siblingSchemas : List<CtlSchemaMetaInfoDto> in method public testFindSiblingsFqns() : void in class org.kaaproject.kaa.server.common.dao.service.CtlServiceImplTest |
From |
To |
|
Change Variable Type metaInfo : CTLSchemaMetaInfoDto to metaInfo : CtlSchemaMetaInfoDto in method public promoteScopeToTenantWithDependenciesInAppScopeTest() : void in class org.kaaproject.kaa.server.control.ControlServerCTLSchemaIT |
From |
To |
|
Change Variable Type ctlSchemaInfo : CTLSchemaMetaInfoDto to ctlSchemaInfo : CtlSchemaMetaInfoDto in method private extractCtlSchemaVersionsInfo(ctlSchemaInfos List<CtlSchemaMetaInfoDto>) : Map<Fqn,List<Integer>> in class org.kaaproject.kaa.server.control.service.DefaultControlService |
From |
To |
|
Change Variable Type updatedMetaInfo : CTLSchemaMetaInfoDto to updatedMetaInfo : CtlSchemaMetaInfoDto in method public updateCTLSchemaScopeTest() : void in class org.kaaproject.kaa.server.control.ControlServerCTLSchemaIT |
From |
To |
|
Change Variable Type metaInfo : CTLSchemaMetaInfoDto to metaInfo : CtlSchemaMetaInfoDto in method public testFindCTLSchemaByFqnAndVerAndTenantIdAndApplicationId() : void in class org.kaaproject.kaa.server.common.dao.service.CtlServiceImplTest |
From |
To |
|
Change Variable Type schema : CTLSchemaMetaInfoDto to schema : CtlSchemaMetaInfoDto in method protected existingEntityPlace(id String) : Place in class org.kaaproject.kaa.server.admin.client.mvp.activity.TenantCtlSchemasActivity |
From |
To |
|
Change Variable Type metaInfo : CTLSchemaMetaInfoDto to metaInfo : CtlSchemaMetaInfoDto in method public testScopeUpdateForbidden() : void in class org.kaaproject.kaa.server.common.dao.service.CtlServiceImplTest |
From |
To |
|
Change Variable Type confMetaInfo : CTLSchemaMetaInfoDto to confMetaInfo : CtlSchemaMetaInfoDto in method public beforeTest() : void in class org.kaaproject.kaa.server.operations.service.delta.DeltaServiceIT |
From |
To |
|
Change Variable Type dataFilter : DataFilter<CTLSchemaMetaInfoDto> to dataFilter : DataFilter<CtlSchemaMetaInfoDto> in method public bind(eventBus EventBus) : void in class org.kaaproject.kaa.server.admin.client.mvp.activity.CtlSchemasActivity |
From |
To |
|
Change Variable Type o2 : CTLSchemaMetaInfoDto to o2 : CtlSchemaMetaInfoDto in method protected constructColumnsImpl(table DataGrid<CtlSchemaMetaInfoDto>) : float in class org.kaaproject.kaa.server.admin.client.mvp.view.ctl.CtlGrid |
From |
To |
|
Change Variable Type gammaMetaInfo : CTLSchemaMetaInfoDto to gammaMetaInfo : CtlSchemaMetaInfoDto in method public before() : void in class org.kaaproject.kaa.server.common.dao.service.CtlServiceImplTest |
From |
To |
|
Change Variable Type metaInfo : CTLSchemaMetaInfoDto to metaInfo : CtlSchemaMetaInfoDto in method public saveCtlSchema(unSavedSchema CTLSchemaDto) : CTLSchemaDto in class org.kaaproject.kaa.server.common.dao.service.CtlServiceImpl |
From |
To |
|
Change Variable Type o1 : CTLSchemaMetaInfoDto to o1 : CtlSchemaMetaInfoDto in method protected constructColumnsImpl(table DataGrid<CtlSchemaMetaInfoDto>) : float in class org.kaaproject.kaa.server.admin.client.mvp.view.ctl.CtlGrid |
From |
To |
|
Change Variable Type ctl1MetaDataDto : CTLSchemaMetaInfoDto to ctl1MetaDataDto : CtlSchemaMetaInfoDto in method public beforeTest() : void in class org.kaaproject.kaa.server.operations.service.profile.ProfileServiceIT |
From |
To |
|
Change Variable Type schema : CTLSchemaMetaInfoDto to schema : CtlSchemaMetaInfoDto in method protected existingEntityPlace(id String) : Place in class org.kaaproject.kaa.server.admin.client.mvp.activity.ApplicationCtlSchemasActivity |
From |
To |
|
Change Variable Type result : List<CTLSchemaMetaInfoDto> to result : List<CtlSchemaMetaInfoDto> in method public getApplicationLevelCtlSchemas(applicationId String, callback AsyncCallback<List<CtlSchemaMetaInfoDto>>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource |
From |
To |
|
Change Variable Type ctlSchemaMetaInfoDto : CTLSchemaMetaInfoDto to ctlSchemaMetaInfoDto : CtlSchemaMetaInfoDto in method public toDto() : CtlSchemaMetaInfoDto in class org.kaaproject.kaa.server.common.dao.model.sql.CtlSchemaMetaInfo |
From |
To |
|
Change Variable Type entity : ResponseEntity<List<CTLSchemaMetaInfoDto>> to entity : ResponseEntity<List<CtlSchemaMetaInfoDto>> in method public getSystemLevelCTLSchemas() : List<CtlSchemaMetaInfoDto> in class org.kaaproject.kaa.server.common.admin.AdminClient |
From |
To |
|
Change Variable Type alphaMetaInfo : CTLSchemaMetaInfoDto to alphaMetaInfo : CtlSchemaMetaInfoDto in method public before() : void in class org.kaaproject.kaa.server.common.dao.service.CtlServiceImplTest |
From |
To |
|
Change Variable Type entity : ResponseEntity<List<CTLSchemaMetaInfoDto>> to entity : ResponseEntity<List<CtlSchemaMetaInfoDto>> in method public getTenantLevelCTLSchemas() : List<CtlSchemaMetaInfoDto> in class org.kaaproject.kaa.server.common.admin.AdminClient |
From |
To |
|
Change Variable Type metaInfo : CTLSchemaMetaInfoDto to metaInfo : CtlSchemaMetaInfoDto in method private validateCtlSchemaObject(ctlSchema CTLSchemaDto) : void in class org.kaaproject.kaa.server.common.dao.service.CtlServiceImpl |
From |
To |
|
Change Variable Type availableMetaInfo : List<CTLSchemaMetaInfoDto> to availableMetaInfo : List<CtlSchemaMetaInfoDto> in method public getAvailableApplicationCtlSchemaReferences(applicationId String) : List<CtlSchemaReferenceDto> in class org.kaaproject.kaa.server.admin.services.CtlServiceImpl |
From |
To |
|
Change Variable Type ctlSchemaReferenceDtoListForTenant : List<CTLSchemaMetaInfoDto> to ctlSchemaReferenceDtoListForTenant : List<CtlSchemaMetaInfoDto> in method public getTenantLevelCtlSchemaReferenceForEcf(ecfId String, eventClassViewDtoList List<EventClassViewDto>) : List<CtlSchemaReferenceDto> in class org.kaaproject.kaa.server.admin.services.CtlServiceImpl |
From |
To |
|
Change Variable Type schema : CTLSchemaMetaInfoDto to schema : CtlSchemaMetaInfoDto in method protected existingEntityPlace(id String) : Place in class org.kaaproject.kaa.server.admin.client.mvp.activity.SystemCtlSchemasActivity |
From |
To |
|
Change Variable Type item : CTLSchemaMetaInfoDto to item : CtlSchemaMetaInfoDto in method protected constructColumnsImpl(table DataGrid<CtlSchemaMetaInfoDto>) : float in class org.kaaproject.kaa.server.admin.client.mvp.view.ctl.CtlGrid |
From |
To |
|
Change Variable Type entity : ResponseEntity<List<CTLSchemaMetaInfoDto>> to entity : ResponseEntity<List<CtlSchemaMetaInfoDto>> in method public getApplicationLevelCTLSchemasByAppToken(applicationToken String) : List<CtlSchemaMetaInfoDto> in class org.kaaproject.kaa.server.common.admin.AdminClient |
From |
To |
|
Change Variable Type metaInfo : CTLSchemaMetaInfoDto to metaInfo : CtlSchemaMetaInfoDto in method public updateCTLSchemaScopeTest() : void in class org.kaaproject.kaa.server.control.ControlServerCTLSchemaIT |
From |
To |
|
Change Variable Type betaMetaInfo : CTLSchemaMetaInfoDto to betaMetaInfo : CtlSchemaMetaInfoDto in method public before() : void in class org.kaaproject.kaa.server.common.dao.service.CtlServiceImplTest |
From |
To |
|
Change Variable Type result : List<CTLSchemaMetaInfoDto> to result : List<CtlSchemaMetaInfoDto> in method public checkFqnExists(fqn String, tenantId String, applicationId String) : boolean in class org.kaaproject.kaa.server.admin.services.CtlServiceImpl |
From |
To |
|
Change Variable Type result : List<CTLSchemaMetaInfoDto> to result : List<CtlSchemaMetaInfoDto> in method public getTenantLevelCtlSchemas(callback AsyncCallback<List<CtlSchemaMetaInfoDto>>) : void in class org.kaaproject.kaa.server.admin.client.mvp.data.DataSource |
From |
To |
|
Change Variable Type metaInfo3 : CTLSchemaMetaInfoDto to metaInfo3 : CtlSchemaMetaInfoDto in method public promoteScopeToTenantForbiddenTest() : void in class org.kaaproject.kaa.server.control.ControlServerCTLSchemaIT |
From |
To |
|
Change Variable Type metaInfo : CTLSchemaMetaInfoDto to metaInfo : CtlSchemaMetaInfoDto in method public createNewCtlSchemaFormInstance(metaInfoId String, sourceVersion Integer, applicationId String, converterType ConverterType) : CtlSchemaFormDto in class org.kaaproject.kaa.server.admin.services.CtlServiceImpl |
From |
To |
|
Change Variable Type metaInfoDto : CTLSchemaMetaInfoDto to metaInfoDto : CtlSchemaMetaInfoDto in method private getMetaInfoFromCtlSchema(schemas List<CtlSchema>) : List<CtlSchemaMetaInfoDto> in class org.kaaproject.kaa.server.common.dao.service.CtlServiceImpl |
From |
To |
|
Change Variable Type ctlSchemaMetaInfo : CTLSchemaMetaInfoDto to ctlSchemaMetaInfo : CtlSchemaMetaInfoDto in method public promoteScopeToTenant(applicationId String, fqn String) : CtlSchemaMetaInfoDto in class org.kaaproject.kaa.server.admin.services.CtlServiceImpl |
From |
To |
|
Change Variable Type metaInfo : CTLSchemaMetaInfoDto to metaInfo : CtlSchemaMetaInfoDto in method public beforeTest() : void in class org.kaaproject.kaa.server.operations.service.delta.DeltaServiceIT |
From |
To |
|
Change Variable Type metaInfo : CTLSchemaMetaInfoDto to metaInfo : CtlSchemaMetaInfoDto in method public parse(body String, applicationId String) : CTLSchemaDto in class org.kaaproject.kaa.server.admin.services.schema.CtlSchemaParser |
From |
To |
|
Change Variable Type appSchemas : List<CTLSchemaMetaInfoDto> to appSchemas : List<CtlSchemaMetaInfoDto> in method public testFindSystemCTLSchemasMetaInfo() : void in class org.kaaproject.kaa.server.common.dao.service.CtlServiceImplTest |
From |
To |
|
Change Variable Type metaInfo : CTLSchemaMetaInfoDto to metaInfo : CtlSchemaMetaInfoDto in method public getAvailableApplicationCtlSchemaReferences(applicationId String) : List<CtlSchemaReferenceDto> in class org.kaaproject.kaa.server.admin.services.CtlServiceImpl |
From |
To |