|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TemplateInstanceExpression
This interface represents an instance of a template used in an expression. It contains a list of values for each parameter defined in the corresponding template.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
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. |
Methods inherited from interface com.ibm.wbiserver.brules.mgmt.BusinessRuleValidateable |
---|
validate |
Methods inherited from interface com.ibm.wbiserver.brules.mgmt.BusinessRuleChangeDetector |
---|
hasChanges |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
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()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |