Uses of Interface
com.saperion.connector.LegacyConnection
-
Packages that use LegacyConnection 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. -
-
Uses of LegacyConnection in com.saperion.connector
Subinterfaces of LegacyConnection in com.saperion.connector Modifier and Type Interface Description interface
SaClassicConnector
Connector interface for classic DMS functionalities.Classes in com.saperion.connector that implement LegacyConnection Modifier and Type Class Description class
SaClassicConnectorImpl
The Class SaClassicConnectorImpl. -
Uses of LegacyConnection in com.saperion.connector.rmi
Method parameters in com.saperion.connector.rmi with type arguments of type LegacyConnection Modifier and Type Method Description <T extends java.io.Serializable>
TSaRMIClientCommand. invoke(com.lexmark.saperion.remote.common.operations.Operation<T,SaBasicException,LegacyConnection> operation)
This method invokes aOperation
on the backend.<T extends java.io.Serializable>
TSaRMIClientCommandImpl. invoke(com.lexmark.saperion.remote.common.operations.Operation<T,SaBasicException,LegacyConnection> operation)
This method invokes aOperation
on the backend. -
Uses of LegacyConnection in com.saperion.connector.service
Constructors in com.saperion.connector.service with parameters of type LegacyConnection Constructor Description LegacyAwareRmiClientService(LegacyConnection legacyConnection)
Deprecated.LegacyAwareRmiClientService(LegacyConnection legacyConnection, com.lexmark.saperion.remote.common.Connection connection)
Deprecated. -
Uses of LegacyConnection in com.saperion.operations
Methods in com.saperion.operations with parameters of type LegacyConnection Modifier and Type Method Description void
ApplyBatch. afterInvoke(java.lang.Object result, LegacyConnection connection)
void
InTransaction. afterInvoke(java.lang.Object result, LegacyConnection connection)
void
LegacyOperationAdapter. afterInvoke(java.lang.Object result, LegacyConnection connection)
void
VoidOperation. afterInvoke(java.lang.Object result, LegacyConnection connection)
void
LegacyOperation. beforeInvoke(int token, LegacyConnection connection)
void
LegacyOperation. beforeInvoke(LegacyConnection connection)
void
LegacyOperationAdapter. beforeInvoke(int token, LegacyConnection connection)
com.lexmark.saperion.remote.common.Connection
LegacyOperationAdapter. newConnection(LegacyConnection connection)
Constructor parameters in com.saperion.operations with type arguments of type LegacyConnection Constructor Description ApplyBatch(java.util.List<com.lexmark.saperion.remote.common.operations.Operation<? extends java.io.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 givenOperation
inside a new database transaction. -
Uses of LegacyConnection in com.saperion.operations.document
Methods in com.saperion.operations.document with parameters of type LegacyConnection Modifier and Type Method Description void
CreateDocument. beforeInvoke(int token, LegacyConnection connection)
void
CreateDocumentOperation. beforeInvoke(int token, LegacyConnection connection)
void
UpdateDocument. beforeInvoke(int token, LegacyConnection connection)
-
Uses of LegacyConnection in com.saperion.rmi.common
Method parameters in com.saperion.rmi.common with type arguments of type LegacyConnection Modifier and Type Method Description <T extends java.io.Serializable>
TSaRMIServerCommand. invoke(int clientToken, com.lexmark.saperion.remote.common.operations.Operation<T,SaBasicException,LegacyConnection> operation)
This method invokes anOperation
on the server side.
-