Class MigrationVariableValidationReportDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.VariableValueDto
org.camunda.bpm.engine.rest.dto.migration.MigrationVariableValidationReportDto
- 
Field Summary
FieldsFields inherited from class org.camunda.bpm.engine.rest.dto.VariableValueDto
type, value, valueInfo - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionfrom(Map<String, MigrationVariableValidationReport> variableReports) from(MigrationVariableValidationReport variableReport) voidsetFailures(List<String> failures) Methods inherited from class org.camunda.bpm.engine.rest.dto.VariableValueDto
fileValueWithDecodedString, fromFormPart, fromMap, fromMap, fromRestApiTypeName, fromTypedValue, fromTypedValue, fromTypedValue, fromTypedValue, getType, getValue, getValueInfo, setType, setValue, setValueInfo, toMap, toRestApiTypeName, toTypedValue 
- 
Field Details
- 
failures
 
 - 
 - 
Constructor Details
- 
MigrationVariableValidationReportDto
public MigrationVariableValidationReportDto() 
 - 
 - 
Method Details
- 
getFailures
 - 
setFailures
 - 
from
public static Map<String,MigrationVariableValidationReportDto> from(Map<String, MigrationVariableValidationReport> variableReports)  - 
from
public static MigrationVariableValidationReportDto from(MigrationVariableValidationReport variableReport)  
 -