Uses of Interface
net.pricefx.formulaengine.scripting.PublicGroovyAPI.ResultIterator
Packages that use PublicGroovyAPI.ResultIterator
Package
Description
Provides Formula Engine API classes.
Root package of the public Groovy API available to Pricefx logics.
-
Uses of PublicGroovyAPI.ResultIterator in net.pricefx.formulaengine
Methods in net.pricefx.formulaengine with parameters of type PublicGroovyAPI.ResultIteratorModifier and TypeMethodDescriptionintTableContext.loadRows(String tableName, PublicGroovyAPI.ResultIterator stream) Load data into an existing in-memory table. -
Uses of PublicGroovyAPI.ResultIterator in net.pricefx.formulaengine.scripting
Methods in net.pricefx.formulaengine.scripting that return PublicGroovyAPI.ResultIteratorModifier and TypeMethodDescriptionSearches for all types of objects with a freestyle query and iterates over the result set.PublicGroovyAPI.stream(String typeCode, String sortBy, List<String> fields, boolean distinctValuesOnly, Filter... filters) Searches for all types of objects with a freestyle query and iterates over the result set.Searches for all types of objects with a freestyle query and iterates over the result set.PublicGroovyAPI.stream(String typeCode, String sortBy, Map<String, String> fields, boolean distinctValuesOnly, Filter... filters) Searches for all types of objects with a freestyle query and iterates over the result set.