public interface COBOLUtils
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
VERSION |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCobolCopybookDefinition(ClipboardPage aPrimaryPage) |
java.io.ByteArrayOutputStream |
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 |
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 |
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 |
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.
|
void mapToClipboard(ClipboardPage aPrimaryPage, java.io.InputStream inputStream, MapCOBOLDataStructure data)
aPrimaryPage - The primary page of the mapping rule.inputStream - Stream that contains data to be mapped to clipboard.data - void mapToClipboard(ClipboardPage aPrimaryPage, java.lang.String inputString, MapCOBOLDataStructure data)
aPrimaryPage - The primary page of the mapping rule.inputString - String that contains data to be mapped to clipboard.data - java.io.ByteArrayOutputStream mapFromClipboardToStream(ClipboardPage aPrimaryPage, MapCOBOLDataStructure data)
aPrimaryPage - The primary page of the mapping rule.data - java.lang.String mapFromClipboardToString(ClipboardPage aPrimaryPage, MapCOBOLDataStructure data)
aPrimaryPage - The primary page of the mapping rule.data - java.lang.String getCobolCopybookDefinition(ClipboardPage aPrimaryPage)
Copyright © 2014 Pegasystems Inc. All Rights Reserved.