Package | Description |
---|---|
com.saperion.connector.rmi |
Package for connector RMI client classes.
|
Modifier and Type | Method and Description |
---|---|
void |
SaRMIClientCommand.clearContent()
Clears all content of the opened document.
|
void |
AbstractDocRMIClientCommand.clearContent()
Clears all content of the opened document.
|
com.saperion.jni.SaJNIReadBuffer |
SaRMIClientCommand.readDocumentNext(com.saperion.jni.SaJNIDocHandle handle)
Reads the next bytes from the open document, described in the handle.
|
com.saperion.jni.SaJNIReadBuffer |
AbstractDocRMIClientCommand.readDocumentNext(com.saperion.jni.SaJNIDocHandle handle)
Reads the next bytes from the open document, described in the handle.
|
void |
SaRMIClientCommand.removeElement(int element)
Removes a existing content element.
|
void |
AbstractDocRMIClientCommand.removeElement(int element)
Removes a existing content element.
|
void |
SaRMIClientCommand.removeElement(Integer[] elements)
Removes a series of existing content elements.
|
void |
AbstractDocRMIClientCommand.removeElement(Integer[] elements)
Removes a series of existing content elements.
|
void |
SaRMIClientCommand.setElementMark(int element)
Mark the content element.
|
void |
AbstractDocRMIClientCommand.setElementMark(int element)
Mark the content element.
|
long |
SaRMIClientCommand.writeContent(ContentStream contentStream)
Writes the content of the document.
|
long |
AbstractDocRMIClientCommand.writeContent(ContentStream content)
Writes the content of the document.
|
long |
SaRMIClientCommand.writeContent(InputStream stream)
Writes the content of the document.
|
long |
AbstractDocRMIClientCommand.writeContent(InputStream stream) |
long |
SaRMIClientCommand.writeContent(InputStream stream,
String fileName,
int element) |
long |
AbstractDocRMIClientCommand.writeContent(InputStream stream,
String fileName,
int element) |
long |
SaRMIClientCommand.writeContent(InputStream stream,
String fileName,
int element,
boolean doStreaming)
Writes the content of the document.
If the document size is less than SaConstants.JNI_BUFFER_SIZE than the default buffer size will be reduced and only one JNI call is initiated. |
long |
AbstractDocRMIClientCommand.writeContent(InputStream stream,
String fileName,
int element,
boolean doStreaming)
Writes the content of the document.
If the document size is less than SaConstants.JNI_BUFFER_SIZE than the default buffer size will be reduced and only one JNI call is initiated. |
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.