Last date modified: 2025-Apr-29
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:FilterBase) =>QueryTranslationResponse
Type declaration
- (
filterObjects):QueryTranslationResponse
Parameters
| Name | Type | Description |
|---|---|---|
filterObjects
|
FilterBase
|
The set of filters to translate |
Returns
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
- translateSortsToSortConditions: (
sorts:Sort[]) =>ObjectManagerSort[]
Type declaration
- (
sorts):ObjectManagerSort[]
Parameters
| Name | Type | Description |
|---|---|---|
sorts
|
Sort[] |
The array of RWC sort objects to translate |
Returns
The translated sorts in the object manager format
Description
Translates the given array of RWC sorts to the object manager format