Interface: OutboundTranslationApi

OutboundTranslationApi.OutboundTranslationApi

Description

Refer to OutboundTranslationApiV1

Properties

Properties

translateFilterTreeToQueryConditions

translateFilterTreeToQueryConditions: (filterObjects: FilterFolder) => QueryTranslationResponse

Type declaration

▸ (filterObjects): QueryTranslationResponse

Deprecated

Use 'v1.translateFilterTreeToQueryConditions' instead

Parameters
Name Type
filterObjects FilterFolder
Returns

QueryTranslationResponse


translateItemListFiltersToObjectManagerCondition

translateItemListFiltersToObjectManagerCondition: (filterState: FilterState, fieldCollection: ItemListFieldCollection) => string

Type declaration

▸ (filterState, fieldCollection): string

Deprecated

Use 'v1.translateFilterTreeToQueryConditions' instead

Parameters
Name Type
filterState FilterState
fieldCollection ItemListFieldCollection
Returns

string


translateSearchFiltersAndViewToObjectManagerCondition

translateSearchFiltersAndViewToObjectManagerCondition: (filterState: FilterState, fieldCollection: ItemListFieldCollection, activeView: undefined | View) => string

Type declaration

▸ (filterState, fieldCollection, activeView): string

Deprecated

Use 'v1.translateFilterTreeToQueryConditions' instead

Parameters
Name Type
filterState FilterState
fieldCollection ItemListFieldCollection
activeView undefined | View
Returns

string


translateSortsToSortConditions

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

Type declaration

▸ (sorts): ObjectManagerSort[]

Deprecated

Use 'v1.translateSortsToSortConditions' instead

Parameters
Name Type
sorts Sort[]
Returns

ObjectManagerSort[]


v1

v1: OutboundTranslationApiV1

Description

Contains the updated v1 version of the OutboundTranslationApi