public interface RuleValidationContextContract
null
if the rule is being run through validation from the context of an XML rule
import.
The RuleDelegation represents the pointer to the rule from it's parent rule's RuleResponsibility.
This will be null
if the rule being entered is not a delegation rule.Modifier and Type | Method and Description |
---|---|
RuleContract |
getRule()
Retrieve the rule which is being validated.
|
String |
getRuleAuthorPrincipalId()
Retrieve the principal of the rule author.
|
RuleDelegationContract |
getRuleDelegation()
Retrieve the RuleDelegation representing the parent of the rule being validated.
|
RuleContract getRule()
String getRuleAuthorPrincipalId()
RuleDelegationContract getRuleDelegation()
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.