Package com.saperion.operations
This package defines the different operations, that can be invoked by rmi.
-
Class Summary Class Description ApplyBatch Invokes a list of commands one after another.ExecuteStoredProcedure Executes a stored procedure on the database.GetIxosDDCNames This operation returns the names of all DDCs that are used to store documents loaded by the IXOS connector.GetServerSideClientConfiguration This operation gets the server side configuration that concerns the client side.InTransaction<T extends java.io.Serializable> Invokes the givenOperation
in a transaction.LegacyOperation<T extends java.io.Serializable> This is the base class for all legacy operations.LegacyOperationAdapter<ResultType extends java.io.Serializable,EcmExceptionType extends com.lexmark.saperion.exceptions.EcmException> RemoveSessionData ThisOperation
removes the data the current session associates with the given keys.StoreSystemFileOperation ThisOperation
stores a new system file.VoidOperation Convenience class for Commands without return value. -
Exception Summary Exception Description LegacyOperationAdapter.EcmExceptionWrapper