Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractEntity - Class in org.qubership.integration.platform.variables.management.persistence.configs.entity
- AbstractEntity(AbstractEntity) - Constructor for class org.qubership.integration.platform.variables.management.persistence.configs.entity.AbstractEntity
- ACTION_TIME - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.enums.filter.ActionLogFilterColumn
- ACTION_TIME_HEADER_VALUE - Static variable in class org.qubership.integration.platform.variables.management.service.exportimport.ActionsLogExportConstants
- ActionLog - Class in org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog
- ActionLog(EntityType, String, String, EntityType, String, String, LogOperation) - Constructor for class org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.ActionLog
- ActionLogDTO - Class in org.qubership.integration.platform.variables.management.rest.v1.dto.actionlog
- ActionLogDTO() - Constructor for class org.qubership.integration.platform.variables.management.rest.v1.dto.actionlog.ActionLogDTO
- ActionLogException - Exception Class in org.qubership.integration.platform.variables.management.rest.exception
- ActionLogException() - Constructor for exception class org.qubership.integration.platform.variables.management.rest.exception.ActionLogException
- ActionLogException(String) - Constructor for exception class org.qubership.integration.platform.variables.management.rest.exception.ActionLogException
- ActionLogException(String, Throwable) - Constructor for exception class org.qubership.integration.platform.variables.management.rest.exception.ActionLogException
- ActionLogFilterColumn - Enum Class in org.qubership.integration.platform.variables.management.persistence.configs.entity.enums.filter
- ActionLogFilterRepository - Interface in org.qubership.integration.platform.variables.management.persistence.configs.repository.actionlog
- ActionLogFilterRepositoryImpl - Class in org.qubership.integration.platform.variables.management.persistence.configs.repository.actionlog
- ActionLogFilterRepositoryImpl() - Constructor for class org.qubership.integration.platform.variables.management.persistence.configs.repository.actionlog.ActionLogFilterRepositoryImpl
- ActionLogFilterRequestDTO - Class in org.qubership.integration.platform.variables.management.rest.v1.dto.actionlog
- ActionLogFilterRequestDTO() - Constructor for class org.qubership.integration.platform.variables.management.rest.v1.dto.actionlog.ActionLogFilterRequestDTO
- actionLogger - Variable in class org.qubership.integration.platform.variables.management.service.SecretService
- ActionLogRepository - Interface in org.qubership.integration.platform.variables.management.persistence.configs.repository.actionlog
- ActionLogResponse - Class in org.qubership.integration.platform.variables.management.rest.v1.dto.actionlog
- ActionLogResponse() - Constructor for class org.qubership.integration.platform.variables.management.rest.v1.dto.actionlog.ActionLogResponse
- ActionLogSearchCriteria - Class in org.qubership.integration.platform.variables.management.rest.v1.dto.actionlog
- ActionLogSearchCriteria() - Constructor for class org.qubership.integration.platform.variables.management.rest.v1.dto.actionlog.ActionLogSearchCriteria
- ActionsLogController - Class in org.qubership.integration.platform.variables.management.rest.v1.controller
- ActionsLogController(ActionsLogService, ActionsLogMapper) - Constructor for class org.qubership.integration.platform.variables.management.rest.v1.controller.ActionsLogController
- ActionsLogExportConstants - Class in org.qubership.integration.platform.variables.management.service.exportimport
- ActionsLogExportConstants() - Constructor for class org.qubership.integration.platform.variables.management.service.exportimport.ActionsLogExportConstants
- ActionsLogExportController - Class in org.qubership.integration.platform.variables.management.rest.v1.controller
- ActionsLogExportController(ActionsLogExportService) - Constructor for class org.qubership.integration.platform.variables.management.rest.v1.controller.ActionsLogExportController
- ActionsLogExportService - Class in org.qubership.integration.platform.variables.management.service.exportimport
- ActionsLogExportService(ActionsLogService) - Constructor for class org.qubership.integration.platform.variables.management.service.exportimport.ActionsLogExportService
- ActionsLogMapper - Interface in org.qubership.integration.platform.variables.management.rest.v1.mapper
- ActionsLogMapperImpl - Class in org.qubership.integration.platform.variables.management.rest.v1.mapper
- ActionsLogMapperImpl() - Constructor for class org.qubership.integration.platform.variables.management.rest.v1.mapper.ActionsLogMapperImpl
- ActionsLogService - Class in org.qubership.integration.platform.variables.management.service
- ActionsLogService(ActionLogRepository, AuditorAware<User>) - Constructor for class org.qubership.integration.platform.variables.management.service.ActionsLogService
- ACTIVATE - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.LogOperation
- ADD - Enum constant in enum class org.qubership.integration.platform.variables.management.model.json.PatchOperation
- addImportInstruction(ImportInstruction) - Method in class org.qubership.integration.platform.variables.management.service.exportimport.instructions.ImportInstructionsService
- addImportInstruction(ImportInstructionRequest) - Method in class org.qubership.integration.platform.variables.management.rest.v1.controller.ImportInstructionsController
- addInterceptors(InterceptorRegistry) - Method in class org.qubership.integration.platform.variables.management.configuration.WebAutoConfig
- addSecretData(String, Map<String, String>, boolean) - Method in class org.qubership.integration.platform.variables.management.kubernetes.KubeOperator
- addVariable(String, String) - Method in class org.qubership.integration.platform.variables.management.service.CommonVariablesService
- addVariables(String, Map<String, String>) - Method in class org.qubership.integration.platform.variables.management.service.SecuredVariableService
- addVariables(String, Map<String, String>, boolean) - Method in class org.qubership.integration.platform.variables.management.service.SecuredVariableService
- addVariables(Map<String, String>) - Method in class org.qubership.integration.platform.variables.management.rest.v1.controller.CommonVariablesController
- addVariables(Map<String, String>) - Method in class org.qubership.integration.platform.variables.management.rest.v1.controller.SecuredVariableController
- addVariables(Map<String, String>, boolean) - Method in class org.qubership.integration.platform.variables.management.service.CommonVariablesService
- addVariables(SecuredVariablesRequest) - Method in class org.qubership.integration.platform.variables.management.rest.v2.controller.SecuredVariableControllerV2
- addVariablesToDefaultSecret(Map<String, String>) - Method in class org.qubership.integration.platform.variables.management.service.SecuredVariableService
- addVariablesUnlogged(Map<String, String>) - Method in class org.qubership.integration.platform.variables.management.service.CommonVariablesService
- afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class org.qubership.integration.platform.variables.management.configuration.MDCInterceptor
- APPLICATION_NAME - Static variable in class org.qubership.integration.platform.variables.management.service.exportimport.ActionsLogExportConstants
- APPLICATION_VERSION - Static variable in class org.qubership.integration.platform.variables.management.service.exportimport.ActionsLogExportConstants
- ApplicationAutoConfiguration - Class in org.qubership.integration.platform.variables.management.configuration
- ApplicationAutoConfiguration(String, String) - Constructor for class org.qubership.integration.platform.variables.management.configuration.ApplicationAutoConfiguration
- asConfig(List<ImportInstruction>) - Method in class org.qubership.integration.platform.variables.management.service.exportimport.instructions.mapper.ImportInstructionsMapper
- asDto(List<ImportInstruction>) - Method in class org.qubership.integration.platform.variables.management.service.exportimport.instructions.mapper.ImportInstructionsMapper
- asDTO(List<ActionLog>) - Method in interface org.qubership.integration.platform.variables.management.rest.v1.mapper.ActionsLogMapper
- asDTO(List<ActionLog>) - Method in class org.qubership.integration.platform.variables.management.rest.v1.mapper.ActionsLogMapperImpl
- asDTO(ActionLog) - Method in interface org.qubership.integration.platform.variables.management.rest.v1.mapper.ActionsLogMapper
- asDTO(ActionLog) - Method in class org.qubership.integration.platform.variables.management.rest.v1.mapper.ActionsLogMapperImpl
- asDTO(User) - Method in interface org.qubership.integration.platform.variables.management.rest.v1.mapper.UserMapper
- asDTO(User) - Method in class org.qubership.integration.platform.variables.management.rest.v1.mapper.UserMapperImpl
- asEntities(CommonVariablesImportInstructionsConfig) - Method in class org.qubership.integration.platform.variables.management.service.exportimport.instructions.mapper.ImportInstructionsMapper
- asName(ImportVariableDTO) - Method in class org.qubership.integration.platform.variables.management.rest.v1.mapper.CommonVariablesMapper
- asResponse(Long, List<ActionLog>) - Method in interface org.qubership.integration.platform.variables.management.rest.v1.mapper.ActionsLogMapper
- asResponse(Long, List<ActionLog>) - Method in class org.qubership.integration.platform.variables.management.rest.v1.mapper.ActionsLogMapperImpl
- asResponse(Map.Entry<String, Set<String>>) - Method in class org.qubership.integration.platform.variables.management.rest.v2.mapper.SecretResponseMapper
- asResponse(Map.Entry<String, Set<String>>) - Method in class org.qubership.integration.platform.variables.management.rest.v2.mapper.SecretResponseMapperImpl
- asResponse(Map<String, Set<String>>) - Method in class org.qubership.integration.platform.variables.management.rest.v2.mapper.SecretResponseMapper
- AuditorAutoProvider - Class in org.qubership.integration.platform.variables.management.configuration.auditing
- AuditorAutoProvider() - Constructor for class org.qubership.integration.platform.variables.management.configuration.auditing.AuditorAutoProvider
B
- buildFilter(List<ImportInstructionsFilterRequest>) - Method in class org.qubership.integration.platform.variables.management.service.exportimport.instructions.filter.ImportInstructionsFilterSpecificationBuilder
- buildSearch(List<ImportInstructionsFilterRequest>) - Method in class org.qubership.integration.platform.variables.management.service.exportimport.instructions.filter.ImportInstructionsFilterSpecificationBuilder
- bytesAsResponse(byte[], String) - Static method in class org.qubership.integration.platform.variables.management.util.ExportImportUtils
C
- CHAIN - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.EntityType
- CHAIN_RUNTIME_PROPERTIES - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.EntityType
- CHAINS - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.EntityType
- cleanupActionsLog() - Method in class org.qubership.integration.platform.variables.management.scheduler.TasksScheduler
- COMMON_VARIABLE - Enum constant in enum class org.qubership.integration.platform.variables.management.model.exportimport.instructions.ImportEntityType
- COMMON_VARIABLE - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.EntityType
- CommonVariablesController - Class in org.qubership.integration.platform.variables.management.rest.v1.controller
- CommonVariablesController(CommonVariablesService, CommonVariablesMapper) - Constructor for class org.qubership.integration.platform.variables.management.rest.v1.controller.CommonVariablesController
- CommonVariablesControllerV2 - Class in org.qubership.integration.platform.variables.management.rest.v2.controller
- CommonVariablesControllerV2(CommonVariablesService) - Constructor for class org.qubership.integration.platform.variables.management.rest.v2.controller.CommonVariablesControllerV2
- CommonVariablesImportInstructionsConfig - Class in org.qubership.integration.platform.variables.management.model.exportimport.instructions
- CommonVariablesImportInstructionsConfig() - Constructor for class org.qubership.integration.platform.variables.management.model.exportimport.instructions.CommonVariablesImportInstructionsConfig
- commonVariablesKvExists() - Method in class org.qubership.integration.platform.variables.management.consul.ConsulService
- CommonVariablesMapper - Class in org.qubership.integration.platform.variables.management.rest.v1.mapper
- CommonVariablesMapper() - Constructor for class org.qubership.integration.platform.variables.management.rest.v1.mapper.CommonVariablesMapper
- CommonVariablesMapperImpl - Class in org.qubership.integration.platform.variables.management.rest.v1.mapper
- CommonVariablesMapperImpl() - Constructor for class org.qubership.integration.platform.variables.management.rest.v1.mapper.CommonVariablesMapperImpl
- CommonVariablesService - Class in org.qubership.integration.platform.variables.management.service
- CommonVariablesService(ActionsLogService, YAMLMapper, SecuredVariableService, ConsulService, ImportInstructionsService) - Constructor for class org.qubership.integration.platform.variables.management.service.CommonVariablesService
- configsDataSource() - Method in class org.qubership.integration.platform.variables.management.configuration.datasource.PersistenceAutoConfiguration
- ConfigsJavaMigration - Class in org.qubership.integration.platform.variables.management.db.migration.postrgesql.configs
- ConfigsJavaMigration() - Constructor for class org.qubership.integration.platform.variables.management.db.migration.postrgesql.configs.ConfigsJavaMigration
- configurePathMatch(PathMatchConfigurer) - Method in class org.qubership.integration.platform.variables.management.configuration.WebAutoConfig
- CONSUL_INDEX_HEADER - Static variable in class org.qubership.integration.platform.variables.management.consul.ConsulClient
- CONSUL_KV_DELETE_PARAMS - Static variable in class org.qubership.integration.platform.variables.management.consul.ConsulClient
- CONSUL_KV_PATH - Static variable in class org.qubership.integration.platform.variables.management.consul.ConsulClient
- CONSUL_KV_QUERY_PARAMS - Static variable in class org.qubership.integration.platform.variables.management.consul.ConsulClient
- CONSUL_TOKEN_HEADER - Static variable in class org.qubership.integration.platform.variables.management.consul.ConsulClient
- CONSUL_TXN_PATH - Static variable in class org.qubership.integration.platform.variables.management.consul.ConsulClient
- ConsulClient - Class in org.qubership.integration.platform.variables.management.consul
- ConsulClient(RestTemplate, String) - Constructor for class org.qubership.integration.platform.variables.management.consul.ConsulClient
- ConsulException - Exception Class in org.qubership.integration.platform.variables.management.consul
- ConsulException() - Constructor for exception class org.qubership.integration.platform.variables.management.consul.ConsulException
- ConsulException(String) - Constructor for exception class org.qubership.integration.platform.variables.management.consul.ConsulException
- ConsulException(String, Throwable) - Constructor for exception class org.qubership.integration.platform.variables.management.consul.ConsulException
- ConsulService - Class in org.qubership.integration.platform.variables.management.consul
- ConsulService(ConsulClient) - Constructor for class org.qubership.integration.platform.variables.management.consul.ConsulService
- ConsulUrlWithSchemaDataLocationResolver - Class in org.qubership.integration.platform.variables.management.consul
- ConsulUrlWithSchemaDataLocationResolver(DeferredLogFactory) - Constructor for class org.qubership.integration.platform.variables.management.consul.ConsulUrlWithSchemaDataLocationResolver
- CONTAINS - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.enums.filter.FilterCondition
- ContextHeaders - Class in org.qubership.integration.platform.variables.management.logging.constant
- COPY - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.LogOperation
- CREATE - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.LogOperation
- CREATE_OR_UPDATE - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.LogOperation
- CREATED - Enum constant in enum class org.qubership.integration.platform.variables.management.rest.v1.dto.variables.ImportVariableStatus
- createdBy - Variable in class org.qubership.integration.platform.variables.management.persistence.configs.entity.AbstractEntity
- createdWhen - Variable in class org.qubership.integration.platform.variables.management.persistence.configs.entity.AbstractEntity
- createOrUpdateKV(String, Object) - Method in class org.qubership.integration.platform.variables.management.consul.ConsulClient
- createOrUpdateKVsInTransaction(Map<String, String>) - Method in class org.qubership.integration.platform.variables.management.consul.ConsulClient
- createResponseEntity(Object, HttpHeaders, HttpStatusCode, WebRequest) - Method in class org.qubership.integration.platform.variables.management.rest.exception.GlobalExceptionHandler
- createSecret(String) - Method in class org.qubership.integration.platform.variables.management.rest.v2.controller.SecretControllerV2
- createSecret(String, Pair<String, String>, Map<String, String>) - Method in class org.qubership.integration.platform.variables.management.kubernetes.KubeOperator
- createSecuredVariablesSecret(String) - Method in class org.qubership.integration.platform.variables.management.service.SecretService
- createSecuredVariablesSecret(String, Map<String, String>) - Method in class org.qubership.integration.platform.variables.management.service.SecretService
D
- DATABASE_SCRIPT - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.EntityType
- DATABASE_SYSTEM - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.EntityType
- DATE_PATTERN - Static variable in class org.qubership.integration.platform.variables.management.service.exportimport.ActionsLogExportConstants
- DEFAULT_VARIABLES_LIST - Static variable in class org.qubership.integration.platform.variables.management.service.DefaultVariablesService
- DefaultVariablesService - Class in org.qubership.integration.platform.variables.management.service
- DefaultVariablesService(CommonVariablesService, SecuredVariableService, ApplicationAutoConfiguration) - Constructor for class org.qubership.integration.platform.variables.management.service.DefaultVariablesService
- DELETE - Enum constant in enum class org.qubership.integration.platform.variables.management.model.consul.txn.request.TxnVerb
- DELETE - Enum constant in enum class org.qubership.integration.platform.variables.management.model.exportimport.instructions.ImportInstructionAction
- DELETE - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.LogOperation
- deleteAllOldRecordsByInterval(String) - Method in interface org.qubership.integration.platform.variables.management.persistence.configs.repository.actionlog.ActionLogRepository
-
Remove old records for scheduled cleanup task
- deleteAllOldRecordsByInterval(String) - Method in class org.qubership.integration.platform.variables.management.service.ActionsLogService
- deleteCommonVariable(String) - Method in class org.qubership.integration.platform.variables.management.consul.ConsulService
- deleteCommonVariables(List<String>) - Method in class org.qubership.integration.platform.variables.management.consul.ConsulService
- DELETED - Enum constant in enum class org.qubership.integration.platform.variables.management.model.exportimport.instructions.ImportInstructionExecutionStatus
- deleteFile(String) - Static method in class org.qubership.integration.platform.variables.management.util.ExportImportUtils
- deleteImportInstructions(List<String>) - Method in class org.qubership.integration.platform.variables.management.rest.v1.controller.ImportInstructionsController
- deleteImportInstructionsByIds(List<String>) - Method in class org.qubership.integration.platform.variables.management.service.exportimport.instructions.ImportInstructionsService
- deleteKV(String, boolean) - Method in class org.qubership.integration.platform.variables.management.consul.ConsulClient
- deleteKVsInTransaction(List<String>) - Method in class org.qubership.integration.platform.variables.management.consul.ConsulClient
- deleteLegacyVariablesKV() - Method in class org.qubership.integration.platform.variables.management.consul.ConsulService
- deleteVariables(String, Set<String>) - Method in class org.qubership.integration.platform.variables.management.service.SecuredVariableService
- deleteVariables(String, Set<String>, boolean) - Method in class org.qubership.integration.platform.variables.management.service.SecuredVariableService
- deleteVariables(List<String>) - Method in class org.qubership.integration.platform.variables.management.rest.v1.controller.CommonVariablesController
- deleteVariables(List<String>) - Method in class org.qubership.integration.platform.variables.management.service.CommonVariablesService
- deleteVariables(Map<String, Set<String>>) - Method in class org.qubership.integration.platform.variables.management.rest.v2.controller.SecuredVariableControllerV2
- deleteVariables(Set<String>) - Method in class org.qubership.integration.platform.variables.management.rest.v1.controller.SecuredVariableController
- deleteVariablesForMultipleSecrets(Map<String, Set<String>>) - Method in class org.qubership.integration.platform.variables.management.service.SecuredVariableService
- deleteVariablesFromDefaultSecret(Set<String>) - Method in class org.qubership.integration.platform.variables.management.service.SecuredVariableService
- deleteVariablesFromSecret(String, Set<String>) - Method in class org.qubership.integration.platform.variables.management.rest.v2.controller.SecuredVariableControllerV2
- DEPLOYMENT - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.EntityType
- DEPRECATE - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.LogOperation
- description - Variable in class org.qubership.integration.platform.variables.management.persistence.configs.entity.AbstractEntity
- DevModeUtil - Class in org.qubership.integration.platform.variables.management.util
- DevModeUtil() - Constructor for class org.qubership.integration.platform.variables.management.util.DevModeUtil
- DistinctByKey<T> - Class in org.qubership.integration.platform.variables.management.util
- DOES_NOT_CONTAIN - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.enums.filter.FilterCondition
- DOMAIN - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.EntityType
- downloadSecretHelmChart(String) - Method in class org.qubership.integration.platform.variables.management.rest.v2.controller.SecretControllerV2
E
- ELEMENT - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.EntityType
- EMPTY - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.enums.filter.FilterCondition
- EMPTY_SECURED_VARIABLE_NAME_ERROR_MESSAGE - Static variable in class org.qubership.integration.platform.variables.management.service.SecuredVariableService
- EmptyVariableFieldException - Exception Class in org.qubership.integration.platform.variables.management.rest.exception
- EmptyVariableFieldException(String) - Constructor for exception class org.qubership.integration.platform.variables.management.rest.exception.EmptyVariableFieldException
- ENDS_WITH - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.enums.filter.FilterCondition
- ENTITY_ID - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.enums.filter.ActionLogFilterColumn
- ENTITY_ID_HEADER_VALUE - Static variable in class org.qubership.integration.platform.variables.management.service.exportimport.ActionsLogExportConstants
- ENTITY_NAME - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.enums.filter.ActionLogFilterColumn
- ENTITY_NAME_HEADER_VALUE - Static variable in class org.qubership.integration.platform.variables.management.service.exportimport.ActionsLogExportConstants
- ENTITY_NAME_REGEXP - Static variable in class org.qubership.integration.platform.variables.management.validation.EntityValidator
- ENTITY_TYPE - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.enums.filter.ActionLogFilterColumn
- ENTITY_TYPE_HEADER_VALUE - Static variable in class org.qubership.integration.platform.variables.management.service.exportimport.ActionsLogExportConstants
- entityToDto(ImportInstruction) - Method in class org.qubership.integration.platform.variables.management.service.exportimport.instructions.mapper.ImportInstructionsMapper
- EntityType - Enum Class in org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog
- EntityValidator - Class in org.qubership.integration.platform.variables.management.validation
- EntityValidator(Validator) - Constructor for class org.qubership.integration.platform.variables.management.validation.EntityValidator
- EntityValidator.NotStartOrEndWithSpaceValidator - Class in org.qubership.integration.platform.variables.management.validation
- ENVIRONMENT - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.EntityType
- equals(Object) - Method in record class org.qubership.integration.platform.variables.management.model.exportimport.instructions.PerformInstructionsResult
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.qubership.integration.platform.variables.management.persistence.configs.entity.user.User
- ERROR - Enum constant in enum class org.qubership.integration.platform.variables.management.rest.v1.dto.variables.ImportVariableStatus
- ERROR_ON_DELETE - Enum constant in enum class org.qubership.integration.platform.variables.management.model.exportimport.instructions.ImportInstructionExecutionStatus
- EXCEL_SHEET_NAME - Static variable in class org.qubership.integration.platform.variables.management.service.exportimport.ActionsLogExportConstants
- EXCEL_TIMESTAMP_FORMAT_PATTERN - Static variable in class org.qubership.integration.platform.variables.management.service.exportimport.ActionsLogExportConstants
- ExceptionDTO - Class in org.qubership.integration.platform.variables.management.rest.exception
- ExceptionDTO() - Constructor for class org.qubership.integration.platform.variables.management.rest.exception.ExceptionDTO
- EXECUTE - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.LogOperation
- export(Long, Long) - Method in class org.qubership.integration.platform.variables.management.rest.v1.controller.ActionsLogExportController
- EXPORT - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.LogOperation
- exportAsExcelDocument(Timestamp, Timestamp) - Method in class org.qubership.integration.platform.variables.management.service.exportimport.ActionsLogExportService
- ExportImportUtils - Class in org.qubership.integration.platform.variables.management.util
- ExportImportUtils() - Constructor for class org.qubership.integration.platform.variables.management.util.ExportImportUtils
- exportVariables(List<String>, boolean) - Method in class org.qubership.integration.platform.variables.management.rest.v1.controller.CommonVariablesController
- exportVariables(List<String>, boolean) - Method in class org.qubership.integration.platform.variables.management.service.CommonVariablesService
- EXTERNAL_SERVICE - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.EntityType
F
- FilterCondition - Enum Class in org.qubership.integration.platform.variables.management.persistence.configs.entity.enums.filter
- filterImportInstructions(List<ImportInstructionsFilterRequest>) - Method in class org.qubership.integration.platform.variables.management.rest.v1.controller.ImportInstructionsController
- findActionLogsByFilter(Timestamp, long, List<ActionLogFilterRequestDTO>) - Method in interface org.qubership.integration.platform.variables.management.persistence.configs.repository.actionlog.ActionLogFilterRepository
- findActionLogsByFilter(Timestamp, long, List<ActionLogFilterRequestDTO>) - Method in class org.qubership.integration.platform.variables.management.persistence.configs.repository.actionlog.ActionLogFilterRepositoryImpl
- findAllByActionTimeBetween(Timestamp, Timestamp) - Method in interface org.qubership.integration.platform.variables.management.persistence.configs.repository.actionlog.ActionLogRepository
- findAllByActionTimeBetween(Timestamp, Timestamp) - Method in class org.qubership.integration.platform.variables.management.service.ActionsLogService
- findBySearchRequest(ActionLogSearchCriteria) - Method in class org.qubership.integration.platform.variables.management.rest.v1.controller.ActionsLogController
- findBySearchRequest(ActionLogSearchCriteria) - Method in class org.qubership.integration.platform.variables.management.service.ActionsLogService
- FlywayConfigProperties - Class in org.qubership.integration.platform.variables.management.configuration.datasource.properties
- FlywayConfigProperties() - Constructor for class org.qubership.integration.platform.variables.management.configuration.datasource.properties.FlywayConfigProperties
- FlywayInitializer - Class in org.qubership.integration.platform.variables.management.configuration.datasource
- FlywayInitializer(DataSource, FlywayConfigProperties, List<ConfigsJavaMigration>) - Constructor for class org.qubership.integration.platform.variables.management.configuration.datasource.FlywayInitializer
- FOLDER - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.EntityType
- fromString(String) - Static method in enum class org.qubership.integration.platform.variables.management.model.json.PatchOperation
- fromTimestamp(Timestamp) - Static method in class org.qubership.integration.platform.variables.management.util.MapperUtils
G
- GET - Enum constant in enum class org.qubership.integration.platform.variables.management.model.consul.txn.request.TxnVerb
- getAllCommonVariables() - Method in class org.qubership.integration.platform.variables.management.consul.ConsulService
- getAllSecretsVariablesNames() - Method in class org.qubership.integration.platform.variables.management.service.SecuredVariableService
- getAllSecretsWithLabel(Pair<String, String>) - Method in class org.qubership.integration.platform.variables.management.kubernetes.KubeOperator
- getApi() - Method in class org.qubership.integration.platform.variables.management.configuration.SwaggerAutoConfiguration
- getCommonVariable(String) - Method in class org.qubership.integration.platform.variables.management.consul.ConsulService
- getCommonVariables(List<String>) - Method in class org.qubership.integration.platform.variables.management.consul.ConsulService
-
No error handling in case of empty KV
- getConfig(String) - Method in class org.qubership.integration.platform.variables.management.configuration.datasource.properties.FlywayConfigProperties
- getDatasource(String) - Method in class org.qubership.integration.platform.variables.management.configuration.datasource.properties.HikariConfigProperties
- getDecodedValue() - Method in class org.qubership.integration.platform.variables.management.model.consul.txn.KVResponse
- getDeploymentName() - Method in class org.qubership.integration.platform.variables.management.configuration.ApplicationAutoConfiguration
- getImportInstructions() - Method in class org.qubership.integration.platform.variables.management.rest.v1.controller.ImportInstructionsController
- getImportInstructions() - Method in class org.qubership.integration.platform.variables.management.service.exportimport.instructions.ImportInstructionsService
- getImportInstructions(List<ImportInstructionsFilterRequest>) - Method in class org.qubership.integration.platform.variables.management.service.exportimport.instructions.ImportInstructionsService
- getImportInstructionsConfig() - Method in class org.qubership.integration.platform.variables.management.rest.v1.controller.ImportInstructionsController
- getImportInstructionsConfig() - Method in class org.qubership.integration.platform.variables.management.service.exportimport.instructions.ImportInstructionsService
- getKV(String, boolean) - Method in class org.qubership.integration.platform.variables.management.consul.ConsulClient
- getKVsInTransaction(List<String>) - Method in class org.qubership.integration.platform.variables.management.consul.ConsulClient
-
Throws ConsulException if at least one key in a list is not present in consul
- getOffsetTime() - Method in class org.qubership.integration.platform.variables.management.rest.v1.dto.actionlog.ActionLogSearchCriteria
- getRecordsCount(Timestamp, List<ActionLogFilterRequestDTO>) - Method in class org.qubership.integration.platform.variables.management.persistence.configs.repository.actionlog.ActionLogFilterRepositoryImpl
- getRecordsCountAfterTime(Timestamp, List<ActionLogFilterRequestDTO>) - Method in interface org.qubership.integration.platform.variables.management.persistence.configs.repository.actionlog.ActionLogFilterRepository
- getRecordsCountAfterTime(Timestamp, List<ActionLogFilterRequestDTO>) - Method in class org.qubership.integration.platform.variables.management.persistence.configs.repository.actionlog.ActionLogFilterRepositoryImpl
- getResponse() - Method in class org.qubership.integration.platform.variables.management.rest.v1.dto.StringResponse
- getSecretByName(String) - Method in class org.qubership.integration.platform.variables.management.kubernetes.KubeOperator
- getSecretByName(String, boolean) - Method in class org.qubership.integration.platform.variables.management.kubernetes.KubeOperator
- getSecretObjectByName(String) - Method in class org.qubership.integration.platform.variables.management.kubernetes.KubeOperator
- getSecretTemplate(String) - Method in class org.qubership.integration.platform.variables.management.service.SecretService
- getSecuredVariablesSecrets() - Method in class org.qubership.integration.platform.variables.management.service.SecuredVariableService
- getTenantCommonVariablesLegacy(String) - Method in class org.qubership.integration.platform.variables.management.consul.ConsulService
-
Deprecated.
- getUser() - Method in class org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.ActionLog
- getValue() - Method in enum class org.qubership.integration.platform.variables.management.model.json.PatchOperation
- getVariables() - Method in class org.qubership.integration.platform.variables.management.rest.v1.controller.CommonVariablesController
- getVariables() - Method in class org.qubership.integration.platform.variables.management.rest.v1.controller.SecuredVariableController
- getVariables() - Method in class org.qubership.integration.platform.variables.management.rest.v2.controller.SecuredVariableControllerV2
- getVariables() - Method in class org.qubership.integration.platform.variables.management.service.CommonVariablesService
- getVariablesForDefaultSecret(boolean) - Method in class org.qubership.integration.platform.variables.management.service.SecuredVariableService
- getVariablesForSecret(String) - Method in class org.qubership.integration.platform.variables.management.rest.v2.controller.SecuredVariableControllerV2
- getVariablesForSecret(String, boolean) - Method in class org.qubership.integration.platform.variables.management.service.SecuredVariableService
- GlobalExceptionHandler - Class in org.qubership.integration.platform.variables.management.rest.exception
- GlobalExceptionHandler() - Constructor for class org.qubership.integration.platform.variables.management.rest.exception.GlobalExceptionHandler
- GROUP - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.LogOperation
- groups() - Element in annotation interface org.qubership.integration.platform.variables.management.validation.constraint.NotStartOrEndWithSpace
H
- handleApiException(VariablesManagementRuntimeException) - Method in class org.qubership.integration.platform.variables.management.rest.exception.GlobalExceptionHandler
- handleConstraintViolationException(ConstraintViolationException) - Method in class org.qubership.integration.platform.variables.management.rest.exception.GlobalExceptionHandler
- handleConsulException(ConsulException) - Method in class org.qubership.integration.platform.variables.management.rest.exception.GlobalExceptionHandler
- handleEmptyVariableFieldException(EmptyVariableFieldException) - Method in class org.qubership.integration.platform.variables.management.rest.exception.GlobalExceptionHandler
- handleEntityExistsException(EntityExistsException) - Method in class org.qubership.integration.platform.variables.management.rest.exception.GlobalExceptionHandler
- handleEntityNotFound() - Method in class org.qubership.integration.platform.variables.management.rest.exception.GlobalExceptionHandler
- handleGeneralException(Exception) - Method in class org.qubership.integration.platform.variables.management.rest.exception.GlobalExceptionHandler
- handleMalformedVariableNameException(MalformedVariableNameException) - Method in class org.qubership.integration.platform.variables.management.rest.exception.GlobalExceptionHandler
- handleMethodArgumentNotValid(MethodArgumentNotValidException, HttpHeaders, HttpStatusCode, WebRequest) - Method in class org.qubership.integration.platform.variables.management.rest.exception.GlobalExceptionHandler
- handleSecuredVariablesException(SecuredVariablesException) - Method in class org.qubership.integration.platform.variables.management.rest.exception.GlobalExceptionHandler
- handleSecuredVariablesNotFoundException(SecuredVariablesNotFoundException) - Method in class org.qubership.integration.platform.variables.management.rest.exception.GlobalExceptionHandler
- handleTxnConflictException(TxnConflictException) - Method in class org.qubership.integration.platform.variables.management.rest.exception.GlobalExceptionHandler
- hashCode() - Method in record class org.qubership.integration.platform.variables.management.model.exportimport.instructions.PerformInstructionsResult
-
Returns a hash code value for this object.
- hashCode() - Method in class org.qubership.integration.platform.variables.management.persistence.configs.entity.user.User
- HikariConfigProperties - Class in org.qubership.integration.platform.variables.management.configuration.datasource.properties
- HikariConfigProperties() - Constructor for class org.qubership.integration.platform.variables.management.configuration.datasource.properties.HikariConfigProperties
I
- id - Variable in class org.qubership.integration.platform.variables.management.persistence.configs.entity.AbstractEntity
- ID - Enum constant in enum class org.qubership.integration.platform.variables.management.model.exportimport.instructions.ImportInstructionsFilterColumn
- IGNORE - Enum constant in enum class org.qubership.integration.platform.variables.management.model.exportimport.instructions.ImportInstructionAction
- IGNORED - Enum constant in enum class org.qubership.integration.platform.variables.management.model.exportimport.instructions.ImportInstructionExecutionStatus
- IGNORED - Enum constant in enum class org.qubership.integration.platform.variables.management.rest.v1.dto.variables.ImportVariableStatus
- IMPLEMENTED_SERVICE - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.EntityType
- IMPORT - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.LogOperation
- IMPORT_INSTRUCTION - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.EntityType
- IMPORT_INSTRUCTIONS - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.EntityType
- importAsNames(List<ImportVariableDTO>) - Method in class org.qubership.integration.platform.variables.management.rest.v1.mapper.CommonVariablesMapper
- ImportEntityType - Enum Class in org.qubership.integration.platform.variables.management.model.exportimport.instructions
- ImportInstruction - Class in org.qubership.integration.platform.variables.management.persistence.configs.entity.exportimport.instructions
- ImportInstruction() - Constructor for class org.qubership.integration.platform.variables.management.persistence.configs.entity.exportimport.instructions.ImportInstruction
- ImportInstructionAction - Enum Class in org.qubership.integration.platform.variables.management.model.exportimport.instructions
- ImportInstructionDTO - Class in org.qubership.integration.platform.variables.management.rest.v1.dto.variables.instructions
- ImportInstructionDTO() - Constructor for class org.qubership.integration.platform.variables.management.rest.v1.dto.variables.instructions.ImportInstructionDTO
- ImportInstructionExecutionStatus - Enum Class in org.qubership.integration.platform.variables.management.model.exportimport.instructions
- ImportInstructionLabel - Class in org.qubership.integration.platform.variables.management.persistence.configs.entity.exportimport.instructions
- ImportInstructionLabel() - Constructor for class org.qubership.integration.platform.variables.management.persistence.configs.entity.exportimport.instructions.ImportInstructionLabel
- ImportInstructionRequest - Class in org.qubership.integration.platform.variables.management.rest.v1.dto.variables.instructions
- ImportInstructionRequest() - Constructor for class org.qubership.integration.platform.variables.management.rest.v1.dto.variables.instructions.ImportInstructionRequest
- ImportInstructionRequestMapper - Interface in org.qubership.integration.platform.variables.management.rest.v1.mapper
- ImportInstructionRequestMapperImpl - Class in org.qubership.integration.platform.variables.management.rest.v1.mapper
- ImportInstructionRequestMapperImpl() - Constructor for class org.qubership.integration.platform.variables.management.rest.v1.mapper.ImportInstructionRequestMapperImpl
- ImportInstructionsConfig - Class in org.qubership.integration.platform.variables.management.model.exportimport.instructions
- ImportInstructionsConfig() - Constructor for class org.qubership.integration.platform.variables.management.model.exportimport.instructions.ImportInstructionsConfig
- ImportInstructionsController - Class in org.qubership.integration.platform.variables.management.rest.v1.controller
- ImportInstructionsController(ImportInstructionsService, ImportInstructionsMapper, ImportInstructionRequestMapper) - Constructor for class org.qubership.integration.platform.variables.management.rest.v1.controller.ImportInstructionsController
- ImportInstructionsDTO - Class in org.qubership.integration.platform.variables.management.rest.v1.dto.variables.instructions
- ImportInstructionsDTO() - Constructor for class org.qubership.integration.platform.variables.management.rest.v1.dto.variables.instructions.ImportInstructionsDTO
- ImportInstructionsExecutionResult - Class in org.qubership.integration.platform.variables.management.model.exportimport.instructions
- ImportInstructionsExecutionResult() - Constructor for class org.qubership.integration.platform.variables.management.model.exportimport.instructions.ImportInstructionsExecutionResult
- importInstructionsExecutionResults() - Method in record class org.qubership.integration.platform.variables.management.model.exportimport.instructions.PerformInstructionsResult
-
Returns the value of the
importInstructionsExecutionResultsrecord component. - ImportInstructionsExternalException - Exception Class in org.qubership.integration.platform.variables.management.rest.exception
- ImportInstructionsExternalException(String) - Constructor for exception class org.qubership.integration.platform.variables.management.rest.exception.ImportInstructionsExternalException
- ImportInstructionsExternalException(String, Throwable) - Constructor for exception class org.qubership.integration.platform.variables.management.rest.exception.ImportInstructionsExternalException
- ImportInstructionsFilterColumn - Enum Class in org.qubership.integration.platform.variables.management.model.exportimport.instructions
- ImportInstructionsFilterRequest - Class in org.qubership.integration.platform.variables.management.rest.v1.dto.instructions
- ImportInstructionsFilterRequest() - Constructor for class org.qubership.integration.platform.variables.management.rest.v1.dto.instructions.ImportInstructionsFilterRequest
- ImportInstructionsFilterSpecificationBuilder - Class in org.qubership.integration.platform.variables.management.service.exportimport.instructions.filter
- ImportInstructionsFilterSpecificationBuilder() - Constructor for class org.qubership.integration.platform.variables.management.service.exportimport.instructions.filter.ImportInstructionsFilterSpecificationBuilder
- ImportInstructionsInternalException - Exception Class in org.qubership.integration.platform.variables.management.rest.exception
- ImportInstructionsInternalException(String) - Constructor for exception class org.qubership.integration.platform.variables.management.rest.exception.ImportInstructionsInternalException
- ImportInstructionsInternalException(String, Throwable) - Constructor for exception class org.qubership.integration.platform.variables.management.rest.exception.ImportInstructionsInternalException
- ImportInstructionsMapper - Class in org.qubership.integration.platform.variables.management.service.exportimport.instructions.mapper
- ImportInstructionsMapper() - Constructor for class org.qubership.integration.platform.variables.management.service.exportimport.instructions.mapper.ImportInstructionsMapper
- ImportInstructionsRepository - Interface in org.qubership.integration.platform.variables.management.persistence.configs.repository.exportimport
- ImportInstructionsSearchRequest - Class in org.qubership.integration.platform.variables.management.rest.v1.dto.instructions
- ImportInstructionsSearchRequest() - Constructor for class org.qubership.integration.platform.variables.management.rest.v1.dto.instructions.ImportInstructionsSearchRequest
- ImportInstructionsService - Class in org.qubership.integration.platform.variables.management.service.exportimport.instructions
- ImportInstructionsService(YAMLMapper, ImportInstructionsRepository, ImportInstructionsMapper, ConsulService, ImportInstructionsFilterSpecificationBuilder, EntityValidator, ActionsLogService) - Constructor for class org.qubership.integration.platform.variables.management.service.exportimport.instructions.ImportInstructionsService
- importPreview(MultipartFile) - Method in class org.qubership.integration.platform.variables.management.rest.v1.controller.CommonVariablesController
- ImportVariableDTO - Class in org.qubership.integration.platform.variables.management.rest.v1.dto.variables
- ImportVariableDTO(String, String) - Constructor for class org.qubership.integration.platform.variables.management.rest.v1.dto.variables.ImportVariableDTO
- importVariablePreview(MultipartFile) - Method in class org.qubership.integration.platform.variables.management.service.CommonVariablesService
- ImportVariablePreview - Class in org.qubership.integration.platform.variables.management.rest.v1.dto.variables
- ImportVariablePreview() - Constructor for class org.qubership.integration.platform.variables.management.rest.v1.dto.variables.ImportVariablePreview
- importVariables(MultipartFile) - Method in class org.qubership.integration.platform.variables.management.rest.v1.controller.SecuredVariableController
- importVariables(MultipartFile, Set<String>) - Method in class org.qubership.integration.platform.variables.management.rest.v1.controller.CommonVariablesController
-
Deprecated.
- importVariables(MultipartFile, Set<String>) - Method in class org.qubership.integration.platform.variables.management.service.CommonVariablesService
- importVariablesInternal(MultipartFile, Set<String>) - Method in class org.qubership.integration.platform.variables.management.rest.v2.controller.CommonVariablesControllerV2
- importVariablesRequest(MultipartFile) - Method in class org.qubership.integration.platform.variables.management.service.SecuredVariableService
- ImportVariablesResult - Class in org.qubership.integration.platform.variables.management.rest.v2.dto.variables
- ImportVariablesResult() - Constructor for class org.qubership.integration.platform.variables.management.rest.v2.dto.variables.ImportVariablesResult
- ImportVariableStatus - Enum Class in org.qubership.integration.platform.variables.management.rest.v1.dto.variables
- IN - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.enums.filter.FilterCondition
- initialize(NotStartOrEndWithSpace) - Method in class org.qubership.integration.platform.variables.management.validation.EntityValidator.NotStartOrEndWithSpaceValidator
- INITIATOR - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.enums.filter.ActionLogFilterColumn
- INNER_CLOUD_SERVICE - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.EntityType
- INSTRUCTION_ACTION - Enum constant in enum class org.qubership.integration.platform.variables.management.model.exportimport.instructions.ImportInstructionsFilterColumn
- InvalidEnumConstantException - Exception Class in org.qubership.integration.platform.variables.management.rest.exception
- InvalidEnumConstantException() - Constructor for exception class org.qubership.integration.platform.variables.management.rest.exception.InvalidEnumConstantException
- InvalidEnumConstantException(String) - Constructor for exception class org.qubership.integration.platform.variables.management.rest.exception.InvalidEnumConstantException
- InvalidEnumConstantException(String, Throwable) - Constructor for exception class org.qubership.integration.platform.variables.management.rest.exception.InvalidEnumConstantException
- IS - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.enums.filter.FilterCondition
- IS_AFTER - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.enums.filter.FilterCondition
- IS_BEFORE - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.enums.filter.FilterCondition
- IS_NOT - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.enums.filter.FilterCondition
- IS_WITHIN - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.enums.filter.FilterCondition
- isDefaultSecret(String) - Method in class org.qubership.integration.platform.variables.management.rest.v2.mapper.SecretResponseMapper
- isDefaultSecret(String) - Method in class org.qubership.integration.platform.variables.management.service.SecretService
- isDevMode() - Method in class org.qubership.integration.platform.variables.management.util.DevModeUtil
- isJustCreated() - Method in class org.qubership.integration.platform.variables.management.persistence.configs.entity.AbstractEntity
- isValid(String, ConstraintValidatorContext) - Method in class org.qubership.integration.platform.variables.management.validation.EntityValidator.NotStartOrEndWithSpaceValidator
- isYamlFile(String) - Static method in class org.qubership.integration.platform.variables.management.util.ExportImportUtils
J
- jsonMapper - Variable in class org.qubership.integration.platform.variables.management.service.SecretService
- JsonPatch - Class in org.qubership.integration.platform.variables.management.model.json
- JsonPatch() - Constructor for class org.qubership.integration.platform.variables.management.model.json.JsonPatch
K
- keyCommonVariables - Variable in class org.qubership.integration.platform.variables.management.consul.ConsulService
-
Deprecated.
- KeyResponse - Class in org.qubership.integration.platform.variables.management.model.consul.txn
- KeyResponse() - Constructor for class org.qubership.integration.platform.variables.management.model.consul.txn.KeyResponse
- KubeApiException - Exception Class in org.qubership.integration.platform.variables.management.kubernetes
- KubeApiException() - Constructor for exception class org.qubership.integration.platform.variables.management.kubernetes.KubeApiException
- KubeApiException(String) - Constructor for exception class org.qubership.integration.platform.variables.management.kubernetes.KubeApiException
- KubeApiException(String, Exception) - Constructor for exception class org.qubership.integration.platform.variables.management.kubernetes.KubeApiException
- KubeApiNotFoundException - Exception Class in org.qubership.integration.platform.variables.management.kubernetes
- KubeApiNotFoundException(String) - Constructor for exception class org.qubership.integration.platform.variables.management.kubernetes.KubeApiNotFoundException
- KubeApiNotFoundException(String, Exception) - Constructor for exception class org.qubership.integration.platform.variables.management.kubernetes.KubeApiNotFoundException
- kubeOperator() - Method in class org.qubership.integration.platform.variables.management.configuration.KubeOperatorAutoConfiguration
-
Inside cluster ApiClient configuration Uses the service account created during deployment for the microservice
- KubeOperator - Class in org.qubership.integration.platform.variables.management.kubernetes
- KubeOperator() - Constructor for class org.qubership.integration.platform.variables.management.kubernetes.KubeOperator
- KubeOperator(ApiClient, String) - Constructor for class org.qubership.integration.platform.variables.management.kubernetes.KubeOperator
- KubeOperatorAutoConfiguration - Class in org.qubership.integration.platform.variables.management.configuration
- KubeOperatorAutoConfiguration(String, String, String, String, Optional<String>) - Constructor for class org.qubership.integration.platform.variables.management.configuration.KubeOperatorAutoConfiguration
- kubeOperatorDev() - Method in class org.qubership.integration.platform.variables.management.configuration.KubeOperatorAutoConfiguration
-
Outside cluster ApiClient configuration Uses the cluster account token
- KubeSecretSerializer - Class in org.qubership.integration.platform.variables.management.service.serializer
- KubeSecretSerializer() - Constructor for class org.qubership.integration.platform.variables.management.service.serializer.KubeSecretSerializer
- KubeSecretSerializer(Class<V1Secret>) - Constructor for class org.qubership.integration.platform.variables.management.service.serializer.KubeSecretSerializer
- KVNotFoundException - Exception Class in org.qubership.integration.platform.variables.management.consul
- KVNotFoundException() - Constructor for exception class org.qubership.integration.platform.variables.management.consul.KVNotFoundException
- KVNotFoundException(String) - Constructor for exception class org.qubership.integration.platform.variables.management.consul.KVNotFoundException
- KVResponse - Class in org.qubership.integration.platform.variables.management.model.consul.txn
- KVResponse() - Constructor for class org.qubership.integration.platform.variables.management.model.consul.txn.KVResponse
L
- LABELS - Enum constant in enum class org.qubership.integration.platform.variables.management.model.exportimport.instructions.ImportInstructionsFilterColumn
- LEFT - Static variable in class org.qubership.integration.platform.variables.management.service.exportimport.ActionsLogExportConstants
- localAuditor() - Method in class org.qubership.integration.platform.variables.management.configuration.auditing.AuditorAutoProvider
- logAction(ActionLog) - Method in class org.qubership.integration.platform.variables.management.service.ActionsLogService
- LogOperation - Enum Class in org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog
M
- MAAS_KAFKA - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.EntityType
- MAAS_RABBITMQ - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.EntityType
- main(String[]) - Static method in class org.qubership.integration.platform.variables.management.VariablesManagementApplicationRunner
- MalformedVariableNameException - Exception Class in org.qubership.integration.platform.variables.management.rest.exception
- MalformedVariableNameException(String) - Constructor for exception class org.qubership.integration.platform.variables.management.rest.exception.MalformedVariableNameException
- MapperAutoConfiguration - Class in org.qubership.integration.platform.variables.management.configuration
- MapperAutoConfiguration() - Constructor for class org.qubership.integration.platform.variables.management.configuration.MapperAutoConfiguration
- MapperUtils - Class in org.qubership.integration.platform.variables.management.util
- MapperUtils() - Constructor for class org.qubership.integration.platform.variables.management.util.MapperUtils
- MASKED_FIELD - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.EntityType
- MAX_TXN_SIZE - Static variable in class org.qubership.integration.platform.variables.management.consul.ConsulClient
- MDCInterceptor - Class in org.qubership.integration.platform.variables.management.configuration
- MDCInterceptor() - Constructor for class org.qubership.integration.platform.variables.management.configuration.MDCInterceptor
- merge(TxnResponse) - Method in class org.qubership.integration.platform.variables.management.model.consul.txn.response.TxnResponse
- merge(AbstractEntity) - Method in class org.qubership.integration.platform.variables.management.persistence.configs.entity.AbstractEntity
- message() - Element in annotation interface org.qubership.integration.platform.variables.management.validation.constraint.NotStartOrEndWithSpace
- migrate() - Method in class org.qubership.integration.platform.variables.management.configuration.datasource.FlywayInitializer
- MODIFIED_WHEN - Enum constant in enum class org.qubership.integration.platform.variables.management.model.exportimport.instructions.ImportInstructionsFilterColumn
- modifiedBy - Variable in class org.qubership.integration.platform.variables.management.persistence.configs.entity.AbstractEntity
- modifiedWhen - Variable in class org.qubership.integration.platform.variables.management.persistence.configs.entity.AbstractEntity
- MOVE - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.LogOperation
N
- name - Variable in class org.qubership.integration.platform.variables.management.persistence.configs.entity.AbstractEntity
- NAMESPACE_VARIABLE_NAME - Static variable in class org.qubership.integration.platform.variables.management.service.DefaultVariablesService
- newInstance(Function<T, Object>) - Static method in class org.qubership.integration.platform.variables.management.util.DistinctByKey
- NO_ACTION - Enum constant in enum class org.qubership.integration.platform.variables.management.model.exportimport.instructions.ImportInstructionExecutionStatus
- NOT_EMPTY - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.enums.filter.FilterCondition
- NOT_IN - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.enums.filter.FilterCondition
- NotStartOrEndWithSpace - Annotation Interface in org.qubership.integration.platform.variables.management.validation.constraint
-
The annotated element must not start or end with a whitespace.
- NotStartOrEndWithSpaceValidator() - Constructor for class org.qubership.integration.platform.variables.management.validation.EntityValidator.NotStartOrEndWithSpaceValidator
O
- objectMapper() - Method in class org.qubership.integration.platform.variables.management.configuration.MapperAutoConfiguration
- objectMapperWithSorting() - Method in class org.qubership.integration.platform.variables.management.configuration.MapperAutoConfiguration
- onApplicationEvent(ApplicationStartedEvent) - Method in class org.qubership.integration.platform.variables.management.service.RestoreVariablesListener
- onDownloadProgress(long, long, boolean) - Method in class org.qubership.integration.platform.variables.management.kubernetes.SecretUpdateCallback
- onFailure(ApiException, int, Map<String, List<String>>) - Method in class org.qubership.integration.platform.variables.management.kubernetes.SecretUpdateCallback
- onSuccess(V1Secret, int, Map<String, List<String>>) - Method in class org.qubership.integration.platform.variables.management.kubernetes.SecretUpdateCallback
- onUploadProgress(long, long, boolean) - Method in class org.qubership.integration.platform.variables.management.kubernetes.SecretUpdateCallback
- OPERATION - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.enums.filter.ActionLogFilterColumn
- OPERATION_HEADER_VALUE - Static variable in class org.qubership.integration.platform.variables.management.service.exportimport.ActionsLogExportConstants
- operator - Variable in class org.qubership.integration.platform.variables.management.service.SecretService
- optional() - Element in annotation interface org.qubership.integration.platform.variables.management.validation.constraint.NotStartOrEndWithSpace
-
Specifies whether the value can be empty.
- org.qubership.integration.platform.variables.management - package org.qubership.integration.platform.variables.management
- org.qubership.integration.platform.variables.management.configuration - package org.qubership.integration.platform.variables.management.configuration
- org.qubership.integration.platform.variables.management.configuration.auditing - package org.qubership.integration.platform.variables.management.configuration.auditing
- org.qubership.integration.platform.variables.management.configuration.datasource - package org.qubership.integration.platform.variables.management.configuration.datasource
- org.qubership.integration.platform.variables.management.configuration.datasource.properties - package org.qubership.integration.platform.variables.management.configuration.datasource.properties
- org.qubership.integration.platform.variables.management.consul - package org.qubership.integration.platform.variables.management.consul
- org.qubership.integration.platform.variables.management.db.migration.postrgesql.configs - package org.qubership.integration.platform.variables.management.db.migration.postrgesql.configs
- org.qubership.integration.platform.variables.management.db.migration.postrgesql.shared - package org.qubership.integration.platform.variables.management.db.migration.postrgesql.shared
- org.qubership.integration.platform.variables.management.kubernetes - package org.qubership.integration.platform.variables.management.kubernetes
- org.qubership.integration.platform.variables.management.logging.constant - package org.qubership.integration.platform.variables.management.logging.constant
- org.qubership.integration.platform.variables.management.model - package org.qubership.integration.platform.variables.management.model
- org.qubership.integration.platform.variables.management.model.consul.txn - package org.qubership.integration.platform.variables.management.model.consul.txn
- org.qubership.integration.platform.variables.management.model.consul.txn.request - package org.qubership.integration.platform.variables.management.model.consul.txn.request
- org.qubership.integration.platform.variables.management.model.consul.txn.response - package org.qubership.integration.platform.variables.management.model.consul.txn.response
- org.qubership.integration.platform.variables.management.model.exportimport.instructions - package org.qubership.integration.platform.variables.management.model.exportimport.instructions
- org.qubership.integration.platform.variables.management.model.json - package org.qubership.integration.platform.variables.management.model.json
- org.qubership.integration.platform.variables.management.persistence.configs.entity - package org.qubership.integration.platform.variables.management.persistence.configs.entity
- org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog - package org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog
- org.qubership.integration.platform.variables.management.persistence.configs.entity.enums.filter - package org.qubership.integration.platform.variables.management.persistence.configs.entity.enums.filter
- org.qubership.integration.platform.variables.management.persistence.configs.entity.exportimport.instructions - package org.qubership.integration.platform.variables.management.persistence.configs.entity.exportimport.instructions
- org.qubership.integration.platform.variables.management.persistence.configs.entity.user - package org.qubership.integration.platform.variables.management.persistence.configs.entity.user
- org.qubership.integration.platform.variables.management.persistence.configs.repository.actionlog - package org.qubership.integration.platform.variables.management.persistence.configs.repository.actionlog
- org.qubership.integration.platform.variables.management.persistence.configs.repository.exportimport - package org.qubership.integration.platform.variables.management.persistence.configs.repository.exportimport
- org.qubership.integration.platform.variables.management.rest.exception - package org.qubership.integration.platform.variables.management.rest.exception
- org.qubership.integration.platform.variables.management.rest.v1.controller - package org.qubership.integration.platform.variables.management.rest.v1.controller
- org.qubership.integration.platform.variables.management.rest.v1.dto - package org.qubership.integration.platform.variables.management.rest.v1.dto
- org.qubership.integration.platform.variables.management.rest.v1.dto.actionlog - package org.qubership.integration.platform.variables.management.rest.v1.dto.actionlog
- org.qubership.integration.platform.variables.management.rest.v1.dto.instructions - package org.qubership.integration.platform.variables.management.rest.v1.dto.instructions
- org.qubership.integration.platform.variables.management.rest.v1.dto.user - package org.qubership.integration.platform.variables.management.rest.v1.dto.user
- org.qubership.integration.platform.variables.management.rest.v1.dto.variables - package org.qubership.integration.platform.variables.management.rest.v1.dto.variables
- org.qubership.integration.platform.variables.management.rest.v1.dto.variables.instructions - package org.qubership.integration.platform.variables.management.rest.v1.dto.variables.instructions
- org.qubership.integration.platform.variables.management.rest.v1.mapper - package org.qubership.integration.platform.variables.management.rest.v1.mapper
- org.qubership.integration.platform.variables.management.rest.v2.controller - package org.qubership.integration.platform.variables.management.rest.v2.controller
- org.qubership.integration.platform.variables.management.rest.v2.dto.variables - package org.qubership.integration.platform.variables.management.rest.v2.dto.variables
- org.qubership.integration.platform.variables.management.rest.v2.mapper - package org.qubership.integration.platform.variables.management.rest.v2.mapper
- org.qubership.integration.platform.variables.management.scheduler - package org.qubership.integration.platform.variables.management.scheduler
- org.qubership.integration.platform.variables.management.service - package org.qubership.integration.platform.variables.management.service
- org.qubership.integration.platform.variables.management.service.exportimport - package org.qubership.integration.platform.variables.management.service.exportimport
- org.qubership.integration.platform.variables.management.service.exportimport.instructions - package org.qubership.integration.platform.variables.management.service.exportimport.instructions
- org.qubership.integration.platform.variables.management.service.exportimport.instructions.filter - package org.qubership.integration.platform.variables.management.service.exportimport.instructions.filter
- org.qubership.integration.platform.variables.management.service.exportimport.instructions.mapper - package org.qubership.integration.platform.variables.management.service.exportimport.instructions.mapper
- org.qubership.integration.platform.variables.management.service.serializer - package org.qubership.integration.platform.variables.management.service.serializer
- org.qubership.integration.platform.variables.management.util - package org.qubership.integration.platform.variables.management.util
- org.qubership.integration.platform.variables.management.validation - package org.qubership.integration.platform.variables.management.validation
- org.qubership.integration.platform.variables.management.validation.constraint - package org.qubership.integration.platform.variables.management.validation.constraint
- OVERRIDDEN_BY - Enum constant in enum class org.qubership.integration.platform.variables.management.model.exportimport.instructions.ImportInstructionsFilterColumn
P
- PARENT_ID - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.enums.filter.ActionLogFilterColumn
- PARENT_ID_HEADER_VALUE - Static variable in class org.qubership.integration.platform.variables.management.service.exportimport.ActionsLogExportConstants
- PARENT_NAME - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.enums.filter.ActionLogFilterColumn
- PARENT_NAME_HEADER_VALUE - Static variable in class org.qubership.integration.platform.variables.management.service.exportimport.ActionsLogExportConstants
- parseLocation(ConfigDataLocationResolverContext, ConfigDataLocation) - Method in class org.qubership.integration.platform.variables.management.consul.ConsulUrlWithSchemaDataLocationResolver
- PatchOperation - Enum Class in org.qubership.integration.platform.variables.management.model.json
- patchSecret(String, JsonPatch) - Method in class org.qubership.integration.platform.variables.management.kubernetes.KubeOperator
- payload() - Element in annotation interface org.qubership.integration.platform.variables.management.validation.constraint.NotStartOrEndWithSpace
- performIgnoreInstructions(Set<String>) - Method in class org.qubership.integration.platform.variables.management.service.exportimport.instructions.ImportInstructionsService
- PerformInstructionsResult - Record Class in org.qubership.integration.platform.variables.management.model.exportimport.instructions
- PerformInstructionsResult(Set<String>, List<ImportInstructionsExecutionResult>) - Constructor for record class org.qubership.integration.platform.variables.management.model.exportimport.instructions.PerformInstructionsResult
-
Creates an instance of a
PerformInstructionsResultrecord class. - PersistenceAutoConfiguration - Class in org.qubership.integration.platform.variables.management.configuration.datasource
- PersistenceAutoConfiguration(HikariConfigProperties) - Constructor for class org.qubership.integration.platform.variables.management.configuration.datasource.PersistenceAutoConfiguration
- postHandle(HttpServletRequest, HttpServletResponse, Object, ModelAndView) - Method in class org.qubership.integration.platform.variables.management.configuration.MDCInterceptor
- preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.qubership.integration.platform.variables.management.configuration.MDCInterceptor
- preUpdate() - Method in class org.qubership.integration.platform.variables.management.persistence.configs.entity.AbstractEntity
Q
- qipPrimaryObjectMapper() - Method in class org.qubership.integration.platform.variables.management.configuration.MapperAutoConfiguration
R
- REMOVE - Enum constant in enum class org.qubership.integration.platform.variables.management.model.json.PatchOperation
- removeSecretData(String, Set<String>) - Method in class org.qubership.integration.platform.variables.management.kubernetes.KubeOperator
- removeSecretDataAsync(String, Set<String>, SecretUpdateCallback) - Method in class org.qubership.integration.platform.variables.management.kubernetes.KubeOperator
- REPLACE - Enum constant in enum class org.qubership.integration.platform.variables.management.model.json.PatchOperation
- REQUEST_ID - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.enums.filter.ActionLogFilterColumn
- REQUEST_ID - Static variable in class org.qubership.integration.platform.variables.management.logging.constant.ContextHeaders
- REQUEST_ID_HEADER - Static variable in class org.qubership.integration.platform.variables.management.logging.constant.ContextHeaders
- REQUEST_ID_HEADER_VALUE - Static variable in class org.qubership.integration.platform.variables.management.service.exportimport.ActionsLogExportConstants
- restoreVariables() - Method in class org.qubership.integration.platform.variables.management.service.DefaultVariablesService
- RestoreVariablesListener - Class in org.qubership.integration.platform.variables.management.service
- RestoreVariablesListener(DefaultVariablesService) - Constructor for class org.qubership.integration.platform.variables.management.service.RestoreVariablesListener
- RestTemplateAutoConfiguration - Class in org.qubership.integration.platform.variables.management.configuration
- RestTemplateAutoConfiguration() - Constructor for class org.qubership.integration.platform.variables.management.configuration.RestTemplateAutoConfiguration
- restTemplateMSDev(RestTemplateBuilder) - Method in class org.qubership.integration.platform.variables.management.configuration.RestTemplateAutoConfiguration
- REVERT - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.LogOperation
S
- SCALE - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.LogOperation
- searchImportInstructions(String) - Method in class org.qubership.integration.platform.variables.management.service.exportimport.instructions.ImportInstructionsService
- searchImportInstructions(ImportInstructionsSearchRequest) - Method in class org.qubership.integration.platform.variables.management.rest.v1.controller.ImportInstructionsController
- SECRET - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.EntityType
- SECRET_DATA_PATH - Static variable in class org.qubership.integration.platform.variables.management.kubernetes.KubeOperator
- SECRET_LABELS_PATH - Static variable in class org.qubership.integration.platform.variables.management.kubernetes.KubeOperator
- SECRET_NOT_FOUND_ERROR_MESSAGE_FORMAT - Static variable in class org.qubership.integration.platform.variables.management.service.SecretService
- SecretAlreadyExists - Exception Class in org.qubership.integration.platform.variables.management.kubernetes
- SecretAlreadyExists() - Constructor for exception class org.qubership.integration.platform.variables.management.kubernetes.SecretAlreadyExists
- SecretAlreadyExists(String) - Constructor for exception class org.qubership.integration.platform.variables.management.kubernetes.SecretAlreadyExists
- SecretControllerV2 - Class in org.qubership.integration.platform.variables.management.rest.v2.controller
- SecretControllerV2(SecretService) - Constructor for class org.qubership.integration.platform.variables.management.rest.v2.controller.SecretControllerV2
- SecretEntity - Class in org.qubership.integration.platform.variables.management.model
- SecretEntity() - Constructor for class org.qubership.integration.platform.variables.management.model.SecretEntity
- SecretErrorResponse - Class in org.qubership.integration.platform.variables.management.rest.v2.dto.variables
- SecretErrorResponse() - Constructor for class org.qubership.integration.platform.variables.management.rest.v2.dto.variables.SecretErrorResponse
- secretExists(String) - Method in class org.qubership.integration.platform.variables.management.kubernetes.KubeOperator
- SecretResponse - Class in org.qubership.integration.platform.variables.management.rest.v2.dto.variables
- SecretResponse() - Constructor for class org.qubership.integration.platform.variables.management.rest.v2.dto.variables.SecretResponse
- SecretResponseMapper - Class in org.qubership.integration.platform.variables.management.rest.v2.mapper
- SecretResponseMapper() - Constructor for class org.qubership.integration.platform.variables.management.rest.v2.mapper.SecretResponseMapper
- SecretResponseMapperImpl - Class in org.qubership.integration.platform.variables.management.rest.v2.mapper
- SecretResponseMapperImpl() - Constructor for class org.qubership.integration.platform.variables.management.rest.v2.mapper.SecretResponseMapperImpl
- SecretService - Class in org.qubership.integration.platform.variables.management.service
- SecretService(YAMLMapper, ObjectMapper, KubeOperator, ActionsLogService, String, String) - Constructor for class org.qubership.integration.platform.variables.management.service.SecretService
- SecretUpdateCallback - Class in org.qubership.integration.platform.variables.management.kubernetes
- SecretUpdateCallback(CompletableFuture<Map<String, String>>) - Constructor for class org.qubership.integration.platform.variables.management.kubernetes.SecretUpdateCallback
- SECURED_VARIABLE - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.EntityType
- SecuredVariableController - Class in org.qubership.integration.platform.variables.management.rest.v1.controller
- SecuredVariableController(SecuredVariableService) - Constructor for class org.qubership.integration.platform.variables.management.rest.v1.controller.SecuredVariableController
- SecuredVariableControllerV2 - Class in org.qubership.integration.platform.variables.management.rest.v2.controller
- SecuredVariableControllerV2(SecuredVariableService, SecretResponseMapper) - Constructor for class org.qubership.integration.platform.variables.management.rest.v2.controller.SecuredVariableControllerV2
- SecuredVariableService - Class in org.qubership.integration.platform.variables.management.service
- SecuredVariableService(YAMLMapper, ObjectMapper, KubeOperator, ActionsLogService, String, String, DevModeUtil, CommonVariablesService, ObjectMapper) - Constructor for class org.qubership.integration.platform.variables.management.service.SecuredVariableService
- SecuredVariablesException - Exception Class in org.qubership.integration.platform.variables.management.rest.exception
- SecuredVariablesException() - Constructor for exception class org.qubership.integration.platform.variables.management.rest.exception.SecuredVariablesException
- SecuredVariablesException(String) - Constructor for exception class org.qubership.integration.platform.variables.management.rest.exception.SecuredVariablesException
- SecuredVariablesException(String, Throwable) - Constructor for exception class org.qubership.integration.platform.variables.management.rest.exception.SecuredVariablesException
- SecuredVariablesNotFoundException - Exception Class in org.qubership.integration.platform.variables.management.rest.exception
- SecuredVariablesNotFoundException(String) - Constructor for exception class org.qubership.integration.platform.variables.management.rest.exception.SecuredVariablesNotFoundException
- SecuredVariablesNotFoundException(String, Throwable) - Constructor for exception class org.qubership.integration.platform.variables.management.rest.exception.SecuredVariablesNotFoundException
- SecuredVariablesRequest - Class in org.qubership.integration.platform.variables.management.rest.v2.dto.variables
- SecuredVariablesRequest() - Constructor for class org.qubership.integration.platform.variables.management.rest.v2.dto.variables.SecuredVariablesRequest
- serialize(V1Secret, JsonGenerator, SerializerProvider) - Method in class org.qubership.integration.platform.variables.management.service.serializer.KubeSecretSerializer
- SERVICE_DISCOVERY - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.EntityType
- SERVICES - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.EntityType
- SET - Enum constant in enum class org.qubership.integration.platform.variables.management.model.consul.txn.request.TxnVerb
- setSecretByName(String, Pair<String, String>, Map<String, String>, boolean) - Method in class org.qubership.integration.platform.variables.management.kubernetes.KubeOperator
- setValue(String) - Method in class org.qubership.integration.platform.variables.management.model.consul.txn.request.TxnKVRequest
- SharedJavaMigration - Class in org.qubership.integration.platform.variables.management.db.migration.postrgesql.shared
- SharedJavaMigration() - Constructor for class org.qubership.integration.platform.variables.management.db.migration.postrgesql.shared.SharedJavaMigration
- SNAPSHOT - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.EntityType
- SNAPSHOT_CLEANUP - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.EntityType
- SPECIFICATION - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.EntityType
- SPECIFICATION_GROUP - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.EntityType
- START_WITH - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.enums.filter.FilterCondition
- StringResponse - Class in org.qubership.integration.platform.variables.management.rest.v1.dto
- StringResponse(String) - Constructor for class org.qubership.integration.platform.variables.management.rest.v1.dto.StringResponse
- SwaggerAutoConfiguration - Class in org.qubership.integration.platform.variables.management.configuration
- SwaggerAutoConfiguration() - Constructor for class org.qubership.integration.platform.variables.management.configuration.SwaggerAutoConfiguration
T
- TasksScheduler - Class in org.qubership.integration.platform.variables.management.scheduler
- TasksScheduler(ActionsLogService) - Constructor for class org.qubership.integration.platform.variables.management.scheduler.TasksScheduler
- TENANT_VARIABLE_NAME - Static variable in class org.qubership.integration.platform.variables.management.service.DefaultVariablesService
- test(T) - Method in class org.qubership.integration.platform.variables.management.util.DistinctByKey
- TIMESTAMP_CELL_WIDTH - Static variable in class org.qubership.integration.platform.variables.management.service.exportimport.ActionsLogExportConstants
- toEntity(ImportInstructionRequest) - Method in interface org.qubership.integration.platform.variables.management.rest.v1.mapper.ImportInstructionRequestMapper
- toEntity(ImportInstructionRequest) - Method in class org.qubership.integration.platform.variables.management.rest.v1.mapper.ImportInstructionRequestMapperImpl
- toString() - Method in record class org.qubership.integration.platform.variables.management.model.exportimport.instructions.PerformInstructionsResult
-
Returns a string representation of this record class.
- toTimestamp(Long) - Static method in class org.qubership.integration.platform.variables.management.util.MapperUtils
- TxnConflictException - Exception Class in org.qubership.integration.platform.variables.management.consul
- TxnConflictException() - Constructor for exception class org.qubership.integration.platform.variables.management.consul.TxnConflictException
- TxnConflictException(String) - Constructor for exception class org.qubership.integration.platform.variables.management.consul.TxnConflictException
- TxnConflictException(String, Throwable) - Constructor for exception class org.qubership.integration.platform.variables.management.consul.TxnConflictException
- TxnKVRequest - Class in org.qubership.integration.platform.variables.management.model.consul.txn.request
- TxnKVRequest(TxnVerb, String, String) - Constructor for class org.qubership.integration.platform.variables.management.model.consul.txn.request.TxnKVRequest
- TxnRequest - Class in org.qubership.integration.platform.variables.management.model.consul.txn.request
- TxnRequest() - Constructor for class org.qubership.integration.platform.variables.management.model.consul.txn.request.TxnRequest
- TxnResponse - Class in org.qubership.integration.platform.variables.management.model.consul.txn.response
- TxnResponse() - Constructor for class org.qubership.integration.platform.variables.management.model.consul.txn.response.TxnResponse
- TxnResponseError - Class in org.qubership.integration.platform.variables.management.model.consul.txn.response
- TxnResponseError() - Constructor for class org.qubership.integration.platform.variables.management.model.consul.txn.response.TxnResponseError
- TxnResponseResult - Class in org.qubership.integration.platform.variables.management.model.consul.txn.response
- TxnResponseResult() - Constructor for class org.qubership.integration.platform.variables.management.model.consul.txn.response.TxnResponseResult
- TxnVerb - Enum Class in org.qubership.integration.platform.variables.management.model.consul.txn.request
U
- UNGROUP - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.LogOperation
- UPDATE - Enum constant in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.LogOperation
- updateCommonVariable(String, String) - Method in class org.qubership.integration.platform.variables.management.consul.ConsulService
- updateCommonVariables(Map<String, String>) - Method in class org.qubership.integration.platform.variables.management.consul.ConsulService
- UPDATED - Enum constant in enum class org.qubership.integration.platform.variables.management.rest.v1.dto.variables.ImportVariableStatus
- updateImportInstruction(ImportInstruction) - Method in class org.qubership.integration.platform.variables.management.service.exportimport.instructions.ImportInstructionsService
- updateImportInstruction(ImportInstructionRequest) - Method in class org.qubership.integration.platform.variables.management.rest.v1.controller.ImportInstructionsController
- updateSecretData(String, Map<String, String>) - Method in class org.qubership.integration.platform.variables.management.kubernetes.KubeOperator
- updateVariable(String, String) - Method in class org.qubership.integration.platform.variables.management.rest.v1.controller.CommonVariablesController
- updateVariable(String, String) - Method in class org.qubership.integration.platform.variables.management.rest.v1.controller.SecuredVariableController
- updateVariable(SecuredVariablesRequest) - Method in class org.qubership.integration.platform.variables.management.rest.v2.controller.SecuredVariableControllerV2
- updateVariableInDefaultSecret(String, String) - Method in class org.qubership.integration.platform.variables.management.service.SecuredVariableService
- updateVariables(String, Map<String, String>) - Method in class org.qubership.integration.platform.variables.management.service.SecuredVariableService
- uploadImportInstructions(MultipartFile, List<String>) - Method in class org.qubership.integration.platform.variables.management.service.exportimport.instructions.ImportInstructionsService
- uploadImportInstructionsConfig(MultipartFile, List<String>) - Method in class org.qubership.integration.platform.variables.management.rest.v1.controller.ImportInstructionsController
- user - Variable in class org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.ActionLog
- User - Class in org.qubership.integration.platform.variables.management.persistence.configs.entity.user
- User() - Constructor for class org.qubership.integration.platform.variables.management.persistence.configs.entity.user.User
- UserDTO - Class in org.qubership.integration.platform.variables.management.rest.v1.dto.user
- UserDTO() - Constructor for class org.qubership.integration.platform.variables.management.rest.v1.dto.user.UserDTO
- UserMapper - Interface in org.qubership.integration.platform.variables.management.rest.v1.mapper
- UserMapperImpl - Class in org.qubership.integration.platform.variables.management.rest.v1.mapper
- UserMapperImpl() - Constructor for class org.qubership.integration.platform.variables.management.rest.v1.mapper.UserMapperImpl
- USERNAME_HEADER_VALUE - Static variable in class org.qubership.integration.platform.variables.management.service.exportimport.ActionsLogExportConstants
V
- validate(Object) - Method in class org.qubership.integration.platform.variables.management.validation.EntityValidator
- valueOf(String) - Static method in enum class org.qubership.integration.platform.variables.management.model.consul.txn.request.TxnVerb
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.qubership.integration.platform.variables.management.model.exportimport.instructions.ImportEntityType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.qubership.integration.platform.variables.management.model.exportimport.instructions.ImportInstructionAction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.qubership.integration.platform.variables.management.model.exportimport.instructions.ImportInstructionExecutionStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.qubership.integration.platform.variables.management.model.exportimport.instructions.ImportInstructionsFilterColumn
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.qubership.integration.platform.variables.management.model.json.PatchOperation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.EntityType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.LogOperation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.enums.filter.ActionLogFilterColumn
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.enums.filter.FilterCondition
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.qubership.integration.platform.variables.management.rest.v1.dto.variables.ImportVariableStatus
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.qubership.integration.platform.variables.management.model.consul.txn.request.TxnVerb
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.qubership.integration.platform.variables.management.model.exportimport.instructions.ImportEntityType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.qubership.integration.platform.variables.management.model.exportimport.instructions.ImportInstructionAction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.qubership.integration.platform.variables.management.model.exportimport.instructions.ImportInstructionExecutionStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.qubership.integration.platform.variables.management.model.exportimport.instructions.ImportInstructionsFilterColumn
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.qubership.integration.platform.variables.management.model.json.PatchOperation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.EntityType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.actionlog.LogOperation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.enums.filter.ActionLogFilterColumn
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.qubership.integration.platform.variables.management.persistence.configs.entity.enums.filter.FilterCondition
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.qubership.integration.platform.variables.management.rest.v1.dto.variables.ImportVariableStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VARIABLE_NAME_PATTERN_PREDICATE - Static variable in class org.qubership.integration.platform.variables.management.validation.EntityValidator
- VariablesFileResponse - Class in org.qubership.integration.platform.variables.management.rest.v1.dto.variables
- VariablesFileResponse() - Constructor for class org.qubership.integration.platform.variables.management.rest.v1.dto.variables.VariablesFileResponse
- VariablesManagementApplicationRunner - Class in org.qubership.integration.platform.variables.management
- VariablesManagementApplicationRunner() - Constructor for class org.qubership.integration.platform.variables.management.VariablesManagementApplicationRunner
- VariablesManagementRuntimeException - Exception Class in org.qubership.integration.platform.variables.management.rest.exception
- VariablesManagementRuntimeException() - Constructor for exception class org.qubership.integration.platform.variables.management.rest.exception.VariablesManagementRuntimeException
- VariablesManagementRuntimeException(String) - Constructor for exception class org.qubership.integration.platform.variables.management.rest.exception.VariablesManagementRuntimeException
- VariablesManagementRuntimeException(String, Exception) - Constructor for exception class org.qubership.integration.platform.variables.management.rest.exception.VariablesManagementRuntimeException
- variablesToIgnore() - Method in record class org.qubership.integration.platform.variables.management.model.exportimport.instructions.PerformInstructionsResult
-
Returns the value of the
variablesToIgnorerecord component. - VariableUpdateRequest - Class in org.qubership.integration.platform.variables.management.rest.v2.dto.variables
- VariableUpdateRequest() - Constructor for class org.qubership.integration.platform.variables.management.rest.v2.dto.variables.VariableUpdateRequest
W
- waitForKVChanges(String, boolean, long, String) - Method in class org.qubership.integration.platform.variables.management.consul.ConsulClient
- WebAutoConfig - Class in org.qubership.integration.platform.variables.management.configuration
- WebAutoConfig() - Constructor for class org.qubership.integration.platform.variables.management.configuration.WebAutoConfig
Y
- yamlImportExportMapper() - Method in class org.qubership.integration.platform.variables.management.configuration.MapperAutoConfiguration
- yamlMapper - Variable in class org.qubership.integration.platform.variables.management.service.SecretService
- yamlMapper(KubeSecretSerializer) - Method in class org.qubership.integration.platform.variables.management.configuration.MapperAutoConfiguration
Z
- ZIP_EXTENSION - Static variable in class org.qubership.integration.platform.variables.management.service.CommonVariablesService
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form