Class: IPortalQueryParam

IPortalQueryParam

iPortal 资源查询参数。

new IPortalQueryParam(params)

Usage
// 浏览器
<script type="text/javascript" src="https://iclient.supermap.io/dist/openlayers/iclient-ol.js"></script>
<script>
  new ol.supermap.iPortalQueryParam(params);
  
  // 弃用的写法
  new SuperMap.iPortalQueryParam(params);

</script>

// ES6 Import
import { IPortalQueryParam } from '@supermap/iclient-ol';

new IPortalQueryParam(params);

common/iPortal/iPortalQueryParam.js, line 6
Name Type Description
params Object

可选参数。

Name Type Description
resourceType ResourceType 可选

资源类型。

pageSize number 可选

分页中每页大小。

currentPage number 可选

分页页码。

orderBy OrderBy 可选

排序字段。

orderType OrderType 可选

根据升序还是降序过滤。

searchType SearchType 可选

根据查询的范围进行过滤。

tags Array 可选

标签。

dirIds Array 可选

目录 ID。

resourceSubTypes Array 可选

根据资源的子类型进行过滤。

aggregationTypes AggregationTypes 可选

聚合查询的类型。

text string 可选

搜索的关键词。

groupIds Array 可选

根据群组进行过滤。

departmentIds Array 可选

根据部门进行过滤。

Version:
  • 10.0.1