public class ProblemImpl extends Object implements Problem
Problem.Level| Constructor and Description |
|---|
ProblemImpl(Problem.Level level,
long resourceId,
String resource,
String description) |
ProblemImpl(Problem.Level level,
String resourceId,
String resource,
String description) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription()
Returns the description/explanation of the problem.
|
Problem.Level |
getLevel()
Returns the severity of the problem.
|
String |
getResource()
Returns the resource/concept name of the problem.
|
String |
getResourceId()
Returns the resource identifier.
|
int |
hashCode() |
String |
toString() |
public ProblemImpl(Problem.Level level, String resourceId, String resource, String description)
public ProblemImpl(Problem.Level level, long resourceId, String resource, String description)
public Problem.Level getLevel()
Problempublic String getResourceId()
ProblemDesignProcessDefinition.
For example, the name of the UserTaskDefinition.getResourceId in interface Problempublic String getResource()
ProblemDataDefinition, FlowNodeDefinition, ...getResource in interface Problempublic String getDescription()
ProblemgetDescription in interface ProblemCopyright © 2018 Bonitasoft S.A.. All rights reserved.