Package | Description |
---|---|
com.saperion.connector |
This package contains the main classic connector classes.
|
com.saperion.connector.rmi |
Package for connector RMI client classes.
|
com.saperion.rmi |
This package contains the classes for the LARIX RMI client wrapper components.
|
Modifier and Type | Method and Description |
---|---|
SaRMIClientCommand |
SaClassicConnectorImpl.getClientConnector() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDocRMIClientCommand
Class representing the methods used for manipulating documents.
|
class |
AbstractFolderRMIClientCommand
Class representing the folder operations of the backend.
|
class |
AbstractQueryRMIClientCommand
Class representing the query operations of the backend.
|
class |
AbstractRMIClientCommand
Class representing the base class for all client wrappers for the backend
operations.
|
class |
AbstractWfRMIClientCommand
Class representing the workflow operations of the backend.
|
class |
SaRMIClientCommandImpl
The implementation of the
SaRemoteApplication interface. |
Constructor and Description |
---|
SaRMIInputStream(String hdoc,
boolean currentRevision,
int elementNumber,
boolean withAnnotations,
SaRMIClientCommand connector,
Object monitor)
Constructs the
SaRMIInputStream instance which represents
the input stream of the document (will be returned from the Saperion
backend). |
SaRMIInputStream(String hdoc,
boolean currentRevision,
int elementNumber,
SaRMIClientCommand connector,
boolean dummy,
Object monitor)
Constructs the
SaRMIInputStream instance which represents
the input stream of the document (will be returned from the Saperion
backend). |
SaRMIInputStream(String hdoc,
boolean currentRevision,
int elementNumber,
SaRMIClientCommand connector,
Object monitor)
Constructs the
SaRMIInputStream instance which represents
the input stream of the document (will be returned from the Saperion
backend). |
SaRMIInputStreamSeekable(String hdoc,
boolean currentRevision,
int elementNumber,
boolean withAnnotations,
SaRMIClientCommand connector,
Object monitor)
Constructs the
SaRMIInputStreamSeekable instance which represents
the input stream of the document (will be returned from the Saperion
backend). |
SaRMIInputStreamSeekable(String hdoc,
boolean currentRevision,
int elementNumber,
SaRMIClientCommand connector,
boolean dummy,
Object monitor)
Constructs the
SaRMIInputStreamSeekable instance which represents
the input stream of the document (will be returned from the Saperion
backend). |
SaRMIInputStreamSeekable(String hdoc,
boolean currentRevision,
int elementNumber,
SaRMIClientCommand connector,
Object monitor)
Constructs the
SaRMIInputStreamSeekable instance which represents
the input stream of the document (will be returned from the Saperion
backend). |
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.