Echo Resources For Class

This command is used to log all resource names for the specified class name.
Syntax
Echo Resources For Class: <class name>;.
Exception
If class name is not a valid class name in the model, this error message is logged:
APACS110=There is no class with name "{0}" defined in the model.

{0} = class name

A list of all resources name (separated by comma) for the specified class name is logged on successful execution of the command. For example:

Echo names of all resources for class Products which contains the resources Product 1, Product 2 and Product 3.

  • Syntax:
    Echo Resources For Class: Products;
  • Output:
    Product 1, Product 2, Product 3