| Package | Description | 
|---|---|
| org.camunda.bpm.engine.rest.dto | 
| Modifier and Type | Field and Description | 
|---|---|
protected List<ProblemDto> | 
ResourceReportDto.errors  | 
protected List<ProblemDto> | 
ResourceReportDto.warnings  | 
| Modifier and Type | Method and Description | 
|---|---|
static ProblemDto | 
ProblemDto.fromProblem(Problem problem)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<ProblemDto> | 
ResourceReportDto.getErrors()  | 
List<ProblemDto> | 
ResourceReportDto.getWarnings()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ResourceReportDto.setErrors(List<ProblemDto> errors)  | 
void | 
ResourceReportDto.setWarnings(List<ProblemDto> warnings)  | 
| Constructor and Description | 
|---|
ResourceReportDto(List<ProblemDto> errors,
                 List<ProblemDto> warnings)  | 
ResourceReportDto(List<ProblemDto> errors,
                 List<ProblemDto> warnings)  | 
Copyright © 2019. All rights reserved.