public interface LegacyConnection
Modifier and Type | Method and Description |
---|---|
<T extends Serializable> |
invoke(LegacyOperation<T> operation)
Invokes the given
Operation on the server side. |
<T extends Serializable> T invoke(LegacyOperation<T> operation) throws SaAuthenticationException, SaSystemException
Operation
on the server side.T
- The return type of the given operationoperation
- The operation to invoke. After invocation calling operation.getResult() will
yield the same as the return of this call.SaAuthenticationException
- When the user is not correctly logged on, this may result from a session time outSaSystemException
- When an error occurred in the operation.Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.