Interface: OutboundTranslationApiV1

OutboundTranslationApi.OutboundTranslationApiV1

Description

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

Properties

Properties

translateFilterTreeToQueryConditions

translateFilterTreeToQueryConditions: (filterObjects: FilterFolder) => QueryTranslationResponse

Type declaration

▸ (filterObjects): QueryTranslationResponse

Description

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

Parameters
Name Type Description
filterObjects FilterFolder 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


translateSortsToSortConditions

translateSortsToSortConditions: (sorts: Sort[]) => ObjectManagerSort[]

Type declaration

▸ (sorts): ObjectManagerSort[]

Description

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

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

ObjectManagerSort[]

The translated sorts in the object manager format