Class VariableInvocation

java.lang.Object
io.camunda.migrator.interceptor.VariableInvocation

public class VariableInvocation extends Object
Represents an invocation of a variable within a process instance.
  • Field Details

    • c7Variable

      protected org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity c7Variable
    • migrationVariable

      protected MigrationVariableDto migrationVariable
  • Constructor Details

    • VariableInvocation

      public VariableInvocation(org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity variable)
  • Method Details

    • getC7Variable

      public org.camunda.bpm.engine.impl.persistence.entity.VariableInstanceEntity getC7Variable()
      Returns the variable instance entity associated with this invocation.
      Returns:
      the VariableInstanceEntity
    • getMigrationVariable

      public MigrationVariableDto getMigrationVariable()
      Returns the DTO representation of the variable.
      Returns:
      the MigrationVariableDto
    • setVariableValue

      public void setVariableValue(Object value)
      Sets the value of the variable in the migration context.
      Parameters:
      value - the new value to set