Interface MigrationVariableValidationReport

All Known Implementing Classes:
MigrationVariableValidationReportImpl

public interface MigrationVariableValidationReport
Collects the validation failures for a single migration variable.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    <T extends org.camunda.bpm.engine.variable.value.TypedValue>
    T
     
    boolean
     
  • Method Details

    • getTypedValue

      <T extends org.camunda.bpm.engine.variable.value.TypedValue> T getTypedValue()
      Returns:
      the variable's TypedValue
    • hasFailures

      boolean hasFailures()
      Returns:
      true if the report contains failures, false otherwise
    • getFailures

      List<String> getFailures()
      Returns:
      the list of failure messages