Uses of Interface
io.camunda.migrator.interceptor.VariableInterceptor
Packages that use VariableInterceptor
Package
Description
-
Uses of VariableInterceptor in io.camunda.migrator.config
Methods in io.camunda.migrator.config that return VariableInterceptorModifier and TypeMethodDescriptionprotected VariableInterceptorInterceptorConfiguration.createInterceptorInstance(InterceptorProperty interceptorProperty) Creates a variable interceptor instance from the configuration.protected VariableInterceptorInterceptorConfiguration.findExistingInterceptor(List<VariableInterceptor> contextInterceptors, String className) Finds an existing interceptor in the context by class name.Methods in io.camunda.migrator.config that return types with arguments of type VariableInterceptorModifier and TypeMethodDescriptionInterceptorConfiguration.configuredVariableInterceptors()Creates a composite list of variable interceptors from both Spring context and config data files.Method parameters in io.camunda.migrator.config with type arguments of type VariableInterceptorModifier and TypeMethodDescriptionprotected VariableInterceptorInterceptorConfiguration.findExistingInterceptor(List<VariableInterceptor> contextInterceptors, String className) Finds an existing interceptor in the context by class name.protected voidInterceptorConfiguration.handleInterceptorDisable(List<VariableInterceptor> contextInterceptors, InterceptorProperty interceptorConfig) Handles disabling any interceptor (built-in, programmatically, or declarative) by removing it from the context.protected voidInterceptorConfiguration.processUnifiedInterceptorConfiguration(List<VariableInterceptor> contextInterceptors, List<InterceptorProperty> interceptorConfigs) Processes unified interceptor configuration that supports both custom interceptors and property-based configuration including the enabled property.protected voidInterceptorConfiguration.registerCustomInterceptor(List<VariableInterceptor> contextInterceptors, InterceptorProperty interceptorConfig) Registers a custom interceptor from configuration. -
Uses of VariableInterceptor in io.camunda.migrator.impl
Fields in io.camunda.migrator.impl with type parameters of type VariableInterceptorModifier and TypeFieldDescriptionprotected List<VariableInterceptor> VariableService.configuredVariableInterceptors -
Uses of VariableInterceptor in io.camunda.migrator.impl.interceptor
Classes in io.camunda.migrator.impl.interceptor that implement VariableInterceptorModifier and TypeClassDescriptionclassValidator for byte array variables during migration from Camunda 7 to Camunda 8.classTransformer for Date variables during migration from Camunda 7 to Camunda 8.classValidator for File variable types during migration from Camunda 7 to Camunda 8.classTransformer for null variables during migration from Camunda 7 to Camunda 8.classValidator for Java serialized object variables during migration from Camunda 7 to Camunda 8.classTransformer for JSON Object variables during migration from Camunda 7 to Camunda 8.classTransformer for XML Object variables during migration from Camunda 7 to Camunda 8.classTransformer for primitive variables during migration from Camunda 7 to Camunda 8.classTransformer for Spin JSON variables during migration from Camunda 7 to Camunda 8.classTransformer for Spin XML variables during migration from Camunda 7 to Camunda 8. -
Uses of VariableInterceptor in io.camunda.migrator.interceptor
Methods in io.camunda.migrator.interceptor with parameters of type VariableInterceptorModifier and TypeMethodDescriptionstatic booleanVariableTypeDetector.supportsTypedValue(VariableInterceptor interceptor, org.camunda.bpm.engine.variable.value.TypedValue typedValue) Checks if an interceptor supports a specific typed value.static booleanVariableTypeDetector.supportsVariable(VariableInterceptor interceptor, VariableInvocation invocation) Checks if an interceptor supports a specific variable based on its typed value.static booleanVariableTypeDetector.supportsVariable(VariableInterceptor interceptor, org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity variable) Checks if an interceptor supports a specific variable based on its typed value.