Interface: OutboundTranslationApi

OutboundTranslationApi.OutboundTranslationApi

Description

Refer to OutboundTranslationApiV1

Properties

Properties

translateFilterTreeToQueryConditions

Type declaration

Parameters
Name Type
filterObjects FilterBase
Returns

QueryTranslationResponse

Deprecated

Use 'v1.translateFilterTreeToQueryConditions' instead

translateItemListFiltersToObjectManagerCondition

Type declaration

  • (filterState, fieldCollection): string
Parameters
Name Type
filterState FilterState
fieldCollection ItemListFieldCollection
Returns

string

Deprecated

Use 'v1.translateFilterTreeToQueryConditions' instead

translateSearchFiltersAndViewToObjectManagerCondition

Type declaration

  • (filterState, fieldCollection, activeView): string
Parameters
Name Type
filterState FilterState
fieldCollection ItemListFieldCollection
activeView undefined | View
Returns

string

Deprecated

Use 'v1.translateFilterTreeToQueryConditions' instead

translateSortsToSortConditions

Type declaration

Parameters
Name Type
sorts Sort[]
Returns

ObjectManagerSort[]

Deprecated

Use 'v1.translateSortsToSortConditions' instead

v1

Description

Contains the updated v1 version of the OutboundTranslationApi