CreateModuleList

MacroModule
genre Test
author Lennart Tautz
package FMEwork/ReleaseMeVis
definition CreateModuleList.def
see also FilterModuleList
keywords apa, module, list

Purpose

Create a list of modules by name prefix, or by package.

Usage

Enter the desired prefix (Name Prefix), or choose the desired package (In Package), and press Create.

Windows

Default Panel

../../../Projects/APA/Modules/mhelp/Images/Screenshots/CreateModuleList._default.png

Output Fields

outDependencies

name: outDependencies, type: MLBase

An object that implements the Dependencies interface and contains the modules matching the prefix options.

Parameter Fields

Field Index

Case-sensitive Prefix: Bool
Create: Trigger
In Package: String
Name Prefix: String
outAvailablePackages: String
Select by Package: Bool
Select by Prefix: Bool

Visible Fields

Create

name: create, type: Trigger

Trigger this to create a module list.

Select by Prefix

name: inSelectByPrefix, type: Bool, default: FALSE

If checked, the output contains only modules that match the prefix options. If unchecked, the output contains all known modules.

Name Prefix

name: inNamePrefix, type: String

Prefix to match in module names.

Case-sensitive Prefix

name: inPrefixIsCaseSensitive, type: Bool, default: FALSE

If checked, the prefix is matched case-sensitive. If unchecked, prefixes and names are matched in lower case.

Select by Package

name: inSelectByPackage, type: Bool, default: FALSE

If checked, the output contains only modules from the selected package.

In Package

name: inPackage, type: String

Package to get modules from.

Hidden Fields

outAvailablePackages

name: outAvailablePackages, type: String, persistent: no