public class MigrationVariableValidationReportImpl extends Object implements MigrationVariableValidationReport
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
failures |
protected TypedValue |
typedValue |
| Constructor and Description |
|---|
MigrationVariableValidationReportImpl(TypedValue typedValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
addFailure(String failure) |
List<String> |
getFailures() |
<T extends TypedValue> |
getTypedValue() |
boolean |
hasFailures() |
String |
toString() |
protected TypedValue typedValue
public MigrationVariableValidationReportImpl(TypedValue typedValue)
public <T extends TypedValue> T getTypedValue()
getTypedValue in interface MigrationVariableValidationReportTypedValuepublic void addFailure(String failure)
public boolean hasFailures()
hasFailures in interface MigrationVariableValidationReporttrue if the report contains failures, false otherwisepublic List<String> getFailures()
getFailures in interface MigrationVariableValidationReportCopyright © 2013–2021 camunda services GmbH. All rights reserved.