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.
- 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.
Parent topic: Domino Data Access builder
Library | Support |