|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BatchStatistics
Interface that provides statistics information about a batched operation.
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
int |
duplicateItemsFound()
Returns the number of items that were duplicate |
int |
errorCount()
Returns the error count |
int |
failedValidation()
Returns the number of items that failed validation |
int |
itemDeleted()
Returns the number of items that got deleted |
int |
itemsAdded()
Returns the number of items that got added |
int |
itemsAlreadyCheckedOut()
Returns the number of items that were already checked out |
int |
itemsCheckedOut()
Returns the number of items that were checked out |
int |
itemsModified()
Returns the number of items that got modified |
int |
itemsNotFound()
Returns the number of items that were not found |
int |
itemsProcessed()
Returns the number of items that got processed |
int |
warningsCount()
Returns the count of warnings |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
int itemsAdded()
int itemsModified()
int itemDeleted()
int itemsProcessed()
int warningsCount()
int errorCount()
int failedValidation()
int itemsNotFound()
int duplicateItemsFound()
int itemsCheckedOut()
int itemsAlreadyCheckedOut()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |