|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gdata.data.AbstractExtension
com.google.gdata.data.ExtensionPoint
com.google.gdata.data.BaseEntry<E>
com.google.gdata.data.media.MediaEntry<E>
com.google.gdata.data.sites.BaseContentEntry<E>
E - concrete entry typepublic abstract class BaseContentEntry<E extends BaseContentEntry<E>>
An entry representing a single content item.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.gdata.data.BaseEntry |
|---|
BaseEntry.AtomHandler |
| Nested classes/interfaces inherited from class com.google.gdata.data.ExtensionPoint |
|---|
ExtensionPoint.CumulativeBlobHandler, ExtensionPoint.ExtensionHandler |
| Constructor Summary | |
|---|---|
BaseContentEntry()
Default mutable constructor. |
|
BaseContentEntry(BaseEntry<?> sourceEntry)
Constructs a new instance by doing a shallow copy of data from an existing BaseEntry instance. |
|
| Method Summary | |
|---|---|
void |
declareExtensions(ExtensionProfile extProfile)
Declares the set of expected Extension types for an ExtensionPoint within the target extension profile. |
BatchId |
getBatchId()
Returns the batch identifier. |
BatchInterrupted |
getBatchInterrupted()
Returns the batch interruption information. |
BatchOperation |
getBatchOperation()
Returns the batch operation. |
BatchStatus |
getBatchStatus()
Returns the batch response status information. |
Deleted |
getDeleted()
Returns the If present, indicates that an item has been deleted. |
Link |
getEntryPostLink()
Returns the link that provides the URI that can be used to post new entries to the feed. |
Publisher |
getPublisher()
Returns the The authenticated user that uploaded the document if different than the author. |
Revision |
getRevision()
Returns the revision. |
Link |
getRevisionLink()
Returns the revision sites link. |
boolean |
hasBatchId()
Returns whether it has the batch identifier. |
boolean |
hasBatchInterrupted()
Returns whether it has the batch interruption information. |
boolean |
hasBatchOperation()
Returns whether it has the batch operation. |
boolean |
hasBatchStatus()
Returns whether it has the batch response status information. |
boolean |
hasDeleted()
Returns whether it has the If present, indicates that an item has been deleted. |
boolean |
hasPublisher()
Returns whether it has the The authenticated user that uploaded the document if different than the author. |
boolean |
hasRevision()
Returns whether it has the revision. |
void |
setBatchId(BatchId batchId)
Sets the batch identifier. |
void |
setBatchInterrupted(BatchInterrupted batchInterrupted)
Sets the batch interruption information. |
void |
setBatchOperation(BatchOperation batchOperation)
Sets the batch operation. |
void |
setBatchStatus(BatchStatus batchStatus)
Sets the batch response status information. |
void |
setDeleted(Deleted deleted)
Sets the If present, indicates that an item has been deleted. |
void |
setPublisher(Publisher publisher)
Sets the The authenticated user that uploaded the document if different than the author. |
void |
setRevision(Revision revision)
Sets the revision. |
java.lang.String |
toString()
|
| Methods inherited from class com.google.gdata.data.media.MediaEntry |
|---|
getMediaEditLink, getMediaSource, setMediaSource, setService, updateMedia |
| Methods inherited from class com.google.gdata.data.BaseEntry |
|---|
addAdaptor, addHtmlLink, addLink, addLink, delete, generate, generateAtom, generateRss, getAdaptedEntry, getAdaptor, getAdaptors, getAuthors, getCanEdit, getCategories, getContent, getContributors, getEdited, getEditLink, getEtag, getHandler, getHtmlLink, getId, getKind, getLink, getLinks, getLinks, getPlainTextContent, getPubControl, getPublished, getResumableEditMediaLink, getRights, getSelectedFields, getSelf, getSelfLink, getService, getSource, getSummary, getTextContent, getTitle, getUpdated, getVersionId, isDraft, parseAtom, parseAtom, parseAtom, readEntry, readEntry, removeLinks, removeLinks, setCanEdit, setContent, setContent, setDraft, setEdited, setEtag, setId, setKind, setPubControl, setPublished, setRights, setSelectedFields, setSource, setSummary, setTitle, setUpdated, setVersionId, update |
| Methods inherited from class com.google.gdata.data.ExtensionPoint |
|---|
addExtension, addRepeatingExtension, generateCumulativeXmlBlob, getExtension, getExtensions, getRepeatingExtension, getRepeatingExtensions, getXmlBlob, hasExtension, hasRepeatingExtension, parseCumulativeXmlBlob, removeExtension, removeExtension, removeRepeatingExtension, setExtension, setXmlBlob, visit |
| Methods inherited from class com.google.gdata.data.AbstractExtension |
|---|
disableStrictValidation, enableStrictValidation, getExtensionLocalName, getExtensionNamespace, isImmutable, isStrictValidation, setImmutable |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.google.gdata.data.IEntry |
|---|
getCanEdit, getContent, getEdited, getEditLink, getPublished, getResumableEditMediaLink, getSelectedFields, getSummary, setCanEdit, setEdited, setPublished, setSelectedFields |
| Methods inherited from interface com.google.gdata.data.IAtom |
|---|
addLink, getAuthors, getCategories, getEtag, getId, getKind, getLink, getLinks, getSelfLink, getTitle, getUpdated, getVersionId, removeLinks, removeLinks, setEtag, setId, setKind, setUpdated, setVersionId |
| Constructor Detail |
|---|
public BaseContentEntry()
public BaseContentEntry(BaseEntry<?> sourceEntry)
BaseEntry instance.
sourceEntry - source entry| Method Detail |
|---|
public void declareExtensions(ExtensionProfile extProfile)
ExtensionPoint
declareExtensions in interface Kind.AdaptordeclareExtensions in class ExtensionPointextProfile - the ExtensionProfile to initialize.ExtensionProfile.addDeclarations(Kind.Adaptor)public BatchId getBatchId()
public void setBatchId(BatchId batchId)
batchId - batch identifier or null to resetpublic boolean hasBatchId()
public BatchInterrupted getBatchInterrupted()
public void setBatchInterrupted(BatchInterrupted batchInterrupted)
batchInterrupted - batch interruption information or null
to resetpublic boolean hasBatchInterrupted()
public BatchOperation getBatchOperation()
public void setBatchOperation(BatchOperation batchOperation)
batchOperation - batch operation or null to resetpublic boolean hasBatchOperation()
public BatchStatus getBatchStatus()
public void setBatchStatus(BatchStatus batchStatus)
batchStatus - batch response status information or null
to resetpublic boolean hasBatchStatus()
public Deleted getDeleted()
public void setDeleted(Deleted deleted)
deleted - If present, indicates that an item has been deleted.
Deleted entries are not shown by default or null to resetpublic boolean hasDeleted()
public Publisher getPublisher()
public void setPublisher(Publisher publisher)
publisher - The authenticated user that uploaded the document if
different than the author or null to resetpublic boolean hasPublisher()
public Revision getRevision()
public void setRevision(Revision revision)
revision - revision or null to resetpublic boolean hasRevision()
public Link getEntryPostLink()
null for none.public Link getRevisionLink()
null for none.public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||