| java.lang.Object | ||||
| ↳ | com.google.gdata.data.AbstractExtension | |||
| ↳ | com.google.gdata.data.ExtensionPoint | |||
| ↳ | com.google.gdata.data.BaseEntry<E extends com.google.gdata.data.BaseEntry> | |||
| ↳ | com.google.gdata.data.docs.RevisionEntry | |||
Defines an entry in a feed of revisions of a document.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | KIND | Kind category term used to label revision entries. | |||||||||
| String | LABEL | Label for category. | |||||||||
| String | PUBLISH_NAMESPACE | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CATEGORY | Category used to label revision entries. | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.BaseEntry
| |||||||||||
From class
com.google.gdata.data.ExtensionPoint
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Declares the set of expected Extension types for an ExtensionPoint within
the target extension profile.
| |||||||||||
Returns the MD5 checksum calculated for the document.
| |||||||||||
Returns the publically accessible link for the published revision.
| |||||||||||
Returns whether the revision is published.
| |||||||||||
Returns whether changes to the document are automatically re-published.
| |||||||||||
Sets whether the document is published outside of its domain.
| |||||||||||
Set the MD5 checksum calculated for the document.
| |||||||||||
Revisions have only one author, the user who modified the document to
create that revision.
| |||||||||||
Sets whether the revision is published.
| |||||||||||
Sets whether changes to the document are automatically re-published.
| |||||||||||
Sets whether the document is published outside of its domain.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.BaseEntry
| |||||||||||
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.IAtom
| |||||||||||
From interface
com.google.gdata.data.IEntry
| |||||||||||
From interface
com.google.gdata.data.Kind.Adaptable
| |||||||||||
From interface
com.google.gdata.data.Kind.Adaptor
| |||||||||||
Kind category term used to label revision entries.
Label for category.
Declares the set of expected Extension types for an ExtensionPoint within the target extension profile. The base implementation does not declare any extensions, but can be overridden by specific types of ExtensionPoints that always contain a well-defined set of extensions.
| extProfile | The ExtensionProfile to initialize. |
|---|
Returns the MD5 checksum calculated for the document.
Returns whether the revision is published.
Returns whether changes to the document are automatically re-published.
Sets whether the document is published outside of its domain.
Set the MD5 checksum calculated for the document.
| md5Checksum | The MD5 checksum |
|---|
Revisions have only one author, the user who modified the document to create that revision. These are convenience methods for setting and getting a sole author.
| modifyingUser | The user who modified the document/created the revision |
|---|
Sets whether the revision is published.
| publish | True if revision is published |
|---|
Sets whether changes to the document are automatically re-published.
| publishAuto | True if auto re-published |
|---|
Sets whether the document is published outside of its domain.
| publishOutsideDomain | True if outside domain |
|---|