HCL Workload Automation, Version 9.4

Naming conventions

The naming conventions for the Java™ objects are quite straightforward. For example, to determine if a specific job definition in the database uses a command or a script, you use a method called isCommand in a class called JobDefinition.

The most important convention to remember is that an object in the database is differentiated from an object in the plan by the suffix "InPlan" to the object class name.