E - concrete entry typepublic abstract class BaseContentEntry<E extends BaseContentEntry<E>> extends MediaEntry<E>
BaseEntry.AtomHandler, BaseEntry.EntryStateExtensionPoint.CumulativeBlobHandler, ExtensionPoint.ExtensionHandlerAbstractExtension.AttributesHandlerxmlBloblocalName, namespace| 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() |
protected void |
validate()
Checks the attributes to see if there are any problems.
|
getContentHandlerInfo, getMediaEditLink, getMediaSource, setMediaSource, setService, updateMediaaddAdaptor, 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, visitChildrenaddExtension, addExtension, addRepeatingExtension, addRepeatingExtension, checkRequiredExtensions, createExtensionInstance, generate, generateCumulativeXmlBlob, generateExtensions, generateStartElement, getExtension, getExtensionDescription, getExtensionHandler, getExtensions, getManifest, getRepeatingExtension, getRepeatingExtensions, getXmlBlob, hasExtension, hasRepeatingExtension, initializeArbitraryXml, parseCumulativeXmlBlob, removeExtension, removeExtension, removeRepeatingExtension, setExtension, setXmlBlob, visit, visitChildconsumeAttributes, disableStrictValidation, enableStrictValidation, eq, generateAttributes, getExtensionLocalName, getExtensionNamespace, isImmutable, isStrictValidation, putAttributes, sameClassAs, setImmutable, throwExceptionForMissingAttribute, throwExceptionIfImmutableclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCanEdit, getContent, getEdited, getEditLink, getPublished, getResumableEditMediaLink, getSelectedFields, getSummary, setCanEdit, setEdited, setPublished, setSelectedFieldsaddLink, getAuthors, getCategories, getEtag, getId, getKind, getLink, getLinks, getSelfLink, getTitle, getUpdated, getVersionId, removeLinks, removeLinks, setEtag, setId, setKind, setUpdated, setVersionIdpublic void declareExtensions(ExtensionProfile extProfile)
ExtensionPointdeclareExtensions 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.protected void validate()
AbstractExtensionvalidate in class AbstractExtensionpublic java.lang.String toString()
toString in class java.lang.Object