Package | Description |
---|---|
com.pega.pegarules.pub.generator |
Java generation public interfaces and classes.
|
com.pega.pegarules.pub.runtime |
Public interfaces for activities, models, whens, edits, and streams.
|
Modifier and Type | Method and Description |
---|---|
void |
FirstUseAssembler.addCode(ExpressionMap aKeys)
Deprecated.
this method may be used only if the rule in question has a single
aspect defined. It it has more than one, then an error will occur. Use
FirstUseAssembler.addCode(ExpressionMap, String) instead. |
void |
FirstUseAssembler.addCode(ExpressionMap aKeys,
java.lang.String aAspect)
Adds execution of the specified Rule- reference for the specified aspect
to the primary code buffer.
|
void |
FirstUseAssembler.addCode(ExpressionMap aKeys,
java.lang.String aAspect,
PageDescriptor aPageDesc)
Adds execution of the specified Rule- reference for the specified aspect
to the primary code buffer.
|
void |
FirstUseAssembler.addToSupport(ExpressionMap aKeys)
Deprecated.
this method may be used only if the rule in question has a single
aspect defined. It it has more than one, then an error will occur. Use
FirstUseAssembler.addToSupport(ExpressionMap, String) instead. |
void |
FirstUseAssembler.addToSupport(ExpressionMap aKeys,
java.lang.String aAspect)
Adds execution of the specified Rule- reference for the specified aspect
to the support code buffer.
|
Modifier and Type | Method and Description |
---|---|
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 © 2015 Pegasystems Inc. All Rights Reserved.