Uses of Interface
com.pega.pegarules.pub.runtime.GeneratedJava

Packages that use GeneratedJava
com.pega.pegarules.pub.context   
com.pega.pegarules.pub.runtime Public interfaces for activities, models, whens, edits, and streams. 
 

Uses of GeneratedJava in com.pega.pegarules.pub.context
 

Methods in com.pega.pegarules.pub.context with parameters of type GeneratedJava
 void PRThread.saveRuleImpl(StringMap aKeys, GeneratedJava aImpl)
          Adds the implementation of a generated rule to the local thread-level cache.
 

Uses of GeneratedJava in com.pega.pegarules.pub.runtime
 

Subinterfaces of GeneratedJava in com.pega.pegarules.pub.runtime
 interface Activity
          The Activity interface is implemented by the Java which is generated by First-Use Assembly based on Rule-Obj-Activity instances.
 interface EditInput
          The EditInput interface is implemented by the Java which is generated by First-Use Assembly based on Rule-Edit-Input instances.
 interface EditValidate
          The EditValidate interface is implemented by the Java which is generated by First-Use Assembly based on Rule-Edit-Validate instances.
 interface MetadataAvail
          The MetadataAvail interface is implemented by the Java which is generated by First-Use Assembly for Rule-Obj-Validate instances.
 interface PropertyAlias
          The PropertyAlias interface is implemented by the Java which is generated by First-Use Assembly based on Rule-Obj-Property-Alias instances.
 interface RuleDeclareCollection
          Interface for a Rule Collection.
 interface StreamBuilder
          The StreamBuilder interface is implemented by the Java which is generated by First-Use Assembly based on Rule-Stream instances.
 interface WebAllowable
          This interface is implemented by activities to indicate whether they may be invoked from the URL as the starting activity.
 interface WhenBlock
          The WhenBlock interface is implemented by the Java which is generated by First-Use Assembly based on Rule-Obj-When instances.
 

Methods in com.pega.pegarules.pub.runtime that return GeneratedJava
 GeneratedJava PublicAPI.getImplementation(StringMap aKeys)
          Deprecated. use one of the specific interface methods such as PublicAPI.doAction(com.pega.pegarules.pub.util.StringMap, com.pega.pegarules.pub.clipboard.ClipboardPage, com.pega.pegarules.pub.runtime.ParameterPage)
 



Copyright © 2012 Pegasystems Inc. All Rights Reserved.