| Package | Description |
|---|---|
| com.pega.pegarules.pub.clipboard |
Clipboard, Page, and Property interfaces.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PegaArchiveException
Exception thrown by PegaArchive classes when a method fails because
it is unable to read from or write to the archive.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClipboardPage.adoptJSONArray(java.lang.String aJSON,
java.lang.String aReference)
Imports the contents of a JSON Object onto this page.
|
void |
ClipboardPage.adoptJSONObject(java.lang.String aJSON)
Imports the contents of a JSON Object onto this page.
|
void |
ClipboardPage.adoptXMLForm(byte[] aXML)
Imports the contents of an XML document onto this page.
|
void |
ClipboardPage.adoptXMLForm(java.io.InputStream aXML)
Imports the contents of an XML document onto this page.
|
void |
ClipboardPage.adoptXMLForm(java.io.Reader aXML)
Imports the contents of an XML document onto this page.
|
void |
ClipboardPage.adoptXMLForm(java.lang.String aXML)
Imports the contents of an XML document onto this page.
|
Copyright © 2014 Pegasystems Inc. All Rights Reserved.