|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BatchItemHandle
References objects for batch operations. A batch contains a list of BatchItemHandle
instances. Methods
are provided to retrieve the object referenced by a batch item and identify an exception (if any) associated with the
item.
Batch
,
RetrievingBatch
,
UpdatingBatch
Method Summary | |
---|---|
EngineRuntimeException |
getException()
Returns the exception assigned to the batch item. |
IndependentObject |
getObject()
Returns the object referenced by this batch item. |
boolean |
hasException()
Indicates whether the batch item has an associated exception. |
Method Detail |
---|
IndependentObject getObject()
IndependentObject
instance for the object referenced.boolean hasException()
boolean
value of true if there is an exception associated with the batch item; false
otherwise.EngineRuntimeException getException()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |