Initializing help system before first use

arrayFilter

Extends: webServiceBean
Namespace: http://fico.com/xpress/insight/rest/v1

A filter that can be applied to an array that specifies which keys are to be kept.

This filter can specify for each index set the values that should be kept. When the array is filtered, it keeps only the elements with keys that contain values defined in this filter. If an index set is not specified then it is not filtered; all values are allowed.

XML

Elements

name (type) min/max
occurs
description
filterId (string) 0/1 The id of this filter.
entityName (string) 0/1 The name of the entity this filter applies to.
indexFilters (anonymous) 0/1 A map of index set name to the array of values to use when filtering the Xpress-Insight array. The index set name may be substituted with the ordinal of the index set within the array. (The first index set of the array has ordinal 0.)

JSON

property type description
filterId filterId (string) The id of this filter.
entityName entityName (string) The name of the entity this filter applies to.
indexFilters indexFilters (anonymous) A map of index set name to the array of values to use when filtering the Xpress-Insight array. The index set name may be substituted with the ordinal of the index set within the array. (The first index set of the array has ordinal 0.)