Interface: AttributeFilterCapability

Oracle® JavaScript Extension Toolkit (JET)
15.1.0

F83698-01

Since:
  • 6.1.0
Module:
  • ojdataprovider

QuickNav

Fields

Description

Defines the properties in the attribute property used in FetchCapability


Usage

Signature:

interface AttributeFilterCapability

Typescript Import Format
//To use this interface, import as below.
import {AttributeFilterCapability} from "ojs/ojdataprovider";

For additional information visit:


Fields

(nullable) defaultShape :object

Optionally indicates what capability the DataProvider has in terms of being able to specify the item data shape. The exact shape of this property are determined by the DataProvider.
Since:
  • 6.1.0

(nullable) expansion :object

Optionally indicates what attribute expansion (as in the addition of more attributes) capability the DataProvider has. The exact shape of this property are determined by the DataProvider.
Since:
  • 6.1.0

(nullable) ordering :object

Optionally indicates what capability the DataProvider has in terms of attribute ordering. By default there is no inherent attribute ordering on the item data property bag. The exact shape of this property are determined by the DataProvider.
Since:
  • 6.1.0