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 Object
ELExpressionExecutor.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 LiteralExpression
OutputClause.defaultOutputEntry
protected LiteralExpression
InputClause.inputExpression
Methods 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 TypeMethodDescriptionvoid
OutputClause.setDefaultOutputEntry
(LiteralExpression defaultOutputEntry) void
InputClause.setInputExpression
(LiteralExpression inputExpression) void
RuleOutputClauseContainer.setOutputEntry
(LiteralExpression outputEntry) Constructors in org.flowable.dmn.model with parameters of type LiteralExpressionModifierConstructorDescriptionRuleOutputClauseContainer
(OutputClause outputClause, LiteralExpression outputEntry)