Serialized Form
-
Package org.qubership.integration.platform.mapper
-
Class org.qubership.integration.platform.mapper.ComplexField
class ComplexField extends io.atlasmap.v2.Field implements Serializable-
Serialized Fields
-
childFields
Collection<io.atlasmap.v2.Field> childFields
-
-
-
Class org.qubership.integration.platform.mapper.GeneratedField
class GeneratedField extends io.atlasmap.v2.Field implements Serializable- serialVersionUID:
- 1L
-
-
Package org.qubership.integration.platform.runtime.catalog.events
-
Class org.qubership.integration.platform.runtime.catalog.events.EngineStateUpdateEvent
class EngineStateUpdateEvent extends org.springframework.context.ApplicationEvent implements Serializable-
Serialized Fields
-
engineDeployment
org.qubership.integration.platform.catalog.model.deployment.engine.EngineDeployment engineDeployment
-
engineInfo
org.qubership.integration.platform.catalog.model.deployment.engine.EngineInfo engineInfo
-
loggingInfo
DeploymentService.LoggingInfo loggingInfo
-
tenantId
String tenantId
-
userId
String userId
-
-
-
-
Package org.qubership.integration.platform.runtime.catalog.kubernetes
-
Exception Class org.qubership.integration.platform.runtime.catalog.kubernetes.KubeApiException
class KubeApiException extends org.qubership.integration.platform.catalog.exception.CatalogRuntimeException implements Serializable
-
-
Package org.qubership.integration.platform.runtime.catalog.mapper
-
Exception Class org.qubership.integration.platform.runtime.catalog.mapper.MapperException
class MapperException extends org.qubership.integration.platform.catalog.exception.SnapshotCreationException implements Serializable
-
-
Package org.qubership.integration.platform.runtime.catalog.model.mapper.atlasmap.action
-
Class org.qubership.integration.platform.runtime.catalog.model.mapper.atlasmap.action.QIPCustomAction
class QIPCustomAction extends io.atlasmap.v2.Action implements Serializable-
Serialized Fields
-
qipActionType
QIPCustomActionType qipActionType
-
-
-
Class org.qubership.integration.platform.runtime.catalog.model.mapper.atlasmap.action.QIPDateTimeAction
class QIPDateTimeAction extends QIPCustomAction implements Serializable -
Class org.qubership.integration.platform.runtime.catalog.model.mapper.atlasmap.action.QIPDefaultValueAction
class QIPDefaultValueAction extends QIPCustomAction implements Serializable-
Serialized Fields
-
defaultValue
String defaultValue
-
-
-
Class org.qubership.integration.platform.runtime.catalog.model.mapper.atlasmap.action.QIPDictionaryAction
class QIPDictionaryAction extends QIPCustomAction implements Serializable -
Class org.qubership.integration.platform.runtime.catalog.model.mapper.atlasmap.action.QIPFormatDateTimeAction
class QIPFormatDateTimeAction extends QIPDateTimeAction implements Serializable
-
-
Package org.qubership.integration.platform.runtime.catalog.model.mapper.metadata
-
Package org.qubership.integration.platform.runtime.catalog.rest.handler.exception
-
Exception Class org.qubership.integration.platform.runtime.catalog.rest.handler.exception.MicroserviceErrorResponseException
class MicroserviceErrorResponseException extends org.springframework.web.client.HttpClientErrorException implements Serializable
-
-
Package org.qubership.integration.platform.runtime.catalog.rest.v1.exception.exceptions
-
Exception Class org.qubership.integration.platform.runtime.catalog.rest.v1.exception.exceptions.ApiSpecificationExportException
class ApiSpecificationExportException extends org.qubership.integration.platform.catalog.exception.CatalogRuntimeException implements Serializable -
Exception Class org.qubership.integration.platform.runtime.catalog.rest.v1.exception.exceptions.ChainElementVerificationException
class ChainElementVerificationException extends ApiSpecificationExportException implements Serializable -
Exception Class org.qubership.integration.platform.runtime.catalog.rest.v1.exception.exceptions.ChainExportException
class ChainExportException extends RuntimeException implements Serializable -
Exception Class org.qubership.integration.platform.runtime.catalog.rest.v1.exception.exceptions.ChainImportException
class ChainImportException extends Exception implements Serializable -
Exception Class org.qubership.integration.platform.runtime.catalog.rest.v1.exception.exceptions.DeploymentProcessingException
class DeploymentProcessingException extends RuntimeException implements Serializable -
Exception Class org.qubership.integration.platform.runtime.catalog.rest.v1.exception.exceptions.EnvironmentSetUpException
class EnvironmentSetUpException extends org.qubership.integration.platform.catalog.exception.CatalogRuntimeException implements Serializable -
Exception Class org.qubership.integration.platform.runtime.catalog.rest.v1.exception.exceptions.HttpTriggerMethodsNotSpecified
class HttpTriggerMethodsNotSpecified extends ChainElementVerificationException implements Serializable -
Exception Class org.qubership.integration.platform.runtime.catalog.rest.v1.exception.exceptions.ServiceImportException
class ServiceImportException extends RuntimeException implements Serializable -
Exception Class org.qubership.integration.platform.runtime.catalog.rest.v1.exception.exceptions.ServicesNotFoundException
class ServicesNotFoundException extends RuntimeException implements Serializable -
Exception Class org.qubership.integration.platform.runtime.catalog.rest.v1.exception.exceptions.WrongChainElementTypeException
class WrongChainElementTypeException extends ChainElementVerificationException implements Serializable-
Serialized Fields
-
elementType
String elementType
-
expectedTypes
Collection<String> expectedTypes
-
-
-
-
Package org.qubership.integration.platform.runtime.catalog.service.diagnostic.validations
-
Exception Class org.qubership.integration.platform.runtime.catalog.service.diagnostic.validations.DiagnosticValidationUnexpectedException
class DiagnosticValidationUnexpectedException extends RuntimeException implements Serializable -
Exception Class org.qubership.integration.platform.runtime.catalog.service.diagnostic.validations.ValidationAlreadyInProgressUnexpectedException
class ValidationAlreadyInProgressUnexpectedException extends RuntimeException implements Serializable
-
-
Package org.qubership.integration.platform.runtime.catalog.service.exportimport.deserializer
-
Class org.qubership.integration.platform.runtime.catalog.service.exportimport.deserializer.ChainDeserializer
class ChainDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<ChainDeserializationResult> implements Serializable-
Serialized Fields
-
chainRepository
org.qubership.integration.platform.catalog.persistence.configs.repository.chain.ChainRepository chainRepository
Deprecated. -
folderService
FolderService folderService
Deprecated. -
objectMapper
com.fasterxml.jackson.databind.ObjectMapper objectMapper
Deprecated.
-
-
-
Class org.qubership.integration.platform.runtime.catalog.service.exportimport.deserializer.ChainElementDeserializer
class ChainElementDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<ElementDeserializationResult> implements Serializable-
Serialized Fields
-
elementRepository
org.qubership.integration.platform.catalog.persistence.configs.repository.chain.ElementRepository elementRepository
Deprecated. -
libraryService
org.qubership.integration.platform.catalog.service.library.LibraryElementsService libraryService
Deprecated. -
objectMapper
com.fasterxml.jackson.databind.ObjectMapper objectMapper
Deprecated.
-
-
-
-
Package org.qubership.integration.platform.runtime.catalog.service.exportimport.serializer
-
Class org.qubership.integration.platform.runtime.catalog.service.exportimport.serializer.ChainElementSerializer
class ChainElementSerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement> implements Serializable -
Class org.qubership.integration.platform.runtime.catalog.service.exportimport.serializer.ChainSerializer
class ChainSerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Chain> implements Serializable -
Class org.qubership.integration.platform.runtime.catalog.service.exportimport.serializer.DependencySerializer
class DependencySerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<org.qubership.integration.platform.catalog.persistence.configs.entity.chain.Dependency> implements Serializable -
Class org.qubership.integration.platform.runtime.catalog.service.exportimport.serializer.MaskedFieldSerializer
class MaskedFieldSerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<org.qubership.integration.platform.catalog.persistence.configs.entity.chain.MaskedField> implements Serializable
-