Package org.apache.abdera.parser.stax
Class FOMEntry
- java.lang.Object
-
- org.apache.axiom.om.impl.llom.OMSerializableImpl
-
- org.apache.axiom.om.impl.llom.OMNodeImpl
-
- org.apache.axiom.om.impl.llom.OMElementImpl
-
- org.apache.abdera.parser.stax.FOMElement
-
- org.apache.abdera.parser.stax.FOMExtensibleElement
-
- org.apache.abdera.parser.stax.FOMEntry
-
- All Implemented Interfaces:
Cloneable,Iterable<org.apache.abdera.model.Element>,org.apache.abdera.model.Base,org.apache.abdera.model.Element,org.apache.abdera.model.Entry,org.apache.abdera.model.ExtensibleElement,org.apache.abdera.util.Constants,org.apache.axiom.om.impl.llom.IChildNode,org.apache.axiom.om.impl.llom.IContainer,org.apache.axiom.om.impl.llom.IElement,org.apache.axiom.om.impl.llom.IParentNode,org.apache.axiom.om.impl.OMContainerEx,org.apache.axiom.om.impl.OMElementEx,org.apache.axiom.om.impl.OMNodeEx,org.apache.axiom.om.OMConstants,org.apache.axiom.om.OMContainer,org.apache.axiom.om.OMElement,org.apache.axiom.om.OMInformationItem,org.apache.axiom.om.OMNamedInformationItem,org.apache.axiom.om.OMNode,org.apache.axiom.om.OMSerializable
@Deprecated public class FOMEntry extends FOMExtensibleElement implements org.apache.abdera.model.Entry
Deprecated.
-
-
Field Summary
-
Fields inherited from interface org.apache.abdera.util.Constants
ACCEPT, AID, ALTERNATE, APP_MEDIA_TYPE, APP_NS, APP_NS_PRE_RFC, APP_PREFIX, ATITLE, ATOM_MEDIA_TYPE, ATOM_NS, AURI, AUTHOR, BASE, CAT_MEDIA_TYPE, CATEGORIES, CATEGORY, CLASS, COLLECTION, CONFIG_FACTORY, CONFIG_PARSER, CONFIG_PARSERFACTORY, CONFIG_STREAMWRITER, CONFIG_WRITER, CONFIG_WRITERFACTORY, CONFIG_XPATH, CONTENT, CONTRIBUTOR, CONTROL, CONTROL_NS, CONTROL_PREFIX, DEFAULT_FACTORY, DEFAULT_PARSER, DEFAULT_PARSERFACTORY, DEFAULT_STREAMWRITER, DEFAULT_WRITER, DEFAULT_WRITERFACTORY, DEFAULT_XPATH, DIV, DRAFT, EDITED, EMAIL, ENTRY, ENTRY_MEDIA_TYPE, FEED, FEED_MEDIA_TYPE, FIXED, GENERATOR, HREF, HREFLANG, HTML, ICON, ID, LABEL, LANG, LENGTH, LINK, LN_ACCEPT, LN_ALTERNATE, LN_ALTERNATE_MULTIPART_RELATED, LN_AUTHOR, LN_BASE, LN_CATEGORIES, LN_CATEGORY, LN_CLASS, LN_COLLECTION, LN_CONTENT, LN_CONTRIBUTOR, LN_CONTROL, LN_DIV, LN_DRAFT, LN_EDITED, LN_EMAIL, LN_ENTRY, LN_FEED, LN_FIXED, LN_GENERATOR, LN_HREF, LN_HREFLANG, LN_ICON, LN_ID, LN_LABEL, LN_LANG, LN_LENGTH, LN_LINK, LN_LOGO, LN_NAME, LN_PUBLISHED, LN_REL, LN_RIGHTS, LN_SCHEME, LN_SERVICE, LN_SOURCE, LN_SPACE, LN_SRC, LN_SUBTITLE, LN_SUMMARY, LN_TERM, LN_TITLE, LN_TYPE, LN_UPDATED, LN_URI, LN_VERSION, LN_WORKSPACE, LOGO, MULTIPART_RELATED_TYPE, NAME, NAMED_PARSER, NAMED_WRITER, NO, PRE_RFC_ACCEPT, PRE_RFC_CATEGORIES, PRE_RFC_COLLECTION, PRE_RFC_CONTROL, PRE_RFC_DRAFT, PRE_RFC_EDITED, PRE_RFC_SERVICE, PRE_RFC_WORKSPACE, PREFIX, PREFIXED_TITLE, PUBLISHED, REL, RIGHTS, SCHEME, SERVICE, SOURCE, SPACE, SRC, STREAM_WRITER, SUBTITLE, SUMMARY, TERM, TEXT, TITLE, TYPE, UPDATED, URI, VERSION, WORKSPACE, XHTML, XHTML_NS, XML, XML_MEDIA_TYPE, XML_NS, YES
-
Fields inherited from interface org.apache.axiom.om.impl.llom.IParentNode
COMPLETE, DISCARDED, INCOMPLETE
-
Fields inherited from interface org.apache.axiom.om.OMConstants
ARRAY_ITEM_LOCALNAME, ARRAY_ITEM_NS_PREFIX, ARRAY_ITEM_NSURI, ARRAY_ITEM_QNAME, DATA_HANDLER, DEFAULT_CHAR_SET_ENCODING, DEFAULT_DEFAULT_NAMESPACE, DEFAULT_XML_VERSION, IS_BINARY, IS_DATA_HANDLERS_AWARE, PULL_TYPE_BUILDER, PUSH_TYPE_BUILDER, XMLATTRTYPE_CDATA, XMLATTRTYPE_ENTITIES, XMLATTRTYPE_ENTITY, XMLATTRTYPE_ID, XMLATTRTYPE_IDREF, XMLATTRTYPE_IDREFS, XMLATTRTYPE_NMTOKEN, XMLATTRTYPE_NMTOKENS, XMLATTRTYPE_NOTATION, XMLNS_NS_PREFIX, XMLNS_NS_URI, XMLNS_PREFIX, XMLNS_URI
-
-
Constructor Summary
Constructors Constructor Description FOMEntry()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.apache.abdera.model.PersonaddAuthor(String name)Deprecated.org.apache.abdera.model.PersonaddAuthor(String name, String email, String uri)Deprecated.org.apache.abdera.model.EntryaddAuthor(org.apache.abdera.model.Person person)Deprecated.org.apache.abdera.model.CategoryaddCategory(String term)Deprecated.org.apache.abdera.model.CategoryaddCategory(String scheme, String term, String label)Deprecated.org.apache.abdera.model.EntryaddCategory(org.apache.abdera.model.Category category)Deprecated.org.apache.abdera.model.PersonaddContributor(String name)Deprecated.org.apache.abdera.model.PersonaddContributor(String name, String email, String uri)Deprecated.org.apache.abdera.model.EntryaddContributor(org.apache.abdera.model.Person person)Deprecated.org.apache.abdera.model.ControladdControl()Deprecated.org.apache.abdera.model.LinkaddLink(String href)Deprecated.org.apache.abdera.model.LinkaddLink(String href, String rel)Deprecated.org.apache.abdera.model.LinkaddLink(String href, String rel, String type, String title, String hreflang, long length)Deprecated.org.apache.abdera.model.EntryaddLink(org.apache.abdera.model.Link link)Deprecated.org.apache.abdera.model.LinkgetAlternateLink()Deprecated.org.apache.abdera.model.LinkgetAlternateLink(String type, String hreflang)Deprecated.org.apache.abdera.i18n.iri.IRIgetAlternateLinkResolvedHref()Deprecated.org.apache.abdera.i18n.iri.IRIgetAlternateLinkResolvedHref(String type, String hreflang)Deprecated.org.apache.abdera.model.PersongetAuthor()Deprecated.List<org.apache.abdera.model.Person>getAuthors()Deprecated.List<org.apache.abdera.model.Category>getCategories()Deprecated.List<org.apache.abdera.model.Category>getCategories(String scheme)Deprecated.StringgetContent()Deprecated.org.apache.abdera.model.ContentgetContentElement()Deprecated.MimeTypegetContentMimeType()Deprecated.org.apache.abdera.i18n.iri.IRIgetContentSrc()Deprecated.InputStreamgetContentStream()Deprecated.org.apache.abdera.model.Content.TypegetContentType()Deprecated.List<org.apache.abdera.model.Person>getContributors()Deprecated.org.apache.abdera.model.ControlgetControl()Deprecated.org.apache.abdera.model.ControlgetControl(boolean create)Deprecated.DategetEdited()Deprecated.org.apache.abdera.model.DateTimegetEditedElement()Deprecated.org.apache.abdera.model.LinkgetEditLink()Deprecated.org.apache.abdera.i18n.iri.IRIgetEditLinkResolvedHref()Deprecated.org.apache.abdera.model.LinkgetEditMediaLink()Deprecated.org.apache.abdera.model.LinkgetEditMediaLink(String type, String hreflang)Deprecated.org.apache.abdera.i18n.iri.IRIgetEditMediaLinkResolvedHref()Deprecated.org.apache.abdera.i18n.iri.IRIgetEditMediaLinkResolvedHref(String type, String hreflang)Deprecated.org.apache.abdera.model.LinkgetEnclosureLink()Deprecated.org.apache.abdera.i18n.iri.IRIgetEnclosureLinkResolvedHref()Deprecated.org.apache.abdera.i18n.iri.IRIgetId()Deprecated.org.apache.abdera.model.IRIElementgetIdElement()Deprecated.org.apache.abdera.model.LinkgetLink(String rel)Deprecated.org.apache.abdera.i18n.iri.IRIgetLinkResolvedHref(String rel)Deprecated.List<org.apache.abdera.model.Link>getLinks()Deprecated.List<org.apache.abdera.model.Link>getLinks(String rel)Deprecated.List<org.apache.abdera.model.Link>getLinks(String... rels)Deprecated.DategetPublished()Deprecated.org.apache.abdera.model.DateTimegetPublishedElement()Deprecated.StringgetRights()Deprecated.org.apache.abdera.model.TextgetRightsElement()Deprecated.org.apache.abdera.model.Text.TypegetRightsType()Deprecated.org.apache.abdera.model.LinkgetSelfLink()Deprecated.org.apache.abdera.i18n.iri.IRIgetSelfLinkResolvedHref()Deprecated.org.apache.abdera.model.SourcegetSource()Deprecated.StringgetSummary()Deprecated.org.apache.abdera.model.TextgetSummaryElement()Deprecated.org.apache.abdera.model.Text.TypegetSummaryType()Deprecated.StringgetTitle()Deprecated.org.apache.abdera.model.TextgetTitleElement()Deprecated.org.apache.abdera.model.Text.TypegetTitleType()Deprecated.DategetUpdated()Deprecated.org.apache.abdera.model.DateTimegetUpdatedElement()Deprecated.booleanisDraft()Deprecated.Returns true if this entry is a draftorg.apache.abdera.model.IRIElementnewId()Deprecated.org.apache.abdera.model.ContentsetContent(InputStream in)Deprecated.Sets the content for this entryorg.apache.abdera.model.ContentsetContent(InputStream in, String mediatype)Deprecated.Sets the content for this entryorg.apache.abdera.model.ContentsetContent(String value)Deprecated.Sets the content for this entry as @type="text"org.apache.abdera.model.ContentsetContent(String value, String mediatype)Deprecated.Sets the content for this entryorg.apache.abdera.model.ContentsetContent(String value, org.apache.abdera.model.Content.Type type)Deprecated.Sets the content for this entryorg.apache.abdera.model.ContentsetContent(DataHandler dataHandler)Deprecated.Sets the content for this entryorg.apache.abdera.model.ContentsetContent(DataHandler dataHandler, String mediatype)Deprecated.Sets the content for this entryorg.apache.abdera.model.ContentsetContent(org.apache.abdera.i18n.iri.IRI uri, String mediatype)Deprecated.Sets the content for this entryorg.apache.abdera.model.ContentsetContent(org.apache.abdera.model.Element value)Deprecated.Sets the content for this entryorg.apache.abdera.model.ContentsetContent(org.apache.abdera.model.Element element, String mediaType)Deprecated.Sets the content for this entryorg.apache.abdera.model.ContentsetContentAsHtml(String value)Deprecated.org.apache.abdera.model.ContentsetContentAsXhtml(String value)Deprecated.org.apache.abdera.model.EntrysetContentElement(org.apache.abdera.model.Content content)Deprecated.org.apache.abdera.model.EntrysetControl(org.apache.abdera.model.Control control)Deprecated.org.apache.abdera.model.EntrysetDraft(boolean draft)Deprecated.org.apache.abdera.model.DateTimesetEdited(String value)Deprecated.org.apache.abdera.model.DateTimesetEdited(Date value)Deprecated.voidsetEditedElement(org.apache.abdera.model.DateTime updated)Deprecated.org.apache.abdera.model.IRIElementsetId(String value)Deprecated.org.apache.abdera.model.IRIElementsetId(String value, boolean normalize)Deprecated.org.apache.abdera.model.EntrysetIdElement(org.apache.abdera.model.IRIElement id)Deprecated.org.apache.abdera.model.DateTimesetPublished(String value)Deprecated.org.apache.abdera.model.DateTimesetPublished(Date value)Deprecated.org.apache.abdera.model.EntrysetPublishedElement(org.apache.abdera.model.DateTime dateTime)Deprecated.org.apache.abdera.model.TextsetRights(String value)Deprecated.org.apache.abdera.model.TextsetRights(String value, org.apache.abdera.model.Text.Type type)Deprecated.org.apache.abdera.model.TextsetRights(org.apache.abdera.model.Div value)Deprecated.org.apache.abdera.model.TextsetRightsAsHtml(String value)Deprecated.org.apache.abdera.model.TextsetRightsAsXhtml(String value)Deprecated.org.apache.abdera.model.EntrysetRightsElement(org.apache.abdera.model.Text text)Deprecated.org.apache.abdera.model.EntrysetSource(org.apache.abdera.model.Source source)Deprecated.org.apache.abdera.model.TextsetSummary(String value)Deprecated.org.apache.abdera.model.TextsetSummary(String value, org.apache.abdera.model.Text.Type type)Deprecated.org.apache.abdera.model.TextsetSummary(org.apache.abdera.model.Div value)Deprecated.org.apache.abdera.model.TextsetSummaryAsHtml(String value)Deprecated.org.apache.abdera.model.TextsetSummaryAsXhtml(String value)Deprecated.org.apache.abdera.model.EntrysetSummaryElement(org.apache.abdera.model.Text text)Deprecated.org.apache.abdera.model.TextsetTitle(String value)Deprecated.org.apache.abdera.model.TextsetTitle(String value, org.apache.abdera.model.Text.Type type)Deprecated.org.apache.abdera.model.TextsetTitle(org.apache.abdera.model.Div value)Deprecated.org.apache.abdera.model.TextsetTitleAsHtml(String value)Deprecated.org.apache.abdera.model.TextsetTitleAsXhtml(String value)Deprecated.org.apache.abdera.model.EntrysetTitleElement(org.apache.abdera.model.Text title)Deprecated.org.apache.abdera.model.DateTimesetUpdated(String value)Deprecated.org.apache.abdera.model.DateTimesetUpdated(Date value)Deprecated.org.apache.abdera.model.EntrysetUpdatedElement(org.apache.abdera.model.DateTime updated)Deprecated.-
Methods inherited from class org.apache.abdera.parser.stax.FOMExtensibleElement
addExtension, addExtension, addExtension, addExtension, addExtension, addExtensions, addSimpleExtension, addSimpleExtension, getExtension, getExtension, getExtensions, getExtensions, getExtensions, getSimpleExtension, getSimpleExtension
-
Methods inherited from class org.apache.abdera.parser.stax.FOMElement
addComment, clone, complete, declareNS, getAttributes, getAttributeValue, getAttributeValue, getBaseUri, getDefaultWriterOptions, getDocument, getElements, getExtensionAttributes, getFactory, getFirstChild, getFirstChild, getLanguage, getLanguageTag, getLocale, getMustPreserveWhitespace, getNamespaces, getNextSibling, getNextSibling, getParentElement, getPreviousSibling, getPreviousSibling, getResolvedBaseUri, getText, iterator, removeAttribute, removeAttribute, setAttributeValue, setAttributeValue, setBaseUri, setBaseUri, setLanguage, setMustPreserveWhitespace, setParentElement, setText, setText, toFormattedString, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo
-
Methods inherited from class org.apache.axiom.om.impl.llom.OMElementImpl
addAttribute, addAttribute, addChild, addChild, addNamespaceDeclaration, build, buildWithAttachments, cloneOMElement, declareDefaultNamespace, declareNamespace, declareNamespace, detach, discard, discarded, findNamespace, findNamespaceURI, getAllAttributes, getAllDeclaredNamespaces, getAttribute, getBuilder, getChildElements, getChildren, getChildrenWithLocalName, getChildrenWithName, getChildrenWithNamespaceURI, getDefaultNamespace, getDescendants, getFirstChildWithName, getFirstElement, getFirstOMChild, getFirstOMChildIfAvailable, getLastKnownOMChild, getLineNumber, getLocalName, getNamespace, getNamespaceContext, getNamespacesInScope, getNamespaceURI, getPrefix, getQName, getSAXSource, getState, getTextAsQName, getTextAsStream, getType, getXMLStreamReader, getXMLStreamReader, getXMLStreamReader, getXMLStreamReaderWithoutCaching, internalSerialize, isComplete, removeAttribute, removeChildren, resolveQName, setBuilder, setComplete, setFirstChild, setLastChild, setLineNumber, setLocalName, setNamespace, setNamespaceWithNoFindInCurrentScope, setText, toString, toStringWithConsume, undeclarePrefix, writeTextTo
-
Methods inherited from class org.apache.axiom.om.impl.llom.OMNodeImpl
clone, getIParentNode, getNextOMSibling, getNextOMSiblingIfAvailable, getParent, getPreviousOMSibling, insertSiblingAfter, insertSiblingBefore, internalSerialize, internalSerializeAndConsume, setNextOMSibling, setParent, setPreviousOMSibling
-
Methods inherited from class org.apache.axiom.om.impl.llom.OMSerializableImpl
close, getOMFactory, serialize, serialize, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.abdera.model.Base
addComment, clone, complete, getDefaultWriterOptions, getFactory, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo
-
Methods inherited from interface org.apache.abdera.model.Element
declareNS, discard, getAttributes, getAttributeValue, getAttributeValue, getBaseUri, getDocument, getElements, getExtensionAttributes, getFirstChild, getFirstChild, getLanguage, getLanguageTag, getLocale, getMustPreserveWhitespace, getNamespaces, getNextSibling, getNextSibling, getParentElement, getPreviousSibling, getPreviousSibling, getQName, getResolvedBaseUri, getText, removeAttribute, removeAttribute, setAttributeValue, setAttributeValue, setBaseUri, setBaseUri, setLanguage, setMustPreserveWhitespace, setParentElement, setText, setText
-
Methods inherited from interface org.apache.abdera.model.ExtensibleElement
addExtension, addExtension, addExtension, addExtension, addExtension, addSimpleExtension, addSimpleExtension, getExtension, getExtension, getExtensions, getExtensions, getExtensions, getSimpleExtension, getSimpleExtension
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Methods inherited from interface org.apache.axiom.om.OMContainer
addChild, getBuilder, getChildren, getChildrenWithLocalName, getChildrenWithName, getChildrenWithNamespaceURI, getDescendants, getFirstChildWithName, getFirstOMChild, getSAXSource, getXMLStreamReader, getXMLStreamReader, getXMLStreamReader, getXMLStreamReaderWithoutCaching, removeChildren, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume
-
Methods inherited from interface org.apache.axiom.om.OMElement
addAttribute, addAttribute, cloneOMElement, declareDefaultNamespace, declareNamespace, declareNamespace, findNamespace, findNamespaceURI, getAllAttributes, getAllDeclaredNamespaces, getAttribute, getChildElements, getDefaultNamespace, getFirstElement, getLineNumber, getNamespaceContext, getNamespacesInScope, getTextAsQName, getTextAsStream, removeAttribute, resolveQName, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume, setBuilder, setLineNumber, setNamespace, setNamespaceWithNoFindInCurrentScope, setText, toString, toStringWithConsume, undeclarePrefix, writeTextTo
-
Methods inherited from interface org.apache.axiom.om.OMNamedInformationItem
getLocalName, getNamespace, getNamespaceURI, getPrefix, getQName, setLocalName
-
Methods inherited from interface org.apache.axiom.om.OMNode
buildWithAttachments, detach, discard, getNextOMSibling, getParent, getPreviousOMSibling, getType, insertSiblingAfter, insertSiblingBefore
-
-
-
-
Method Detail
-
getAuthor
public org.apache.abdera.model.Person getAuthor()
Deprecated.- Specified by:
getAuthorin interfaceorg.apache.abdera.model.Entry
-
getAuthors
public List<org.apache.abdera.model.Person> getAuthors()
Deprecated.- Specified by:
getAuthorsin interfaceorg.apache.abdera.model.Entry
-
addAuthor
public org.apache.abdera.model.Entry addAuthor(org.apache.abdera.model.Person person)
Deprecated.- Specified by:
addAuthorin interfaceorg.apache.abdera.model.Entry
-
addAuthor
public org.apache.abdera.model.Person addAuthor(String name)
Deprecated.- Specified by:
addAuthorin interfaceorg.apache.abdera.model.Entry
-
addAuthor
public org.apache.abdera.model.Person addAuthor(String name, String email, String uri)
Deprecated.- Specified by:
addAuthorin interfaceorg.apache.abdera.model.Entry
-
getCategories
public List<org.apache.abdera.model.Category> getCategories()
Deprecated.- Specified by:
getCategoriesin interfaceorg.apache.abdera.model.Entry
-
getCategories
public List<org.apache.abdera.model.Category> getCategories(String scheme)
Deprecated.- Specified by:
getCategoriesin interfaceorg.apache.abdera.model.Entry
-
addCategory
public org.apache.abdera.model.Entry addCategory(org.apache.abdera.model.Category category)
Deprecated.- Specified by:
addCategoryin interfaceorg.apache.abdera.model.Entry
-
addCategory
public org.apache.abdera.model.Category addCategory(String term)
Deprecated.- Specified by:
addCategoryin interfaceorg.apache.abdera.model.Entry
-
addCategory
public org.apache.abdera.model.Category addCategory(String scheme, String term, String label)
Deprecated.- Specified by:
addCategoryin interfaceorg.apache.abdera.model.Entry
-
getContentElement
public org.apache.abdera.model.Content getContentElement()
Deprecated.- Specified by:
getContentElementin interfaceorg.apache.abdera.model.Entry
-
setContentElement
public org.apache.abdera.model.Entry setContentElement(org.apache.abdera.model.Content content)
Deprecated.- Specified by:
setContentElementin interfaceorg.apache.abdera.model.Entry
-
setContent
public org.apache.abdera.model.Content setContent(String value)
Deprecated.Sets the content for this entry as @type="text"- Specified by:
setContentin interfaceorg.apache.abdera.model.Entry
-
setContentAsHtml
public org.apache.abdera.model.Content setContentAsHtml(String value)
Deprecated.- Specified by:
setContentAsHtmlin interfaceorg.apache.abdera.model.Entry
-
setContentAsXhtml
public org.apache.abdera.model.Content setContentAsXhtml(String value)
Deprecated.- Specified by:
setContentAsXhtmlin interfaceorg.apache.abdera.model.Entry
-
setContent
public org.apache.abdera.model.Content setContent(String value, org.apache.abdera.model.Content.Type type)
Deprecated.Sets the content for this entry- Specified by:
setContentin interfaceorg.apache.abdera.model.Entry
-
setContent
public org.apache.abdera.model.Content setContent(org.apache.abdera.model.Element value)
Deprecated.Sets the content for this entry- Specified by:
setContentin interfaceorg.apache.abdera.model.Entry
-
setContent
public org.apache.abdera.model.Content setContent(org.apache.abdera.model.Element element, String mediaType)Deprecated.Sets the content for this entry- Specified by:
setContentin interfaceorg.apache.abdera.model.Entry- Throws:
MimeTypeParseException
-
setContent
public org.apache.abdera.model.Content setContent(DataHandler dataHandler)
Deprecated.Sets the content for this entry- Specified by:
setContentin interfaceorg.apache.abdera.model.Entry- Throws:
MimeTypeParseException
-
setContent
public org.apache.abdera.model.Content setContent(DataHandler dataHandler, String mediatype)
Deprecated.Sets the content for this entry- Specified by:
setContentin interfaceorg.apache.abdera.model.Entry- Throws:
MimeTypeParseException
-
setContent
public org.apache.abdera.model.Content setContent(InputStream in)
Deprecated.Sets the content for this entry- Specified by:
setContentin interfaceorg.apache.abdera.model.Entry
-
setContent
public org.apache.abdera.model.Content setContent(InputStream in, String mediatype)
Deprecated.Sets the content for this entry- Specified by:
setContentin interfaceorg.apache.abdera.model.Entry
-
setContent
public org.apache.abdera.model.Content setContent(String value, String mediatype)
Deprecated.Sets the content for this entry- Specified by:
setContentin interfaceorg.apache.abdera.model.Entry- Throws:
MimeTypeParseException
-
setContent
public org.apache.abdera.model.Content setContent(org.apache.abdera.i18n.iri.IRI uri, String mediatype)Deprecated.Sets the content for this entry- Specified by:
setContentin interfaceorg.apache.abdera.model.Entry- Throws:
MimeTypeParseExceptionIRISyntaxException
-
getContributors
public List<org.apache.abdera.model.Person> getContributors()
Deprecated.- Specified by:
getContributorsin interfaceorg.apache.abdera.model.Entry
-
addContributor
public org.apache.abdera.model.Entry addContributor(org.apache.abdera.model.Person person)
Deprecated.- Specified by:
addContributorin interfaceorg.apache.abdera.model.Entry
-
addContributor
public org.apache.abdera.model.Person addContributor(String name)
Deprecated.- Specified by:
addContributorin interfaceorg.apache.abdera.model.Entry
-
addContributor
public org.apache.abdera.model.Person addContributor(String name, String email, String uri)
Deprecated.- Specified by:
addContributorin interfaceorg.apache.abdera.model.Entry
-
getIdElement
public org.apache.abdera.model.IRIElement getIdElement()
Deprecated.- Specified by:
getIdElementin interfaceorg.apache.abdera.model.Entry
-
setIdElement
public org.apache.abdera.model.Entry setIdElement(org.apache.abdera.model.IRIElement id)
Deprecated.- Specified by:
setIdElementin interfaceorg.apache.abdera.model.Entry
-
getId
public org.apache.abdera.i18n.iri.IRI getId()
Deprecated.- Specified by:
getIdin interfaceorg.apache.abdera.model.Entry
-
setId
public org.apache.abdera.model.IRIElement setId(String value)
Deprecated.- Specified by:
setIdin interfaceorg.apache.abdera.model.Entry
-
newId
public org.apache.abdera.model.IRIElement newId()
Deprecated.- Specified by:
newIdin interfaceorg.apache.abdera.model.Entry
-
setId
public org.apache.abdera.model.IRIElement setId(String value, boolean normalize)
Deprecated.- Specified by:
setIdin interfaceorg.apache.abdera.model.Entry
-
getLinks
public List<org.apache.abdera.model.Link> getLinks()
Deprecated.- Specified by:
getLinksin interfaceorg.apache.abdera.model.Entry
-
getLinks
public List<org.apache.abdera.model.Link> getLinks(String rel)
Deprecated.- Specified by:
getLinksin interfaceorg.apache.abdera.model.Entry
-
getLinks
public List<org.apache.abdera.model.Link> getLinks(String... rels)
Deprecated.- Specified by:
getLinksin interfaceorg.apache.abdera.model.Entry
-
addLink
public org.apache.abdera.model.Entry addLink(org.apache.abdera.model.Link link)
Deprecated.- Specified by:
addLinkin interfaceorg.apache.abdera.model.Entry
-
addLink
public org.apache.abdera.model.Link addLink(String href)
Deprecated.- Specified by:
addLinkin interfaceorg.apache.abdera.model.Entry
-
addLink
public org.apache.abdera.model.Link addLink(String href, String rel)
Deprecated.- Specified by:
addLinkin interfaceorg.apache.abdera.model.Entry
-
addLink
public org.apache.abdera.model.Link addLink(String href, String rel, String type, String title, String hreflang, long length)
Deprecated.- Specified by:
addLinkin interfaceorg.apache.abdera.model.Entry
-
getPublishedElement
public org.apache.abdera.model.DateTime getPublishedElement()
Deprecated.- Specified by:
getPublishedElementin interfaceorg.apache.abdera.model.Entry
-
setPublishedElement
public org.apache.abdera.model.Entry setPublishedElement(org.apache.abdera.model.DateTime dateTime)
Deprecated.- Specified by:
setPublishedElementin interfaceorg.apache.abdera.model.Entry
-
getPublished
public Date getPublished()
Deprecated.- Specified by:
getPublishedin interfaceorg.apache.abdera.model.Entry
-
setPublished
public org.apache.abdera.model.DateTime setPublished(Date value)
Deprecated.- Specified by:
setPublishedin interfaceorg.apache.abdera.model.Entry
-
setPublished
public org.apache.abdera.model.DateTime setPublished(String value)
Deprecated.- Specified by:
setPublishedin interfaceorg.apache.abdera.model.Entry
-
getRightsElement
public org.apache.abdera.model.Text getRightsElement()
Deprecated.- Specified by:
getRightsElementin interfaceorg.apache.abdera.model.Entry
-
setRightsElement
public org.apache.abdera.model.Entry setRightsElement(org.apache.abdera.model.Text text)
Deprecated.- Specified by:
setRightsElementin interfaceorg.apache.abdera.model.Entry
-
setRights
public org.apache.abdera.model.Text setRights(String value)
Deprecated.- Specified by:
setRightsin interfaceorg.apache.abdera.model.Entry
-
setRightsAsHtml
public org.apache.abdera.model.Text setRightsAsHtml(String value)
Deprecated.- Specified by:
setRightsAsHtmlin interfaceorg.apache.abdera.model.Entry
-
setRightsAsXhtml
public org.apache.abdera.model.Text setRightsAsXhtml(String value)
Deprecated.- Specified by:
setRightsAsXhtmlin interfaceorg.apache.abdera.model.Entry
-
setRights
public org.apache.abdera.model.Text setRights(String value, org.apache.abdera.model.Text.Type type)
Deprecated.- Specified by:
setRightsin interfaceorg.apache.abdera.model.Entry
-
setRights
public org.apache.abdera.model.Text setRights(org.apache.abdera.model.Div value)
Deprecated.- Specified by:
setRightsin interfaceorg.apache.abdera.model.Entry
-
getRights
public String getRights()
Deprecated.- Specified by:
getRightsin interfaceorg.apache.abdera.model.Entry
-
getSource
public org.apache.abdera.model.Source getSource()
Deprecated.- Specified by:
getSourcein interfaceorg.apache.abdera.model.Entry
-
setSource
public org.apache.abdera.model.Entry setSource(org.apache.abdera.model.Source source)
Deprecated.- Specified by:
setSourcein interfaceorg.apache.abdera.model.Entry
-
getSummaryElement
public org.apache.abdera.model.Text getSummaryElement()
Deprecated.- Specified by:
getSummaryElementin interfaceorg.apache.abdera.model.Entry
-
setSummaryElement
public org.apache.abdera.model.Entry setSummaryElement(org.apache.abdera.model.Text text)
Deprecated.- Specified by:
setSummaryElementin interfaceorg.apache.abdera.model.Entry
-
setSummary
public org.apache.abdera.model.Text setSummary(String value)
Deprecated.- Specified by:
setSummaryin interfaceorg.apache.abdera.model.Entry
-
setSummaryAsHtml
public org.apache.abdera.model.Text setSummaryAsHtml(String value)
Deprecated.- Specified by:
setSummaryAsHtmlin interfaceorg.apache.abdera.model.Entry
-
setSummaryAsXhtml
public org.apache.abdera.model.Text setSummaryAsXhtml(String value)
Deprecated.- Specified by:
setSummaryAsXhtmlin interfaceorg.apache.abdera.model.Entry
-
setSummary
public org.apache.abdera.model.Text setSummary(String value, org.apache.abdera.model.Text.Type type)
Deprecated.- Specified by:
setSummaryin interfaceorg.apache.abdera.model.Entry
-
setSummary
public org.apache.abdera.model.Text setSummary(org.apache.abdera.model.Div value)
Deprecated.- Specified by:
setSummaryin interfaceorg.apache.abdera.model.Entry
-
getSummary
public String getSummary()
Deprecated.- Specified by:
getSummaryin interfaceorg.apache.abdera.model.Entry
-
getTitleElement
public org.apache.abdera.model.Text getTitleElement()
Deprecated.- Specified by:
getTitleElementin interfaceorg.apache.abdera.model.Entry
-
setTitleElement
public org.apache.abdera.model.Entry setTitleElement(org.apache.abdera.model.Text title)
Deprecated.- Specified by:
setTitleElementin interfaceorg.apache.abdera.model.Entry
-
setTitle
public org.apache.abdera.model.Text setTitle(String value)
Deprecated.- Specified by:
setTitlein interfaceorg.apache.abdera.model.Entry
-
setTitleAsHtml
public org.apache.abdera.model.Text setTitleAsHtml(String value)
Deprecated.- Specified by:
setTitleAsHtmlin interfaceorg.apache.abdera.model.Entry
-
setTitleAsXhtml
public org.apache.abdera.model.Text setTitleAsXhtml(String value)
Deprecated.- Specified by:
setTitleAsXhtmlin interfaceorg.apache.abdera.model.Entry
-
setTitle
public org.apache.abdera.model.Text setTitle(String value, org.apache.abdera.model.Text.Type type)
Deprecated.- Specified by:
setTitlein interfaceorg.apache.abdera.model.Entry
-
setTitle
public org.apache.abdera.model.Text setTitle(org.apache.abdera.model.Div value)
Deprecated.- Specified by:
setTitlein interfaceorg.apache.abdera.model.Entry
-
getTitle
public String getTitle()
Deprecated.- Specified by:
getTitlein interfaceorg.apache.abdera.model.Entry
-
getUpdatedElement
public org.apache.abdera.model.DateTime getUpdatedElement()
Deprecated.- Specified by:
getUpdatedElementin interfaceorg.apache.abdera.model.Entry
-
setUpdatedElement
public org.apache.abdera.model.Entry setUpdatedElement(org.apache.abdera.model.DateTime updated)
Deprecated.- Specified by:
setUpdatedElementin interfaceorg.apache.abdera.model.Entry
-
getUpdated
public Date getUpdated()
Deprecated.- Specified by:
getUpdatedin interfaceorg.apache.abdera.model.Entry
-
setUpdated
public org.apache.abdera.model.DateTime setUpdated(Date value)
Deprecated.- Specified by:
setUpdatedin interfaceorg.apache.abdera.model.Entry
-
setUpdated
public org.apache.abdera.model.DateTime setUpdated(String value)
Deprecated.- Specified by:
setUpdatedin interfaceorg.apache.abdera.model.Entry
-
getEditedElement
public org.apache.abdera.model.DateTime getEditedElement()
Deprecated.- Specified by:
getEditedElementin interfaceorg.apache.abdera.model.Entry
-
setEditedElement
public void setEditedElement(org.apache.abdera.model.DateTime updated)
Deprecated.- Specified by:
setEditedElementin interfaceorg.apache.abdera.model.Entry
-
getEdited
public Date getEdited()
Deprecated.- Specified by:
getEditedin interfaceorg.apache.abdera.model.Entry
-
setEdited
public org.apache.abdera.model.DateTime setEdited(Date value)
Deprecated.- Specified by:
setEditedin interfaceorg.apache.abdera.model.Entry
-
setEdited
public org.apache.abdera.model.DateTime setEdited(String value)
Deprecated.- Specified by:
setEditedin interfaceorg.apache.abdera.model.Entry
-
getControl
public org.apache.abdera.model.Control getControl(boolean create)
Deprecated.- Specified by:
getControlin interfaceorg.apache.abdera.model.Entry
-
getControl
public org.apache.abdera.model.Control getControl()
Deprecated.- Specified by:
getControlin interfaceorg.apache.abdera.model.Entry
-
setControl
public org.apache.abdera.model.Entry setControl(org.apache.abdera.model.Control control)
Deprecated.- Specified by:
setControlin interfaceorg.apache.abdera.model.Entry
-
getLink
public org.apache.abdera.model.Link getLink(String rel)
Deprecated.- Specified by:
getLinkin interfaceorg.apache.abdera.model.Entry
-
getAlternateLink
public org.apache.abdera.model.Link getAlternateLink()
Deprecated.- Specified by:
getAlternateLinkin interfaceorg.apache.abdera.model.Entry
-
getEnclosureLink
public org.apache.abdera.model.Link getEnclosureLink()
Deprecated.- Specified by:
getEnclosureLinkin interfaceorg.apache.abdera.model.Entry
-
getEditLink
public org.apache.abdera.model.Link getEditLink()
Deprecated.- Specified by:
getEditLinkin interfaceorg.apache.abdera.model.Entry
-
getSelfLink
public org.apache.abdera.model.Link getSelfLink()
Deprecated.- Specified by:
getSelfLinkin interfaceorg.apache.abdera.model.Entry
-
getEditMediaLink
public org.apache.abdera.model.Link getEditMediaLink()
Deprecated.- Specified by:
getEditMediaLinkin interfaceorg.apache.abdera.model.Entry
-
getLinkResolvedHref
public org.apache.abdera.i18n.iri.IRI getLinkResolvedHref(String rel)
Deprecated.- Specified by:
getLinkResolvedHrefin interfaceorg.apache.abdera.model.Entry
-
getAlternateLinkResolvedHref
public org.apache.abdera.i18n.iri.IRI getAlternateLinkResolvedHref()
Deprecated.- Specified by:
getAlternateLinkResolvedHrefin interfaceorg.apache.abdera.model.Entry
-
getEnclosureLinkResolvedHref
public org.apache.abdera.i18n.iri.IRI getEnclosureLinkResolvedHref()
Deprecated.- Specified by:
getEnclosureLinkResolvedHrefin interfaceorg.apache.abdera.model.Entry
-
getEditLinkResolvedHref
public org.apache.abdera.i18n.iri.IRI getEditLinkResolvedHref()
Deprecated.- Specified by:
getEditLinkResolvedHrefin interfaceorg.apache.abdera.model.Entry
-
getEditMediaLinkResolvedHref
public org.apache.abdera.i18n.iri.IRI getEditMediaLinkResolvedHref()
Deprecated.- Specified by:
getEditMediaLinkResolvedHrefin interfaceorg.apache.abdera.model.Entry
-
getSelfLinkResolvedHref
public org.apache.abdera.i18n.iri.IRI getSelfLinkResolvedHref()
Deprecated.- Specified by:
getSelfLinkResolvedHrefin interfaceorg.apache.abdera.model.Entry
-
getContent
public String getContent()
Deprecated.- Specified by:
getContentin interfaceorg.apache.abdera.model.Entry
-
getContentStream
public InputStream getContentStream() throws IOException
Deprecated.- Specified by:
getContentStreamin interfaceorg.apache.abdera.model.Entry- Throws:
IOException
-
getContentSrc
public org.apache.abdera.i18n.iri.IRI getContentSrc()
Deprecated.- Specified by:
getContentSrcin interfaceorg.apache.abdera.model.Entry
-
getContentType
public org.apache.abdera.model.Content.Type getContentType()
Deprecated.- Specified by:
getContentTypein interfaceorg.apache.abdera.model.Entry
-
getRightsType
public org.apache.abdera.model.Text.Type getRightsType()
Deprecated.- Specified by:
getRightsTypein interfaceorg.apache.abdera.model.Entry
-
getSummaryType
public org.apache.abdera.model.Text.Type getSummaryType()
Deprecated.- Specified by:
getSummaryTypein interfaceorg.apache.abdera.model.Entry
-
getTitleType
public org.apache.abdera.model.Text.Type getTitleType()
Deprecated.- Specified by:
getTitleTypein interfaceorg.apache.abdera.model.Entry
-
getContentMimeType
public MimeType getContentMimeType()
Deprecated.- Specified by:
getContentMimeTypein interfaceorg.apache.abdera.model.Entry
-
getAlternateLink
public org.apache.abdera.model.Link getAlternateLink(String type, String hreflang)
Deprecated.- Specified by:
getAlternateLinkin interfaceorg.apache.abdera.model.Entry
-
getAlternateLinkResolvedHref
public org.apache.abdera.i18n.iri.IRI getAlternateLinkResolvedHref(String type, String hreflang)
Deprecated.- Specified by:
getAlternateLinkResolvedHrefin interfaceorg.apache.abdera.model.Entry
-
getEditMediaLink
public org.apache.abdera.model.Link getEditMediaLink(String type, String hreflang)
Deprecated.- Specified by:
getEditMediaLinkin interfaceorg.apache.abdera.model.Entry
-
getEditMediaLinkResolvedHref
public org.apache.abdera.i18n.iri.IRI getEditMediaLinkResolvedHref(String type, String hreflang)
Deprecated.- Specified by:
getEditMediaLinkResolvedHrefin interfaceorg.apache.abdera.model.Entry
-
setDraft
public org.apache.abdera.model.Entry setDraft(boolean draft)
Deprecated.- Specified by:
setDraftin interfaceorg.apache.abdera.model.Entry
-
isDraft
public boolean isDraft()
Deprecated.Returns true if this entry is a draft- Specified by:
isDraftin interfaceorg.apache.abdera.model.Entry
-
addControl
public org.apache.abdera.model.Control addControl()
Deprecated.- Specified by:
addControlin interfaceorg.apache.abdera.model.Entry
-
-