Class MigrationVariableValidationReportDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.VariableValueDto
org.camunda.bpm.engine.rest.dto.migration.MigrationVariableValidationReportDto
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.rest.dto.VariableValueDto
type, value, valueInfo
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfrom
(Map<String, MigrationVariableValidationReport> variableReports) from
(MigrationVariableValidationReport variableReport) void
setFailures
(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)
-