Back Forward Framework class

A framework class is a class that belongs to a RuleSet that is not one of your application RuleSets — those RuleSets that appear in the Application RuleSets area of the General tab of your application rule (plus the RuleSets that appear in the Application RuleSets area of other application rules, in certain cases).

NoteDon't confuse framework classes — an important part of any application built using Direct Capture of Objectives tools — with Pegasystems' solution frameworks — which are starter applications for specific industries or lines of business.

When you create an application with the Application Accelerator, you can choose to create both framework and implementation classes, as in this example. For framework classes, the second segment of the class name is FW. GRP-441

Classes for the implementation are sometimes called the implementation layer. Classes associated with the framework are sometimes called the framework layer.

Framework classes

Use the Class Inheritance display tool to identify these classes and their relationships.

When you create a new rule, you can restrict the Applies to SmartPrompt list to show only framework classes or show only implementation classes. For an example, seePDN Pega Developer network article PRKB-25648 Filtering New and Save As Applies To Classes.

Typically, work objects belong only to implementation classes (work types). To simplify development of list view and summary view reports, you can define reports in framework classes that, at runtime, execute with the corresponding implementation classes. GRP-924

Definitions application RuleSet, Application Accelerator, implementation class, solution framework
Related topics Designer Studio basics — Completing the new rule dialog box
About the Class Inheritance display

Up Definitions — F