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.connector.service |
This package contains the client-side implementations of services.
|
com.saperion.operations |
This package defines the different operations, that can be invoked by rmi.
|
com.saperion.operations.document |
This package defines the different operations on documents, that can be invoked by rmi.
|
com.saperion.rmi.common |
This package contains the classes for the LARIX RMI Server.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SaClassicConnector
Connector interface for classic DMS functionalities.
|
Modifier and Type | Class and Description |
---|---|
class |
SaClassicConnectorImpl
The Class SaClassicConnectorImpl.
|
Modifier and Type | Method and Description |
---|---|
<T extends Serializable> |
SaRMIClientCommandImpl.invoke(com.lexmark.saperion.remote.common.operations.Operation<T,SaBasicException,LegacyConnection> operation)
This method invokes a
Operation on the backend. |
<T extends Serializable> |
SaRMIClientCommand.invoke(com.lexmark.saperion.remote.common.operations.Operation<T,SaBasicException,LegacyConnection> operation)
This method invokes a
Operation on the backend. |
Constructor and Description |
---|
LegacyAwareRmiClientService(LegacyConnection legacyConnection)
Deprecated.
|
LegacyAwareRmiClientService(LegacyConnection legacyConnection,
com.lexmark.saperion.remote.common.Connection connection)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
VoidOperation.afterInvoke(Object result,
LegacyConnection connection) |
void |
LegacyOperationAdapter.afterInvoke(Object result,
LegacyConnection connection) |
void |
InTransaction.afterInvoke(Object result,
LegacyConnection connection) |
void |
ApplyBatch.afterInvoke(Object result,
LegacyConnection connection) |
void |
LegacyOperationAdapter.beforeInvoke(int token,
LegacyConnection connection) |
void |
LegacyOperation.beforeInvoke(int token,
LegacyConnection connection) |
void |
LegacyOperation.beforeInvoke(LegacyConnection connection) |
com.lexmark.saperion.remote.common.Connection |
LegacyOperationAdapter.newConnection(LegacyConnection connection) |
Constructor and Description |
---|
ApplyBatch(List<com.lexmark.saperion.remote.common.operations.Operation<? extends Serializable,SaBasicException,LegacyConnection>> batch)
Creates an instance of ApplyBatch that will invoke the given operations in the given order.
|
InTransaction(com.lexmark.saperion.remote.common.operations.Operation<T,SaBasicException,LegacyConnection> toInvoke)
Creates a new instance of InTransaction that invokes the given
Operation inside a
new database transaction. |
Modifier and Type | Method and Description |
---|---|
void |
UpdateDocument.beforeInvoke(int token,
LegacyConnection connection) |
void |
CreateDocumentOperation.beforeInvoke(int token,
LegacyConnection connection) |
void |
CreateDocument.beforeInvoke(int token,
LegacyConnection connection) |
Modifier and Type | Method and Description |
---|---|
<T extends Serializable> |
SaRMIServerCommand.invoke(int clientToken,
com.lexmark.saperion.remote.common.operations.Operation<T,SaBasicException,LegacyConnection> operation)
This method invokes an
Operation on the server side. |
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.