|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MapCOBOLDataStructure | |
---|---|
com.pega.pegarules.pub.util | Miscellaneous public utility classes and interfaces. |
Uses of MapCOBOLDataStructure in com.pega.pegarules.pub.util |
---|
Methods in com.pega.pegarules.pub.util with parameters of type MapCOBOLDataStructure | |
---|---|
java.io.ByteArrayOutputStream |
COBOLUtils.mapFromClipboardToStream(ClipboardPage aPrimaryPage,
MapCOBOLDataStructure data)
Applies Map-COBOL rule to the contents of the clipboard and maps values to the output stream, filling in gaps with pad characters. |
java.lang.String |
COBOLUtils.mapFromClipboardToString(ClipboardPage aPrimaryPage,
MapCOBOLDataStructure data)
Applies Map-COBOL rule to the contents of the clipboard and maps values to the output string, filling in gaps with pad characters. |
void |
COBOLUtils.mapToClipboard(ClipboardPage aPrimaryPage,
java.io.InputStream inputStream,
MapCOBOLDataStructure data)
Applies Map-COBOL rule to the contents of the stream and maps values to the clipboard. |
void |
COBOLUtils.mapToClipboard(ClipboardPage aPrimaryPage,
java.lang.String inputString,
MapCOBOLDataStructure data)
Applies Map-COBOL rule to the contents of the string and maps values to the clipboard. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |