Class ReportDataExpressionParseContext
java.lang.Object
com.inductiveautomation.ignition.gateway.expressions.AbstractMultiLevelExpressionParseContext
com.inductiveautomation.reporting.gateway.ReportDataExpressionParseContext
- All Implemented Interfaces:
ExpressionParseContext
-
Constructor Summary
ConstructorsConstructorDescriptionReportDataExpressionParseContext
(GatewayContext context, Map<String, Object> reportData, String projectName) ReportDataExpressionParseContext
(ReportExecutionContext execContext) -
Method Summary
Modifier and TypeMethodDescriptionprotected Expression
This function should create the expression if possible.Methods inherited from class com.inductiveautomation.ignition.gateway.expressions.AbstractMultiLevelExpressionParseContext
createBoundExpression, getBaseFunctionFactory, getDelegateParseContext, getFunctionFactory
-
Constructor Details
-
ReportDataExpressionParseContext
public ReportDataExpressionParseContext(GatewayContext context, Map<String, Object> reportData, String projectName) -
ReportDataExpressionParseContext
-
-
Method Details
-
tryCreateBoundExpression
Description copied from class:AbstractMultiLevelExpressionParseContext
This function should create the expression if possible. If not, it should return null instead of throwing the error, in which case the parent parse context will be tried.- Specified by:
tryCreateBoundExpression
in classAbstractMultiLevelExpressionParseContext
-