|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.filenet.api.core.Batch
public abstract class Batch
Abstract superclass for the accumulation of batch items for a pending batch operation. The batch is a
java.util.List
of BatchItemHandle
instances.
BatchItemHandle
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |