| Package | Description |
|---|---|
| org.bonitasoft.engine.bpm.process |
Package org.bonitasoft.engine.bpm.process gathers all model interfaces and exceptions related to process instance / definition objects manipulated
by process APIs.
|
| org.bonitasoft.engine.bpm.process.impl.internal |
Copyright (C) 2015 BonitaSoft S.A.
|
| Modifier and Type | Method and Description |
|---|---|
Problem.Level |
Problem.getLevel()
Returns the severity of the problem.
|
static Problem.Level |
Problem.Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Problem.Level[] |
Problem.Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Problem.Level |
ProblemImpl.getLevel() |
| Constructor and Description |
|---|
ProblemImpl(Problem.Level level,
long resourceId,
String resource,
String description) |
ProblemImpl(Problem.Level level,
String resourceId,
String resource,
String description) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.