| Name | Description | Type | Package | Framework |
| AbstractClassTableExpression | This class represents the table associated with a target class. | Class | wt.query | WindChill |
|
| ArrayExpression | This class represents an array of constants in a SQL IN clause. | Class | wt.query | WindChill |
|
| AttributeRange | This class specifies start and end points of a range. | Class | wt.query | WindChill |
|
| AuxDataSAXSource | | Class | wt.query.template | WindChill |
|
| BasicPageableQuerySpec | This class provides a standard implementation for establishing a paging session. | Class | wt.query | WindChill |
|
| ClassAttribute | This class represents a class attribute which can be used in a SQL statement. | Class | wt.query | WindChill |
|
| ClassTableExpression | This class represents a class specification of a table which can be used in a SQL FROM clause. | Class | wt.query | WindChill |
|
| ClassViewExpression | This class represents a class specification of a table which can be used in a SQL FROM clause. | Class | wt.query | WindChill |
|
| ColumnExpression | This interface defines an arbitrary expression that can be used to specify a "column" in a SQL SELECT, ORDER BY, GROUP BY or WHERE clause. | Interface | wt.query | WindChill |
|
| ColumnListExpression | This class implments a list of ColumnExpressions. | Class | wt.query | WindChill |
|
| CompositeQuerySpec | This class is a query statement specification that consists of multiple QuerySpecs that are executed as a single queru. | Class | wt.query | WindChill |
|
| CompositeSAXSource | | Class | wt.query.template | WindChill |
|
| CompositeWhereExpression | This class represents a number of WHERE expressions connected using a logical operator (i. | Class | wt.query | WindChill |
|
| CompoundQuerySpec | This class provides the functionality to build a compound query statement. | Class | wt.query | WindChill |
|
| ConstantExpression | This class represents a constant in a SQL statement. | Class | wt.query | WindChill |
|
| CurrentTimeMacroProcessor | This class implements a macro processor for returning the current system time (as a DateExpression). | Class | wt.query.report | WindChill |
|
| DatabaseSearch | Utility class for processing the database search part of the integrated Supported API: true | Class | wt.query | WindChill |
|
| DateExpression | This class represents a date constant in a SQL statement. | Class | wt.query | WindChill |
|
| ExistsExpression | This class represents an EXISTS expression in a WHERE clause. | Class | wt.query | WindChill |
|
| ExportReportTemplate | Exports selected Report Templates from the database. | Class | wt.query.template | WindChill |
|
| Expression | | Interface | wt.query | WindChill |
|
| ExternalTableExpression | This class represents a table which can be used in a SQL FROM clause. | Class | wt.query | WindChill |
|
| FixedLengthStringExpression | This class represents a fixed length string constant in a SQL statement. | Class | wt.query | WindChill |
|
| FromClause | This class represents a FROM SQL clause. | Class | wt.query | WindChill |
|
| IntegratedSearchTask | Provides a search API for the client to use to get paged, sorted, and integrated database and content searches. | Class | wt.query | WindChill |
|
| KeywordExpression | This class represents an expression that evaluates to a SQL keyword that can be used in a SQL statement. | Class | wt.query | WindChill |
|
| LoadReportTemplate | Creates and persists ReportTemplate objects based on input from a comma separated value (csv) file. | Class | wt.query.template | WindChill |
|
| LoadSingleReportTemplate | Creates and persists a ReportTemplate object based on input from the command java wt. | Class | wt.query.template | WindChill |
|
| LogicalOperator | This class represents a Logical Operator. | Class | wt.query | WindChill |
|
| MacroExpressionProcessor | This interface defines an mechanism for associating a macro with a computed value. | Interface | wt.query.report | WindChill |
|
| MetaDataSAXSource | | Class | wt.query.template | WindChill |
|
| NegatedExpression | This class represents a negation of an expression in a WHERE clause. | Class | wt.query | WindChill |
|
| OrderBy | This class represents an OrderBy clause. | Class | wt.query | WindChill |
|
| OrderByExpression | | Interface | wt.query | WindChill |
|
| PageableQuerySpec | This abstract class provides common APIs and functionality for queries that support paging. | Class | wt.query | WindChill |
|
| PageableSessionQuerySpec | This interface specifies the abstractions necessary to establish a persistent Supported API: true | Interface | wt.query | WindChill |
|
| PagingSessionSpec | This class can be used to fetch pages from an established paging session. | Class | wt.query | WindChill |
|
| ParameterDataSAXSource | | Class | wt.query.template | WindChill |
|
| ParameterTemplate | A ParameterTemplate represents a template for a parameter that can be used to generate a runtime parameter value for a report. | Class | wt.query.template | WindChill |
|
| QueryCollationKeyFactory | A collation key factory for Identified objects. | Class | wt.query | WindChill |
|
| QueryException | Exception generated when a building a query using objects in wt. | Class | wt.query | WindChill |
|
| QuerySpec | This class represents a Query in terms of Windchill objects. | Class | wt.query | WindChill |
|
| RangeExpression | This class represents a range in a SQL WHERE clause. | Class | wt.query | WindChill |
|
| RelationalExpression | | Interface | wt.query | WindChill |
|
| ReportPostProcessor | This interface specifies post-processing methods for reports. | Interface | wt.query.template | WindChill |
|
| ReportTemplate | This class is a default implementation of a template for reporting. | Class | wt.query.template | WindChill |
|
| ReportTemplateExecuteActionDelegate | | Class | wt.query.template | WindChill |
|
| ReportTemplateExecuteURLActionDelegate | Fields inherited from interface wt. | Class | wt.query.template | WindChill |
|
| ReportTemplateHelper | This is a helper class which contains the implementation for processing XML Source which defines a report. | Class | wt.query.template | WindChill |
|
| ReportTemplateQueryHelper | This class provides static helper methods for building and executing queries for ReportTemplates. | Class | wt.query.template | WindChill |
|
| SQLFunction | This class represents a SQL function within a SQL statement. | Class | wt.query | WindChill |
|
| SVGPostProcessor | This post processor class provides an SVG implementation. | Class | wt.query.template | WindChill |
|
| SearchAttributeList | This class is used to set the drop dow list, search criteria, and search result columns for HTML Local Search. | Class | wt.query | WindChill |
|
| SearchAttributeListDelegate | | Interface | wt.query | WindChill |
|
| SearchAttributeListFactory | Factory for getting the correct search attribute list delegate for HTML Supported API: true | Class | wt.query | WindChill |
|
| SearchCondition | This class represents a search condition on a query. | Class | wt.query | WindChill |
|
| SetOperator | This class represents a Set Operator. | Class | wt.query | WindChill |
|
| StringLimitException | StringLimitException captures errors that occur due to the limitations of Java RMI in handling large strings. | Class | wt.query.template | WindChill |
|
| SubSelectExpression | This class represents a subselect which can be used in a SQL statement. | Class | wt.query | WindChill |
|
| TableColumn | This class represents a table column which can be used in a SQL statement. | Class | wt.query | WindChill |
|
| TableExpression | | Interface | wt.query | WindChill |
|
| TableModelSAXSource | | Class | wt.query.template | WindChill |
|
| UserNameMacroProcessor | This class implements a macro processor for returning the name of the current session Principal. | Class | wt.query.report | WindChill |
|
| WhereExpression | This interface represents an expression that can be used in a SQL WHERE Supported API: true | Interface | wt.query | WindChill |
|
| XSLFOPostProcessor | This post processor class provides an XSL Formatting Objects implementation. | Class | wt.query.template | WindChill |