public interface TemplateInstanceExpression extends BusinessRuleValidateable, BusinessRuleChangeDetector, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExpandedUserPresentation()
Get the user presentation for this template instance express with the placeholders for
the template parameters filled in with the actual value of the parameter.
|
java.util.List<ParameterValue> |
getParameterValues()
Get the values of all template parameters for this template instance rule.
|
Template |
getTemplate()
Get the template from which this template instance was derived.
|
java.lang.String |
getUserPresentation()
Get the user presentation for this template instance expression.
|
validate
hasChanges
static final java.lang.String COPYRIGHT
java.util.List<ParameterValue> getParameterValues()
List
of ParameterValue
objects, each of which
represents the value of one template parameter. The list itself is unmodifiable.
The value of an individual parameter can be changed by using the setValue
method on the appropriate ParameterValue
object.Template getTemplate()
java.lang.String getUserPresentation()
This method is equivalent to calling getTemplate().getUserPresentation()
on the TemplateInstanceExpression
object.
java.lang.String getExpandedUserPresentation()