|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PRObjectWrapper | |
---|---|
com.pega.pegarules.pub.clipboard | Clipboard, Page, and Property interfaces. |
Uses of PRObjectWrapper in com.pega.pegarules.pub.clipboard |
---|
Methods in com.pega.pegarules.pub.clipboard that return PRObjectWrapper | |
---|---|
PRObjectWrapper |
ClipboardPage.getAttachedJavaObject()
Returns the Java object currently attached to this page. |
PRObjectWrapper |
ClipboardPage.getAttachedJavaObject(boolean aCreateIfMissing)
Returns the Java object currently attached to this page. |
PRObjectWrapper |
ClipboardPage.getAttachedJavaObjectIfPresent()
Returns the Java object currently attached to this page. |
PRObjectWrapper |
PRObjectWrapper.prCopy()
Called when a Page that has an attached object is copied. |
PRObjectWrapper |
PRObjectWrapper.prGetNew(PublicAPI aTools,
ClipboardProperty aProperty,
java.lang.String aMethodName)
Called when retrieving a new element to be added to a list. |
PRObjectWrapper |
PRObjectWrapper.prGetObject(PublicAPI aTools,
ClipboardProperty aProperty,
java.lang.String aMethodName)
Called when retrieving an embedded object from this object. |
PRObjectWrapper |
PRObjectWrapper.prGetObject(PublicAPI aTools,
ClipboardProperty aProperty,
java.lang.String aMethodName,
int aIndex)
Called when retrieving an embedded object from a list contained in this object. |
Methods in com.pega.pegarules.pub.clipboard with parameters of type PRObjectWrapper | |
---|---|
boolean |
ClipboardPage.attachJavaObject(PRObjectWrapper aJavaObject)
Attaches a Java object to this page. |
void |
PRObjectWrapper.prAdd(PublicAPI aTools,
ClipboardProperty aProperty,
java.lang.String aMethodName,
int aIndex,
PRObjectWrapper aValue)
Called when adding an element to an object list. |
boolean |
PRObjectWrapper.prSet(PublicAPI aTools,
ClipboardProperty aProperty,
java.lang.String aMethodName,
int aIndex,
PRObjectWrapper aValue)
Called when an embedded object in a list is being set. |
boolean |
PRObjectWrapper.prSet(PublicAPI aTools,
ClipboardProperty aProperty,
java.lang.String aMethodName,
PRObjectWrapper aValue)
Called when an embedded object is being set. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |