See: Description
| Interface | Description |
|---|---|
| Operation<T extends Serializable> |
Interface for operations that will be sent by RMI.
|
| Class | Description |
|---|---|
| AbstractOperation<T extends Serializable> |
Default implementation of
Operation - it handles obtaining the result generically. |
| ApplyBatch |
Invokes a list of commands one after another.
|
| BaseOperation<T extends Serializable> |
Superclass of all
Operation implementations. |
| 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.
|
| InTransaction<T extends Serializable> |
Invokes the given
Operation in a transaction. |
| Void |
A class representing the return value of a no-return method for the Operation interface.
|
| VoidOperation |
Convenience class for Commands without return value.
|
Copyright © 2016 SAPERION AG. All rights reserved.