Uses of Class
org.camunda.bpm.engine.rest.dto.ProblemDto
-
Uses of ProblemDto in org.camunda.bpm.engine.rest.dto
Modifier and TypeFieldDescriptionprotected List<ProblemDto>
ResourceReportDto.errors
protected List<ProblemDto>
ResourceReportDto.warnings
Modifier and TypeMethodDescriptionvoid
ResourceReportDto.setErrors
(List<ProblemDto> errors) void
ResourceReportDto.setWarnings
(List<ProblemDto> warnings) ModifierConstructorDescriptionResourceReportDto
(List<ProblemDto> errors, List<ProblemDto> warnings)