Uses of Class
org.camunda.bpm.engine.rest.dto.ProblemDto
Packages that use ProblemDto
-
Uses of ProblemDto in org.camunda.bpm.engine.rest.dto
Fields in org.camunda.bpm.engine.rest.dto with type parameters of type ProblemDtoModifier and TypeFieldDescriptionprotected List<ProblemDto>
ResourceReportDto.errors
protected List<ProblemDto>
ResourceReportDto.warnings
Methods in org.camunda.bpm.engine.rest.dto that return ProblemDtoMethods in org.camunda.bpm.engine.rest.dto that return types with arguments of type ProblemDtoMethod parameters in org.camunda.bpm.engine.rest.dto with type arguments of type ProblemDtoModifier and TypeMethodDescriptionvoid
ResourceReportDto.setErrors
(List<ProblemDto> errors) void
ResourceReportDto.setWarnings
(List<ProblemDto> warnings) Constructor parameters in org.camunda.bpm.engine.rest.dto with type arguments of type ProblemDtoModifierConstructorDescriptionResourceReportDto
(List<ProblemDto> errors, List<ProblemDto> warnings)