| java.lang.Object | |||
| ↳ | com.google.gdata.data.AbstractExtension | ||
| ↳ | com.google.gdata.data.ExtensionPoint | ||
| ↳ | com.google.gdata.data.batch.BatchInterrupted | ||
Entry extension for the element <batch:interrupted>, which marks
the batch feed as having been aborted.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| content | |||||||||||
| contentType | |||||||||||
| errorCount | |||||||||||
| reason | |||||||||||
| successCount | |||||||||||
| totalCount | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.ExtensionPoint
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates and initializes a BatchInterrupted object.
| |||||||||||
Creates an empty object.
| |||||||||||
Creates and initializes a BatchInterrupted object.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Generates an XML representation for batch:interrupted.
| |||||||||||
Gets this tag content.
| |||||||||||
Describe the content of this tag.
| |||||||||||
Returns the suggested extension description.
| |||||||||||
Gets the number of entries that were rejected.
| |||||||||||
Creates an XML ElementHandler that will initialize the object based
on a tag batch:interrupted parsed by the XML parser.
| |||||||||||
Gets a short message describing what happened.
| |||||||||||
Gets the number of entries that were skipped.
| |||||||||||
Gets the number of entries that were processed successfully.
| |||||||||||
Gets the total number of entries read.
| |||||||||||
Sets this tag content.
| |||||||||||
Sets the content type for this tag.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.ExtensionPoint
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.data.Extension
| |||||||||||
From interface
com.google.gdata.data.batch.IBatchInterrupted
| |||||||||||
Creates and initializes a BatchInterrupted object.
| reason | Exception that caused batch processing to stop |
|---|---|
| totalCount | Number of entries parsed so far, note that
it is to be expected that totalCount >= successCount + errorCount |
| successCount | Number of entries processed successfully so far |
| errorCount | Number of entries rejected so far |
Creates an empty object.
Usually used in conjuction with
getHandler(ExtensionProfile, String, String, Attributes).
Creates and initializes a BatchInterrupted object.
| cause | Exception that caused batch processing to stop |
|---|---|
| totalCount | Number of entries parsed so far, note that
it is to be expected that totalCount >= successCount + errorCount |
| successCount | Number of entries processed successfully so far |
| errorCount | Number of entries rejected so far |
Generates an XML representation for batch:interrupted.
| w | XML writer |
|---|---|
| extProfile | Extension profile |
| IOException |
|---|
Gets this tag content. See also getContentType().
Returns the suggested extension description.
Gets the number of entries that were rejected.
Creates an XML ElementHandler that will initialize the object based on a tag batch:interrupted parsed by the XML parser.
| extProfile | Extension profile |
|---|---|
| namespace | Extension namespace |
| localName | Tag name, without the namespace prefix |
| attrs | Attributes of batch:interrupted |
| ParseException |
|---|
Gets a short message describing what happened.
Gets the number of entries that were skipped.
Gets the number of entries that were processed successfully.
Gets the total number of entries read.
Sets this tag content. The type must correspond contentType.
| content |
|---|
Sets the content type for this tag.
| contentType |
|---|