You are here: Reference > Rule types > Parse Structureds > More about Parse Structured rules

  More about Parse Structured rules
 

  1. About 
  2. New 
  3. Steps 
  4. Parameters 
  5. Pages & Classes 
  6. Security 
  7. History 
  8. More... 

Evaluating a Parse Structured rule

Service and connector forms may reference Parse Structured rules in data mapping. When evaluating the service or connector, the system evaluates the Parse Structured rule.

To execute a Parse Structured rule in an activity, use the Apply-Parse-Structured method.

Monitoring performance

Through changes to the prconfig.xml file or Dynamic System Settings, you can be alerted to unusually long Parse Structured executions as PEGA0011 alerts. See How to detect lengthy service operations. C-2432

Java code display

When you save a Parse Structured rule, the system converts the steps to Java source code. As a learning or debugging aid, you can review this Java code. B-20302 removed button

Click the Show Java toolbar button (Show Java) to see the system-generated Java code that implements the rule. The window presents a read-only preview of the Java that implements this rule instance. This Java code is not identical to the Java that executes at runtime, which includes Java code inlined from other rule instances and reflects rules in the requestor's RuleSet list.

Parent class

The Rule-Parse-Structured class is a child class of the Rule-Obj-Activity class. This class is not derived from the Rule-Parse- abstract class.

Related topics About Service File rules
Apply-Parse-Structured method
Standard rules Standard Parse Structured rules

About Parse Structured rules