| Package | Description |
|---|---|
| org.flowable.cmmn.validation | |
| org.flowable.cmmn.validation.validator |
| Modifier and Type | Method and Description |
|---|---|
default ValidationEntry |
CaseValidationContext.addEntry(String problem,
Case caze,
CaseElement caseElement,
BaseElement baseElement,
String description,
ValidationEntry.Level level) |
| Modifier and Type | Field and Description |
|---|---|
protected ValidationEntry.Level |
ValidationEntry.level |
| Modifier and Type | Method and Description |
|---|---|
ValidationEntry.Level |
ValidationEntry.getLevel() |
static ValidationEntry.Level |
ValidationEntry.Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidationEntry.Level[] |
ValidationEntry.Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationEntry.setLevel(ValidationEntry.Level level) |
Copyright © 2021 Flowable. All rights reserved.