E
- concrete entry typepublic abstract class BaseContentEntry<E extends BaseContentEntry<E>> extends MediaEntry<E>
BaseEntry.AtomHandler
ExtensionPoint.CumulativeBlobHandler, ExtensionPoint.ExtensionHandler
Constructor and Description |
---|
BaseContentEntry()
Default mutable constructor.
|
BaseContentEntry(BaseEntry<?> sourceEntry)
Constructs a new instance by doing a shallow copy of data from an existing
BaseEntry instance. |
Modifier and Type | Method and Description |
---|---|
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() |
getMediaEditLink, getMediaSource, setMediaSource, setService, updateMedia
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
addExtension, addRepeatingExtension, generateCumulativeXmlBlob, getExtension, getExtensions, getRepeatingExtension, getRepeatingExtensions, getXmlBlob, hasExtension, hasRepeatingExtension, parseCumulativeXmlBlob, removeExtension, removeExtension, removeRepeatingExtension, setExtension, setXmlBlob, visit
disableStrictValidation, enableStrictValidation, getExtensionLocalName, getExtensionNamespace, isImmutable, isStrictValidation, setImmutable
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCanEdit, getContent, getEdited, getEditLink, getPublished, getResumableEditMediaLink, getSelectedFields, getSummary, setCanEdit, setEdited, setPublished, setSelectedFields
addLink, getAuthors, getCategories, getEtag, getId, getKind, getLink, getLinks, getSelfLink, getTitle, getUpdated, getVersionId, removeLinks, removeLinks, setEtag, setId, setKind, setUpdated, setVersionId
public void declareExtensions(ExtensionProfile extProfile)
ExtensionPoint
declareExtensions
in interface Kind.Adaptor
declareExtensions
in class ExtensionPoint
extProfile
- 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