|
Rename Method public findByEndpointProfile(endpointProfileDto EndpointProfileDto) : Optional<EndpointSpecificConfigurationDto> renamed to public findActiveConfigurationByEndpointProfile(endpointProfileDto EndpointProfileDto) : Optional<EndpointSpecificConfigurationDto> in class org.kaaproject.kaa.server.common.dao.service.EndpointSpecificConfigurationServiceImpl |
From |
To |
|
Rename Method public validateOverrideConfigurationBody(appId String, schemaVersion int, configurationBody String) : String renamed to public normalizeAccordingToOverrideConfigurationSchema(appId String, schemaVersion int, configurationBody String) : String in class org.kaaproject.kaa.server.common.dao.ConfigurationService |
From |
To |
|
Rename Method public testShouldFoundByEndpointKeyHash() : void renamed to public testShouldFindActiveConfigurationByEndpointKeyHash() : void in class org.kaaproject.kaa.server.common.dao.service.EndpointSpecificConfigurationServiceImplTest |
From |
To |
|
Rename Method public validateOverrideConfigurationBody(appId String, schemaVersion int, configurationBody String) : String renamed to public normalizeAccordingToOverrideConfigurationSchema(appId String, schemaVersion int, configurationBody String) : String in class org.kaaproject.kaa.server.common.dao.service.ConfigurationServiceImpl |
From |
To |
|
Rename Method public testShouldDeleteByEndpointKeyHash() : void renamed to public testShouldDeleteActiveConfigurationByEndpointKeyHash() : void in class org.kaaproject.kaa.server.common.dao.service.EndpointSpecificConfigurationServiceImplTest |
From |
To |
|
Rename Method public findByEndpointKeyHash(endpointKeyHash String) : Optional<EndpointSpecificConfigurationDto> renamed to public findActiveConfigurationByEndpointKeyHash(endpointKeyHash byte[]) : Optional<EndpointSpecificConfigurationDto> in class org.kaaproject.kaa.server.common.dao.EndpointSpecificConfigurationService |
From |
To |
|
Rename Method public deleteEndpointSpecificConfiguration(endpointKeyHash String) : void renamed to public deleteActiveEndpointSpecificConfiguration(endpointKeyHash String) : void in class org.kaaproject.kaa.server.common.admin.AdminClient |
From |
To |
|
Rename Method public testShouldNotDeleteByEndpointKeyHashWhenProfileNotFound() : void renamed to public testShouldDeleteByEndpointKeyHashAndConfSchemaVersion() : void in class org.kaaproject.kaa.server.common.dao.service.EndpointSpecificConfigurationServiceImplTest |
From |
To |
|
Rename Method public getConfigurationVersion() : Integer renamed to public getConfigurationSchemaVersion() : Integer in class org.kaaproject.kaa.common.dto.EndpointSpecificConfigurationDto |
From |
To |
|
Rename Method public testShouldFoundByEndpointProfile() : void renamed to public testShouldActiveConfigurationByEndpointProfile() : void in class org.kaaproject.kaa.server.common.dao.service.EndpointSpecificConfigurationServiceImplTest |
From |
To |
|
Rename Method public shouldSave() : void renamed to public testShouldSaveWithActiveConfigSchemaVersion() : void in class org.kaaproject.kaa.server.common.dao.service.EndpointSpecificConfigurationServiceImplTest |
From |
To |
|
Rename Method public findEndpointSpecificConfiguration(endpointKeyHash String) : EndpointSpecificConfigurationDto renamed to public findActiveEndpointSpecificConfiguration(endpointKeyHash String) : EndpointSpecificConfigurationDto in class org.kaaproject.kaa.server.common.admin.AdminClient |
From |
To |
|
Rename Method public findByEndpointKeyHash(endpointKeyHash String) : Optional<EndpointSpecificConfigurationDto> renamed to public findActiveConfigurationByEndpointKeyHash(endpointKeyHash byte[]) : Optional<EndpointSpecificConfigurationDto> in class org.kaaproject.kaa.server.common.dao.service.EndpointSpecificConfigurationServiceImpl |
From |
To |
|
Rename Method public setConfigurationVersion(configurationVersion Integer) : void renamed to public setConfigurationSchemaVersion(configurationSchemaVersion Integer) : void in class org.kaaproject.kaa.common.dto.EndpointSpecificConfigurationDto |
From |
To |
|
Rename Method public findByEndpointProfile(endpointProfileDto EndpointProfileDto) : Optional<EndpointSpecificConfigurationDto> renamed to public findActiveConfigurationByEndpointProfile(endpointProfileDto EndpointProfileDto) : Optional<EndpointSpecificConfigurationDto> in class org.kaaproject.kaa.server.common.dao.EndpointSpecificConfigurationService |
From |
To |
|
Rename Method public testShouldNotFoundByEndpointKeyHashWhenProfileNotFound() : void renamed to public testShouldNotFindActiveConfigurationByEndpointKeyHashWhenProfileNotFound() : void in class org.kaaproject.kaa.server.common.dao.service.EndpointSpecificConfigurationServiceImplTest |
From |
To |
|
Change Parameter Type endpointKeyHash : String to endpointKeyHash : byte[] in method public setEndpointKeyHash(endpointKeyHash byte[]) : void in class org.kaaproject.kaa.common.dto.EndpointSpecificConfigurationDto |
From |
To |
|
Change Parameter Type ep : EndpointProfileDto to appId : String in method private validateEndpointSpecificConfiguration(configurationDto EndpointSpecificConfigurationDto, appId String) : void in class org.kaaproject.kaa.server.common.dao.service.EndpointSpecificConfigurationServiceImpl |
From |
To |
|
Change Parameter Type endpointKeyHash : String to endpointKeyHash : byte[] in method public findEndpointSpecificConfiguration(endpointKeyHash byte[], confSchemaVersion Integer) : EndpointSpecificConfigurationDto in class org.kaaproject.kaa.server.control.service.ControlService |
From |
To |
|
Change Parameter Type endpointKeyHash : String to endpointKeyHash : byte[] in method public findEndpointSpecificConfiguration(endpointKeyHash byte[], confSchemaVersion Integer) : EndpointSpecificConfigurationDto in class org.kaaproject.kaa.server.admin.services.ConfigurationServiceImpl |
From |
To |
|
Change Parameter Type endpointKeyHash : String to endpointKeyHash : byte[] in method public deleteEndpointSpecificConfiguration(endpointKeyHash byte[], confSchemaVersion Integer) : EndpointSpecificConfigurationDto in class org.kaaproject.kaa.server.control.service.ControlService |
From |
To |
|
Change Parameter Type endpointKeyHash : String to endpointKeyHash : byte[] in method public findByEndpointKeyHashAndConfigurationVersion(endpointKeyHash byte[], configurationVersion int) : CassandraEndpointSpecificConfiguration in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.EndpointSpecificConfigurationCassandraDao |
From |
To |
|
Change Parameter Type endpointKeyHash : String to endpointKeyHash : byte[] in method public findActiveConfigurationByEndpointKeyHash(endpointKeyHash byte[]) : Optional<EndpointSpecificConfigurationDto> in class org.kaaproject.kaa.server.common.dao.EndpointSpecificConfigurationService |
From |
To |
|
Change Parameter Type endpointKeyHash : String to endpointKeyHash : byte[] in method public findEndpointSpecificConfiguration(endpointKeyHash byte[], confSchemaVersion Integer) : EndpointSpecificConfigurationDto in class org.kaaproject.kaa.server.admin.shared.services.ConfigurationService |
From |
To |
|
Change Parameter Type endpointKeyHash : String to endpointKeyHash : byte[] in method protected generateEndpointSpecificConfigurationDto(endpointKeyHash byte[], configurationVersion Integer, configuration String, version Long) : EndpointSpecificConfigurationDto in class org.kaaproject.kaa.server.common.nosql.mongo.dao.AbstractMongoTest |
From |
To |
|
Change Parameter Type endpointKeyHash : String to endpointKeyHash : byte[] in method public deleteEndpointSpecificConfiguration(endpointKeyHash byte[], confSchemaVersion Integer) : EndpointSpecificConfigurationDto in class org.kaaproject.kaa.server.admin.shared.services.ConfigurationService |
From |
To |
|
Change Parameter Type endpointKeyHash : String to endpointKeyHash : byte[] in method public EndpointSpecificConfigurationDto(endpointKeyHash byte[], configurationSchemaVersion Integer, configuration String, version Long) in class org.kaaproject.kaa.common.dto.EndpointSpecificConfigurationDto |
From |
To |
|
Change Parameter Type endpointKeyHash : String to endpointKeyHash : byte[] in method public deleteEndpointSpecificConfiguration(endpointKeyHash byte[], confSchemaVersion Integer) : EndpointSpecificConfigurationDto in class org.kaaproject.kaa.server.admin.services.ConfigurationServiceImpl |
From |
To |
|
Change Parameter Type endpointKeyHash : String to endpointKeyHash : byte[] in method public deleteEndpointSpecificConfiguration(endpointKeyHash byte[], confSchemaVersion Integer) : EndpointSpecificConfigurationDto in class org.kaaproject.kaa.server.control.service.DefaultControlService |
From |
To |
|
Change Parameter Type endpointKeyHash : String to endpointKeyHash : ByteBuffer in method public setEndpointKeyHash(endpointKeyHash ByteBuffer) : void in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.model.CassandraEndpointSpecificConfiguration |
From |
To |
|
Change Parameter Type endpointKeyHash : String to endpointKeyHash : byte[] in method public setEndpointKeyHash(endpointKeyHash byte[]) : void in class org.kaaproject.kaa.server.common.nosql.mongo.dao.model.MongoEndpointSpecificConfiguration |
From |
To |
|
Change Parameter Type endpointKeyHash : String to endpointKeyHash : byte[] in method public findByEndpointKeyHashAndConfigurationVersion(endpointKeyHash byte[], configurationVersion int) : EndpointSpecificConfiguration in class org.kaaproject.kaa.server.common.nosql.mongo.dao.EndpointSpecificConfigurationMongoDao |
From |
To |
|
Change Parameter Type endpointKeyHash : String to endpointKeyHash : byte[] in method package checkEndpointProfile(endpointKeyHash byte[]) : EndpointProfileDto in class org.kaaproject.kaa.server.admin.services.AbstractAdminService |
From |
To |
|
Change Parameter Type endpointKeyHash : String to endpointKeyHash : byte[] in method public findActiveConfigurationByEndpointKeyHash(endpointKeyHash byte[]) : Optional<EndpointSpecificConfigurationDto> in class org.kaaproject.kaa.server.common.dao.service.EndpointSpecificConfigurationServiceImpl |
From |
To |
|
Change Parameter Type endpointKeyHash : String to configuration : EndpointSpecificConfigurationDto in method private sendEndpointConfigurationRefreshMessage(configuration EndpointSpecificConfigurationDto) : void in class org.kaaproject.kaa.server.control.service.DefaultControlService |
From |
To |
|
Change Parameter Type endpointKeyHash : String to endpointKeyHash : byte[] in method private getEndpointProfileDto(endpointKeyHash byte[]) : EndpointProfileDto in class org.kaaproject.kaa.server.common.dao.service.EndpointSpecificConfigurationServiceImpl |
From |
To |
|
Change Parameter Type endpointKeyHash : String to endpointKeyHash : byte[] in method protected generateEpsConfigurationDto(endpointKeyHash byte[], configurationVersion Integer, configuration String, version Long) : EndpointSpecificConfigurationDto in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.AbstractCassandraTest |
From |
To |
|
Change Parameter Type endpointKeyHash : String to endpointKeyHash : byte[] in method public findByEndpointKeyHashAndConfigurationVersion(endpointKeyHash byte[], configurationVersion int) : EndpointSpecificConfiguration in class org.kaaproject.kaa.server.common.dao.impl.EndpointSpecificConfigurationDao |
From |
To |
|
Change Attribute Type KEY : String to KEY : byte[] in class org.kaaproject.kaa.server.common.nosql.mongo.dao.EndpointSpecificConfigurationMongoDaoTest |
From |
To |
|
Change Attribute Type KEY : String to KEY : byte[] in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.EndpointSpecificConfigurationCassandraDaoTest |
From |
To |
|
Change Attribute Type endpointKeyHash : String to endpointKeyHash : byte[] in class org.kaaproject.kaa.server.common.nosql.mongo.dao.model.MongoEndpointSpecificConfiguration |
From |
To |
|
Change Attribute Type KEY : String to KEY : byte[] in class org.kaaproject.kaa.server.common.dao.service.EndpointSpecificConfigurationServiceImplTest |
From |
To |
|
Change Attribute Type KEY_2 : String to KEY_2 : byte[] in class org.kaaproject.kaa.server.common.nosql.mongo.dao.EndpointSpecificConfigurationMongoDaoTest |
From |
To |
|
Change Attribute Type KEY_2 : String to KEY_2 : byte[] in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.EndpointSpecificConfigurationCassandraDaoTest |
From |
To |
|
Change Attribute Type endpointKeyHash : String to endpointKeyHash : ByteBuffer in class org.kaaproject.kaa.server.common.nosql.cassandra.dao.model.CassandraEndpointSpecificConfiguration |
From |
To |
|
Change Attribute Type endpointKeyHash : String to endpointKeyHash : byte[] in class org.kaaproject.kaa.common.dto.EndpointSpecificConfigurationDto |
From |
To |
|
Change Attribute Type KEY : String to CONF_VERSION : int in class org.kaaproject.kaa.server.common.dao.service.EndpointSpecificConfigurationServiceImplTest |
From |
To |