This topic applies only to the IBM Business Process Manager Advanced configuration.

listSCAImports command

Use the listSCAImports command to list the imports of a Service Component Architecture (SCA) module.

Location

Start the wsadmin scripting client from the install_root/profiles/deployment_manager_profile/bin directory.

Syntax

listSCAImports
-moduleName module_name
[-applicationName application_name]

Required parameters

-moduleName moduleName
SCA module name.

Optional parameters

-applicationName applicationName
The name of the application associated with the SCA module. Providing an applicationName improves performance.

Example

To list the imports of a module called myModule in the application called myApplication for use in another script:
wsadmin>AdminTask.listSCAImports('-moduleName myModule 
-applicationName myApplication')
Tip: To see formatted output, add the print statement before the command.