Previous Topic

Next Topic

Book Contents

Book Index

Configuring a Query Template

eDynamo Class: Specify an eDynamo class based on which the query template is created. Click the button beside this field to open a dialog box that lists the eDynamo classes for the application. The eDynamo class for query template must be the same class that serves as parent class for the node types in an application. For example, the eDynamo class for query template in TPM-SAP is SAPItem.java, which is the parent class for all the node types in TPM-SAP.

  1. When you select an eDynamo class for the query template, the following screen appears as shown below:

    Query Template after Selecting eDynamo Class

    Figure 122:

    Description: Enter a brief description for the query template.

  2. On the lower part of the screen, you see properties of the parent class. (To see properties of a child class, select the child classes).

    Property Name: The property name is displayed.

    Alias Name: Enter alias name for those properties that you use in the query template. Typically, query template uses two properties to build a model object. For example, the query template in TPM-SAP uses two properties: itemNumber, and factoryName.

    Display: Select this checkbox for the properties that need to be displayed by the query template. For example, for query template in TPM-SAP, this checkbox should be selected for itemNumber, and factoryName.

  3. Click Save to save the configuration details.

See Also

Query Template

Overview of Query Template

Accessing the Query Template