Portlet Factory, Version 6.1.2


 

Objects the Domino Data Access builder creates

This topic describes the objects created in the Web application by the Domino Data Access builder.

Linked Java object

builder name

A linked Java object that includes a getViewData method. This method is called to retrieve Domino data. There is also a getViewDataInternal method that should not be called directly, but which can be specified as an action to cache with the Cache Control builder.

Schema

builder name_schema

An XSD schema representing the view data. This schema supports the following column types: String, dateTime, and double. (The dateTime columns can be used in conjunction with the Data / Time Formatter builder).

Variables

builder name_results

The schema-typed variable. This variable is populated whenever the getViewData method is called. The variable can be used as input to other builders to display paged data, for example, the Paging Assistant builder and the View & Form builder.

builder name_documentsByKey

If the Create Operation for Retrieving Documents By View Column Values input is enabled, this variable holds the document data from the getDocumentsByKey data service. The schema-type of this variable depends on the value of the Result Type input. If the value is single, the variable is schema-typed to the document element. If the value is multiple, the variable is schema-typed to the document collection element.

builder name_inputKeys

If the Create Operation for Retrieving Documents By View Column Values input is enabled, this variable is used to specify the values of the sorted columns in the view when using the getDocumentsByKey data service. This variable is schema-typed to the ViewSortedColumns element.

Data services

builder_nameThis service supports the following operations:

  • readTable

    Reads a Domino view. Has a results parameter containing the view data.

  • readDocument

    Reads a single document. Has inputs parameter containing just a UNID element. Results parameter is the document data.

  • updateDocument

    Updates a document. The inputs parameter is an XML document, and includes a UNID element to identify the document to update. No output.

  • createDocument

    Creates a new document, using the form name specified for the Form To Use For Document Schema input. The inputs parameter is the XML document to create. The results parameter contains the UNID of the created document.

getDocumentsByKeyAllows for retrieving document data based on column values within the selected view.

  • The inputs parameter allows you to specify the value of sorted columns in the view.

  • The results parameter contains the document data.

Parent topic: Domino Data Access builder


Library | Support |