Inheritance in Pega
Inheritance in Pega
1. Application
2. Operator ID
3. Organization
4. So many classes.
1. Organization class
2. Application / Division Class
3. Unit / Work class.
BAJA-BajajAuto-Work
Org Class
Done.
Done.
This is the class where transaction can be initiated, processed and closed.
Done.
1. BAJA
2. BAJA-BAJAJAuto
3. BJAJ-BAJAJAuto-Work
We need an inheritance relation defined between Organization, division and Unit.
This is been done by pega using “-“. The Symbol “-“ defines inheritance relation between the
classes.
1. Pattern : This is defined by “-“ in the class name. The purpose of pattern inheritance is to
access the feature of “Higher” classes into “Lower” class with-in application.
2. Direct Inheritance : Inheritance relation defined between two classes of Current and Build
on application. The purpose is to access the features of “Pega Platform” application.
Direct inheritance can be defined in the “class definition” at “Parent Class Directed”.
The direct parent of Our application Classgroup / Work class is . Pega platform application’s
‘Work-Cover-‘ .
DONE.