Package | Description |
---|---|
org.komodo.spi.repository | |
org.komodo.spi.repository.validation |
Modifier and Type | Method and Description |
---|---|
Result[] |
ValidationManager.evaluate(Repository.UnitOfWork uow,
KomodoObject kObject,
boolean full)
Evaluate the supplied object using all applicable rules for the object.
|
Result[] |
ValidationManager.evaluate(Repository.UnitOfWork uow,
KomodoObject kObject,
String... ruleId)
Evaluate the supplied object using the specified rules (if the rule is applicable for the object).
|
Modifier and Type | Method and Description |
---|---|
Result |
Rule.evaluate(Repository.UnitOfWork transaction,
KomodoObject kobject) |
Copyright © 2013–2019. All rights reserved.