Package | Description |
---|---|
com.pega.pegarules.pub.clipboard |
Clipboard, Page, and Property interfaces.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2015 Pegasystems Inc. All Rights Reserved.