Class ApplyBatch

java.lang.Object
com.lexmark.saperion.remote.common.operations.AbstractOperation<T,SaBasicException,LegacyConnection>
com.saperion.operations.LegacyOperation<ArrayList<Serializable>>
com.saperion.operations.ApplyBatch
All Implemented Interfaces:
com.lexmark.saperion.remote.common.operations.Operation<ArrayList<Serializable>,SaBasicException,LegacyConnection>, Serializable

public class ApplyBatch extends LegacyOperation<ArrayList<Serializable>>
Invokes a list of commands one after another. Collects the results in a list. The return value of the invoke() method will be an instance of ArrayList&ltSerializable&gt.
See Also: