Package org.camunda.bpm.engine.migration
Interface MigrationVariableValidationReport
- 
- All Known Implementing Classes:
- MigrationVariableValidationReportImpl
 
 public interface MigrationVariableValidationReportCollects the validation failures for a single migration variable.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>getFailures()<T extends TypedValue>
 TgetTypedValue()booleanhasFailures()
 
- 
- 
- 
Method Detail- 
getTypedValue<T extends TypedValue> T getTypedValue() - Returns:
- the variable's TypedValue
 
 - 
hasFailuresboolean hasFailures() - Returns:
- trueif the report contains failures,- falseotherwise
 
 
- 
 
-