Interface: OutboundTranslationApiV1

OutboundTranslationApi.OutboundTranslationApiV1

Description

Contains APIs to translate filters conditions into objects to be used for Object Manager queries

Properties

Properties

translateFilterTreeToQueryConditions

Type declaration

Parameters
Name Type Description
filterObjects FilterBase The set of filters to translate
Returns

QueryTranslationResponse

The translation output. An object containing 'condition' and 'rowCondition' strings in the Relativity Query Syntax format and search provider information

Description

Translates the given set of filters to a QueryTranslationResponse with condition strings for the given filters.

translateSortsToSortConditions

Type declaration

Parameters
Name Type Description
sorts Sort[] The array of RWC sort objects to translate
Returns

ObjectManagerSort[]

The translated sorts in the object manager format

Description

Translates the given array of RWC sorts to the object manager format