slreportgen.finder.DataDictionaryResult class
Package: slreportgen.finder
Superclasses: mlreportgen.finder.Result
Data dictionary search result object
Description
An object of the slreportgen.finder.DataDictionaryResult
class represents a
result of a search for data dictionaries. You can append a DataDictionaryResult
object directly to a report. Alternatively, you can use the getReporter
method to access the slreportgen.report.DataDictionary
reporter for the result and then customize the
reporter and append it to the report.
The slreportgen.finder.DataDictionaryResult
class is a handle
class.
Creation
You do not create an slreportgen.finder.DataDictionaryResult
object
explicitly. The slreportgen.finder.DataDictionaryFinder
find
and next
methods create an
slreportgen.finder.DataDictionaryResult
object for each data dictionary that
is found.