What is the class of the top level clipboard page created by the Obj-List method?
-
Code-Pega-List
-
Rule-Pega-Obj
-
pxResults
-
The same class as the returned instance
The Obj-List method returns results in a clipboard page of class Code-Pega-List. This is a standard Pega list class, not Rule-Pega-Obj (used for rule instances) or pxResults (a page name, not a class).
To answer this question, we need to understand the concept of the top-level clipboard page created by the Obj-List method.
The Obj-List method is used to retrieve a list of instances from the database based on specified criteria. When the Obj-List method is executed, it creates a top-level clipboard page to store the list of instances that match the specified criteria.
The class of the top-level clipboard page created by the Obj-List method is determined by the class of the instances being retrieved. In other words, the class of the top-level clipboard page will be the same as the class of the instances returned by the Obj-List method.
Therefore, the correct answer is:
A) Code-Pega-List - This option is correct because the top-level clipboard page created by the Obj-List method will have the class Code-Pega-List, which is the class for storing a list of instances in Pega Platform.