public interface ICompatibleReportItem
ICompatibleReportItem is responsible for providing backward compatibility for the extended item. Parts of migration work from BIRT 2.1M5 to BIRT 2.1.0 for bound data columns.
Modifier and Type | Method and Description |
---|---|
CompatibilityStatus |
checkCompatibility()
Checks the parser compatibilities for this report item and return the
status.
|
java.util.List |
getRowExpressions()
Returns a list containing the possible JavaScript expressions.
|
void |
handleCompatibilityIssue()
handle the compatibility issue
|
void |
updateRowExpressions(java.util.Map newExpressions)
Updates existed expression with the given expressions.
|
java.util.List getRowExpressions()
void updateRowExpressions(java.util.Map newExpressions)
newExpressions
are existed expressions, while, the values
are the new expressions to replace existed ones.newExpressions
- a map containing the updated expressions.CompatibilityStatus checkCompatibility()
void handleCompatibilityIssue()
Copyright © 2008 Actuate Corp. All rights reserved.