Uses of Class
com.orchestranetworks.addon.dpra.function.execution.result.ValueSequence
-
Packages that use ValueSequence Package Description com.orchestranetworks.addon.dpra.function.execution.context com.orchestranetworks.addon.dpra.function.execution.result -
-
Uses of ValueSequence in com.orchestranetworks.addon.dpra.function.execution.context
Methods in com.orchestranetworks.addon.dpra.function.execution.context that return ValueSequence Modifier and Type Method Description ValueSequenceExecutionContext. newValueSequence()Creates a new sequence of output values. -
Uses of ValueSequence in com.orchestranetworks.addon.dpra.function.execution.result
Methods in com.orchestranetworks.addon.dpra.function.execution.result that return ValueSequence Modifier and Type Method Description ValueSequenceValueSequence. linkWithRecords(com.onwbp.adaptation.XPathFilter xpathFilter)Sets the filter for linked records for execution at the table and field levels.ValueSequenceValueSequence. linkWithRecords(java.lang.String xpathFilter)Sets the filter for linked records for execution at the table and field levels.ValueSequenceValueSequence. set(java.lang.String outputName, boolean value)Sets the value for a boolean output in the sequence.ValueSequenceValueSequence. set(java.lang.String outputName, java.lang.Integer value)Sets the value for an integer output in the sequence.ValueSequenceValueSequence. set(java.lang.String outputName, java.lang.String value)Sets the value for a string output in the sequence.ValueSequenceValueSequence. set(java.lang.String outputName, java.math.BigDecimal value)Sets the value for a decimal output in the sequence.ValueSequenceValueSequence. set(java.lang.String outputName, java.util.Date value)Sets the value for a date time output in the sequence.Methods in com.orchestranetworks.addon.dpra.function.execution.result that return types with arguments of type ValueSequence Modifier and Type Method Description java.util.List<ValueSequence>FunctionResult. getSequences()Returns the sequences.Methods in com.orchestranetworks.addon.dpra.function.execution.result with parameters of type ValueSequence Modifier and Type Method Description voidFunctionResult. addSequence(ValueSequence sequence)Adds a sequence of values.static FunctionResultFunctionResult. of(ValueSequence... sequences)Creates aFunctionResultinstance from one or many sequences.
-