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
Modifier and TypeMethodDescription<T extends org.camunda.bpm.engine.variable.value.TypedValue>
Tboolean
-
Method Details
-
getTypedValue
<T extends org.camunda.bpm.engine.variable.value.TypedValue> T getTypedValue()- Returns:
- the variable's
TypedValue
-
hasFailures
boolean hasFailures()- Returns:
trueif the report contains failures,falseotherwise
-
getFailures
- Returns:
- the list of failure messages
-