exportFolderModelRandom Transaction Format

About exportFolderModelRandom Transaction Format

exportFolderModelRandom transaction format exports all models related information of the specified class to a file in DBLoad format.

Syntax

exportFolderModelRandom "class label" {}

Notes

  • The utility locates all bottom classes that are subclasses of the specified class, and then exports model information to these classes and classes linking to the root class.

  • exportFolderModelRandom exports these classes: Classes, Class Properties, Class Link, Enumerated Valid Values, Range Valid Values, Pattern Variable Values, Pattern Valid Values, Pointer Class Properties, Pointer Valid Classes, Custom Functions, and Permissions.

  • By default metadata information is not exported unless -xm is used in the command line. The metamodel information includes these classes: Logical Datatype Definitions, Uom, Formulae And Unit Conversion Formulae.

  • The utility generates the export file in the directory specified by the option -xf with file name extension *.exp. It names the file as described in the example. For example, if the input file name is export.dbl then the output file name appears as export.dbl.exp.

Explanation

For class-label, specify the label of the class whose model information is required to export.

Example

This example exports all model information of the Test folder class. The Test folder class has several subclasses. The example exports model information to these classes and to the classes linked to the root class.

exportFolderModelRandom "Test folder" {}