Uses of Interface
com.saperion.connector.LegacyConnection
Packages that use LegacyConnection
Package
Description
This package contains the main classic connector classes.
Package for connector RMI client classes.
This package contains the client-side implementations of services.
This package defines the different operations, that can be invoked by rmi.
This package defines the different operations on documents, that can be invoked by rmi.
This package contains the classes for the LARIX RMI Server.
-
Uses of LegacyConnection in com.saperion.connector
Subinterfaces of LegacyConnection in com.saperion.connectorModifier and TypeInterfaceDescriptioninterfaceConnector interface for classic DMS functionalities.Classes in com.saperion.connector that implement LegacyConnectionModifier and TypeClassDescriptionfinal classThe Class SaClassicConnectorImpl. -
Uses of LegacyConnection in com.saperion.connector.rmi
Method parameters in com.saperion.connector.rmi with type arguments of type LegacyConnectionModifier and TypeMethodDescription<T extends Serializable>
TSaRMIClientCommand.invoke(com.lexmark.saperion.remote.common.operations.Operation<T, SaBasicException, LegacyConnection> operation) This method invokes aOperationon the backend.<T extends Serializable>
TSaRMIClientCommandImpl.invoke(com.lexmark.saperion.remote.common.operations.Operation<T, SaBasicException, LegacyConnection> operation) This method invokes aOperationon the backend. -
Uses of LegacyConnection in com.saperion.connector.service
Constructors in com.saperion.connector.service with parameters of type LegacyConnectionModifierConstructorDescriptionprotectedLegacyAwareRmiClientService(LegacyConnection legacyConnection) Deprecated.protectedLegacyAwareRmiClientService(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 LegacyConnectionModifier and TypeMethodDescriptionvoidApplyBatch.afterInvoke(Object result, LegacyConnection connection) voidInTransaction.afterInvoke(Object result, LegacyConnection connection) voidLegacyOperationAdapter.afterInvoke(Object result, LegacyConnection connection) voidVoidOperation.afterInvoke(Object result, LegacyConnection connection) voidLegacyOperation.beforeInvoke(int token, LegacyConnection connection) voidLegacyOperation.beforeInvoke(LegacyConnection connection) voidLegacyOperationAdapter.beforeInvoke(int token, LegacyConnection connection) com.lexmark.saperion.remote.common.ConnectionLegacyOperationAdapter.newConnection(LegacyConnection connection) Constructor parameters in com.saperion.operations with type arguments of type LegacyConnectionModifierConstructorDescriptionApplyBatch(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 givenOperationinside a new database transaction. -
Uses of LegacyConnection in com.saperion.operations.document
Methods in com.saperion.operations.document with parameters of type LegacyConnectionModifier and TypeMethodDescriptionvoidCreateDocument.beforeInvoke(int token, LegacyConnection connection) voidCreateDocumentOperation.beforeInvoke(int token, LegacyConnection connection) voidUpdateDocument.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 LegacyConnectionModifier and TypeMethodDescription<T extends Serializable>
TSaRMIServerCommand.invoke(int clientToken, com.lexmark.saperion.remote.common.operations.Operation<T, SaBasicException, LegacyConnection> operation) This method invokes anOperationon the server side.