Uses of Interface
net.pricefx.formulaengine.scripting.PublicGroovyAPI.ResultIterator
Package
Description
Provides Formula Engine API classes.
Provides API related to scripting, including interface
PublicGroovyAPI
, that represents what can be reached in the Groovy element syntax as api
.-
Uses of PublicGroovyAPI.ResultIterator in net.pricefx.formulaengine
Modifier and TypeMethodDescriptionint
TableContext.loadRows
(String tableName, PublicGroovyAPI.ResultIterator stream) Load data into an existing in-memory table. -
Uses of PublicGroovyAPI.ResultIterator in net.pricefx.formulaengine.scripting
Modifier 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.