ExternalData
ExternalData class
Defines classes used to define queries and return query results for the DocGen Package being run.
Tip: Samples available on GitHub. For more information, see IApexDataSource and ExternalData samples.
Namespace: LOOP
Package: Nintex DocGen for Salesforce
Syntax
global class ExternalData
The ExternalData class exposes the following members.
Constructors
Member name | Description |
---|---|
ExternalData | Creates an instance of the ExternalData class. |
Inner classes
Class name | Description |
---|---|
DataObject | Represents the description of a requested object. |
FieldInfo | Stores information about fields for the DataObject class. |
QueryRequestInfo class | Stores information that defines the query for the DocGen Package being run. |
QueryResult | Stores the results of a query for an individual object. |
QueryResultSet | Stores the query results for all objects returned by a query. |
Relationship | Stores relationship information for the DocGen Package being run. |
Remarks
This class is typically not instantiated. Instead, the inner classes included with this class are used to define query requests and return query results for a class that implements the IApexDataSource interface.
ExternalData constructor
Creates an instance of the ExternalData class.
Namespace: LOOP
Package: Nintex DocGen for Salesforce
Syntax
ExternalData()
Remarks
This class is typically not instantiated. Instead, the inner classes included with this class are used to define query requests and return query results for a class that implements the IApexDataSource interface.
Related topics
IApexDataSource interface