Uses of Class
org.flowable.dmn.model.LiteralExpression
Packages that use LiteralExpression
-
Uses of LiteralExpression in org.flowable.dmn.engine.impl.el
Methods in org.flowable.dmn.engine.impl.el with parameters of type LiteralExpressionModifier and TypeMethodDescriptionstatic ObjectELExpressionExecutor.executeOutputExpression(OutputClause outputClause, LiteralExpression outputEntry, ExpressionManager expressionManager, ELExecutionContext executionContext) -
Uses of LiteralExpression in org.flowable.dmn.model
Fields in org.flowable.dmn.model declared as LiteralExpressionModifier and TypeFieldDescriptionprotected LiteralExpressionOutputClause.defaultOutputEntryprotected LiteralExpressionInputClause.inputExpressionMethods in org.flowable.dmn.model that return LiteralExpressionModifier and TypeMethodDescriptionOutputClause.getDefaultOutputEntry()InputClause.getInputExpression()RuleOutputClauseContainer.getOutputEntry()Methods in org.flowable.dmn.model with parameters of type LiteralExpressionModifier and TypeMethodDescriptionvoidOutputClause.setDefaultOutputEntry(LiteralExpression defaultOutputEntry) voidInputClause.setInputExpression(LiteralExpression inputExpression) voidRuleOutputClauseContainer.setOutputEntry(LiteralExpression outputEntry) Constructors in org.flowable.dmn.model with parameters of type LiteralExpressionModifierConstructorDescriptionRuleOutputClauseContainer(OutputClause outputClause, LiteralExpression outputEntry)