Package org.camunda.bpm.engine.rest.dto
Class ProblemDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.ProblemDto
Dto for
Problem
The problem contains a list of element ids and other details for root
causing the issue.-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ProblemDto
fromProblem
(Problem problem) int
int
getLine()
void
setColumn
(int column) void
setLine
(int line) void
setMainElementId
(String mainElementId) void
setMessage
(String errorMessage) void
setЕlementIds
(List<String> elementIds)
-
Field Details
-
message
-
line
protected int line -
column
protected int column -
mainElementId
-
еlementIds
-
-
Constructor Details
-
ProblemDto
public ProblemDto()
-
-
Method Details
-
fromProblem
-
getMessage
-
setMessage
-
getLine
public int getLine() -
setLine
public void setLine(int line) -
getColumn
public int getColumn() -
setColumn
public void setColumn(int column) -
getMainElementId
-
setMainElementId
-
getЕlementIds
-
setЕlementIds
-