public interface Problem extends Serializable
Problem explains the issue in the DesignProcessDefinition when it is not well designed.
It relates to :
BoundaryEventDefinition without an exception flow,FlowNodeDefinitions with the same name,Expression which has not the right type,| Modifier and Type | Interface and Description |
|---|---|
static class |
Problem.Level
Defines a severity level.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Problem.Level getLevel()
String getResource()
DataDefinition, FlowNodeDefinition, ...String getResourceId()
DesignProcessDefinition.
For example, the name of the UserTaskDefinition.String getDescription()
Copyright © 2018 Bonitasoft S.A.. All rights reserved.