public interface IRule extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getAttributeFqn()
Gets the fully qualified name of the attribute (dot separated) on which this rule is defined.
|
String[] |
getCalcExp()
Gets the calculate expression of Asset as rule grammar json strings.
|
Set<String> |
getDependencyList()
Returns a set of variables used in any of the rules
|
String[] |
getJspelExpressions()
Gets the calculate expression of Asset as JSPEL expression strings.
|
String[] getCalcExp()
String[] getJspelExpressions()
String getAttributeFqn()
Copyright © 1982–2022 Adobe Systems Inc.. All rights reserved.