public class ApplyBatch extends LegacyOperation<ArrayList<Serializable>>
invoke() method will be an instance of
ArrayList<Serializable>.| Constructor and Description |
|---|
ApplyBatch(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.
|
ApplyBatch(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
afterInvoke(Object result,
LegacyConnection connection) |
ArrayList<Serializable> |
invoke() |
beforeInvoke, beforeInvoke, getClientToken, mapEcmException, mapExceptionpublic ApplyBatch(List<com.lexmark.saperion.remote.common.operations.Operation<? extends Serializable,SaBasicException,LegacyConnection>> batch)
batch - The operations in the order to invokepublic ApplyBatch(com.lexmark.saperion.remote.common.operations.Operation<? extends Serializable,SaBasicException,LegacyConnection>... batch)
batch - The operations in the order to invokepublic ArrayList<Serializable> invoke() throws SaBasicException
SaBasicExceptionpublic void afterInvoke(Object result, LegacyConnection connection)
afterInvoke in interface com.lexmark.saperion.remote.common.operations.Operation<ArrayList<Serializable>,SaBasicException,LegacyConnection>afterInvoke in class com.lexmark.saperion.remote.common.operations.AbstractOperation<ArrayList<Serializable>,SaBasicException,LegacyConnection>Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.