5.9 Miscellaneous Services (Core Content Server)

The services in this section are used for a variety of tasks, including working with batch loads, retrieving pages, and chunking files for uploading. The following services are described in this section:

5.9.1 CHUNKED_UPLOAD

This service adds support for calling a Content Server service that is very large. It chunks the request.

Location: IdcHomeDir/resources/core/templates/std_services.htm

5.9.2 DOWNLOAD_LISTBOX_ITEMS

Service used by the SelectUser applet to provide type-ahead capabilities to the Users or Alias table. It returns ListBoxServiceItems, a resultset containing the results of the query.

Location: IdcHomeDir/resources/core/templates/std_services.htm

Additional Required Service Parameters

  • dataSource: The name of the data source to use (for example, select query stub).

Optional Service Parameters

  • limit: The number of items to download. The default is 100.

  • op: The operator to use when creating the WHERE clause.

5.9.3 LOAD_USER_LOCALIZATION

Service that loads localization information for user.

Location: IdcHomeDir/resources/core/templates/std_services.htm