Package | Description |
---|---|
org.komodo.spi.outcome | |
org.komodo.spi.repository | |
org.komodo.spi.repository.validation |
Modifier and Type | Method and Description |
---|---|
Outcome.Level |
OutcomeFactory.OutcomeImpl.getLevel() |
Outcome.Level |
Outcome.getLevel() |
static Outcome.Level |
Outcome.Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Outcome.Level[] |
Outcome.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 |
OutcomeFactory.OutcomeImpl.setLevel(Outcome.Level level) |
Modifier and Type | Method and Description |
---|---|
void |
ValidationManager.setRuleSeverity(Repository.UnitOfWork uow,
Outcome.Level severity,
String... ruleId)
Set the Rule severity
|
Modifier and Type | Method and Description |
---|---|
Outcome.Level |
Rule.getSeverity(Repository.UnitOfWork transaction) |
Modifier and Type | Method and Description |
---|---|
void |
Rule.setSeverity(Repository.UnitOfWork transaction,
Outcome.Level newLevel) |
Copyright © 2013–2019. All rights reserved.