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