Uses of Class
io.camunda.migrator.interceptor.VariableInvocation
Packages that use VariableInvocation
-
Uses of VariableInvocation in io.camunda.migrator.impl.interceptor
Methods in io.camunda.migrator.impl.interceptor with parameters of type VariableInvocationModifier and TypeMethodDescriptionvoidByteArrayVariableValidator.execute(VariableInvocation invocation) voidDateVariableTransformer.execute(VariableInvocation invocation) voidFileVariableValidator.execute(VariableInvocation invocation) voidNullVariableTransformer.execute(VariableInvocation invocation) voidObjectJavaVariableValidator.execute(VariableInvocation invocation) voidObjectJsonVariableTransformer.execute(VariableInvocation invocation) voidObjectXmlVariableTransformer.execute(VariableInvocation invocation) voidPrimitiveVariableTransformer.execute(VariableInvocation invocation) voidSpinJsonVariableTransformer.execute(VariableInvocation invocation) voidSpinXmlVariableTransformer.execute(VariableInvocation invocation) protected voidObjectJsonVariableTransformer.setJsonVariable(VariableInvocation invocation, String jsonString) protected voidSpinJsonVariableTransformer.setJsonVariable(VariableInvocation invocation, String jsonString) -
Uses of VariableInvocation in io.camunda.migrator.interceptor
Methods in io.camunda.migrator.interceptor with parameters of type VariableInvocationModifier and TypeMethodDescriptionvoidVariableInterceptor.execute(VariableInvocation invocation) Executes the interceptor logic for a variable invocation.static booleanVariableTypeDetector.supportsVariable(VariableInterceptor interceptor, VariableInvocation invocation) Checks if an interceptor supports a specific variable based on its typed value.