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 interfaceSaClassicConnectorConnector interface for classic DMS functionalities.Classes in com.saperion.connector that implement LegacyConnection Modifier and Type Class Description classSaClassicConnectorImplThe 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 aOperationon the backend.<T extends java.io.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 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 voidApplyBatch. afterInvoke(java.lang.Object result, LegacyConnection connection)voidInTransaction. afterInvoke(java.lang.Object result, LegacyConnection connection)voidLegacyOperationAdapter. afterInvoke(java.lang.Object result, LegacyConnection connection)voidVoidOperation. afterInvoke(java.lang.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 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 givenOperationinside 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 voidCreateDocument. 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 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 anOperationon the server side.
-