Uses of Class
org.flowable.dmn.model.OutputClause
-
-
Uses of OutputClause in org.flowable.dmn.model
Fields in org.flowable.dmn.model with type parameters of type OutputClause Modifier and Type Field Description protected List<OutputClause>DecisionTable. outputsMethods in org.flowable.dmn.model that return OutputClause Modifier and Type Method Description OutputClauseRuleOutputClauseContainer. getOutputClause()Methods in org.flowable.dmn.model that return types with arguments of type OutputClause Modifier and Type Method Description List<OutputClause>DecisionTable. getOutputs()Methods in org.flowable.dmn.model with parameters of type OutputClause Modifier and Type Method Description voidDecisionTable. addOutput(OutputClause output)voidRuleOutputClauseContainer. setOutputClause(OutputClause outputClause)Constructors in org.flowable.dmn.model with parameters of type OutputClause Constructor Description RuleOutputClauseContainer(OutputClause outputClause, LiteralExpression outputEntry)
-