Package | Description |
---|---|
org.komodo.spi.repository | |
org.komodo.spi.repository.validation |
Modifier and Type | Method and Description |
---|---|
Rule[] |
ValidationManager.getAllRules(Repository.UnitOfWork uow)
Gets all of the current rules
|
Rule |
ValidationManager.getRule(Repository.UnitOfWork uow,
String ruleId)
Get the rule with the specified RuleId
|
Rule[] |
ValidationManager.getRules(Repository.UnitOfWork uow,
KomodoObject kObj)
Gets the Rules that are valid for the supplied KomodoObject
|
Modifier and Type | Field and Description |
---|---|
static Rule[] |
Rule.NO_RULES
An empty array of rules.
|
Copyright © 2013–2019. All rights reserved.