public abstract class Batch
extends java.lang.Object
java.util.List
of BatchItemHandle
instances.BatchItemHandle
Modifier and Type | Method and Description |
---|---|
java.util.List |
getBatchItemHandles(IndependentObject object)
Returns a list of the
BatchItemHandle instances in this batch that reference the specified object,
or, if the object parameter is null , the list of all BatchItemHandle
instances in this batch. |
public java.util.List getBatchItemHandles(IndependentObject object)
BatchItemHandle
instances in this batch that reference the specified object,
or, if the object
parameter is null
, the list of all BatchItemHandle
instances in this batch.object
- An IndependentObject
instance for the object that is expected to be referenced in
this batch, or null
to return the list of all BatchItemHandle
instances.List
of any BatchItemHandle
instances referencing the specified object. If
the specified object
is not in the batch, an empty list is returned. If the object
parameter is null
, the list of all BatchItemHandle
instances is returned.© Copyright IBM Corporation 2006, 2015. All rights reserved.