|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Entry in org.apache.abdera |
---|
Methods in org.apache.abdera that return Entry | |
---|---|
Entry |
Abdera.newEntry()
Create a new Entry instance. |
Uses of Entry in org.apache.abdera.ext.opensearch.server.impl |
---|
Methods in org.apache.abdera.ext.opensearch.server.impl with parameters of type Entry | |
---|---|
protected abstract void |
AbstractOpenSearchUrlAdapter.fillEntry(Entry entry,
T entity)
Fill the given empty Atom entry from the given search result object. This method is called once for every search result returned by the {#doSearch(RequestContext, Map |
Uses of Entry in org.apache.abdera.ext.rss |
---|
Classes in org.apache.abdera.ext.rss that implement Entry | |
---|---|
class |
RssItem
|
Methods in org.apache.abdera.ext.rss that return Entry | |
---|---|
Entry |
RssItem.addAuthor(Person person)
|
Entry |
RssItem.addCategory(Category category)
|
Entry |
RssItem.addContributor(Person person)
|
Entry |
RssChannel.addEntry()
|
Entry |
RssFeed.addEntry()
|
Entry |
RssItem.addLink(Link link)
|
Entry |
RssChannel.getEntry(String id)
|
Entry |
RssFeed.getEntry(String id)
|
Entry |
RssChannel.insertEntry()
|
Entry |
RssFeed.insertEntry()
|
Entry |
RssItem.setContentElement(Content content)
|
Entry |
RssItem.setControl(Control control)
|
Entry |
RssItem.setDraft(boolean draft)
|
Entry |
RssItem.setIdElement(IRIElement id)
|
Entry |
RssItem.setPublishedElement(DateTime dateTime)
|
Entry |
RssItem.setRightsElement(Text text)
|
Entry |
RssItem.setSource(Source source)
|
Entry |
RssItem.setSummaryElement(Text text)
|
Entry |
RssItem.setTitleElement(Text title)
|
Entry |
RssItem.setUpdatedElement(DateTime updated)
|
Methods in org.apache.abdera.ext.rss that return types with arguments of type Entry | |
---|---|
List<Entry> |
RssChannel.getEntries()
|
List<Entry> |
RssFeed.getEntries()
|
Methods in org.apache.abdera.ext.rss with parameters of type Entry | |
---|---|
void |
RssChannel.addEntry(Entry entry)
|
Feed |
RssFeed.addEntry(Entry entry)
|
void |
RssChannel.insertEntry(Entry entry)
|
Feed |
RssFeed.insertEntry(Entry entry)
|
Method parameters in org.apache.abdera.ext.rss with type arguments of type Entry | |
---|---|
void |
RssChannel.sortEntries(Comparator<Entry> comparator)
|
Feed |
RssFeed.sortEntries(Comparator<Entry> comparator)
|
Uses of Entry in org.apache.abdera.ext.sharing |
---|
Methods in org.apache.abdera.ext.sharing that return Entry | |
---|---|
static Entry |
SharingHelper.createEntry(Abdera abdera,
String by)
|
static Entry |
SharingHelper.createEntry(Abdera abdera,
String by,
Feed feed)
|
static Entry |
SharingHelper.republish(Entry entry)
|
Entry |
SharingHelper.ConflictResolver.resolve(Entry entry,
List<Entry> conflicts)
|
static Entry |
SharingHelper.resolveConflicts(Entry entry,
SharingHelper.ConflictResolver resolver,
String by)
|
static Entry |
SharingHelper.unpublish(Entry entry)
|
Methods in org.apache.abdera.ext.sharing that return types with arguments of type Entry | |
---|---|
List<Entry> |
Conflicts.getEntries()
|
List<Entry> |
Unpublished.getEntries()
|
static Map<String,Entry> |
SharingHelper.getSyncIdMap(Feed feed)
|
Methods in org.apache.abdera.ext.sharing with parameters of type Entry | |
---|---|
void |
Conflicts.addEntry(Entry entry)
|
void |
Unpublished.addEntry(Entry entry)
|
static void |
SharingHelper.deleteEntry(Entry entry,
String by)
|
static Sync |
SharingHelper.getSync(Entry entry)
|
static Sync |
SharingHelper.getSync(Entry entry,
boolean create)
|
static boolean |
SharingHelper.hasConflicts(Entry entry)
|
static boolean |
SharingHelper.hasSync(Entry entry)
|
static Entry |
SharingHelper.republish(Entry entry)
|
Entry |
SharingHelper.ConflictResolver.resolve(Entry entry,
List<Entry> conflicts)
|
static Entry |
SharingHelper.resolveConflicts(Entry entry,
SharingHelper.ConflictResolver resolver,
String by)
|
static Entry |
SharingHelper.unpublish(Entry entry)
|
static void |
SharingHelper.updateEntry(Entry entry,
String by)
|
Method parameters in org.apache.abdera.ext.sharing with type arguments of type Entry | |
---|---|
Entry |
SharingHelper.ConflictResolver.resolve(Entry entry,
List<Entry> conflicts)
|
Uses of Entry in org.apache.abdera.ext.thread |
---|
Methods in org.apache.abdera.ext.thread with parameters of type Entry | |
---|---|
static InReplyTo |
ThreadHelper.addInReplyTo(Entry entry)
|
static InReplyTo |
ThreadHelper.addInReplyTo(Entry entry,
Entry ref)
|
static void |
ThreadHelper.addInReplyTo(Entry entry,
InReplyTo replyTo)
|
static InReplyTo |
ThreadHelper.addInReplyTo(Entry entry,
IRI ref)
|
static InReplyTo |
ThreadHelper.addInReplyTo(Entry entry,
IRI ref,
IRI source,
IRI href,
javax.activation.MimeType type)
|
static InReplyTo |
ThreadHelper.addInReplyTo(Entry entry,
String ref)
|
static InReplyTo |
ThreadHelper.addInReplyTo(Entry entry,
String ref,
String source,
String href,
String type)
|
static Total |
ThreadHelper.addTotal(Entry entry,
int total)
|
static InReplyTo |
ThreadHelper.getInReplyTo(Entry entry)
|
static List<InReplyTo> |
ThreadHelper.getInReplyTos(Entry entry)
|
static Total |
ThreadHelper.getTotal(Entry entry)
|
Uses of Entry in org.apache.abdera.ext.tombstones |
---|
Methods in org.apache.abdera.ext.tombstones with parameters of type Entry | |
---|---|
static Tombstone |
TombstonesHelper.addTombstone(Feed source,
Entry entry)
|
static Tombstone |
TombstonesHelper.addTombstone(Feed source,
Entry entry,
AtomDate when,
String by,
String comment)
|
static Tombstone |
TombstonesHelper.addTombstone(Feed source,
Entry entry,
Calendar when,
String by,
String comment)
|
static Tombstone |
TombstonesHelper.addTombstone(Feed source,
Entry entry,
Date when,
String by,
String comment)
|
static Tombstone |
TombstonesHelper.addTombstone(Feed source,
Entry entry,
long when,
String by,
String comment)
|
static Tombstone |
TombstonesHelper.addTombstone(Feed source,
Entry entry,
String when,
String by,
String comment)
|
Uses of Entry in org.apache.abdera.factory |
---|
Methods in org.apache.abdera.factory that return Entry | |
---|---|
Entry |
Factory.newEntry()
Create a new Entry element. |
Entry |
Factory.newEntry(Base parent)
Create a new Entry element as a child of the given Base. |
Uses of Entry in org.apache.abdera.model |
---|
Methods in org.apache.abdera.model that return Entry | |
---|---|
Entry |
Entry.addAuthor(Person person)
Adds an individual author to the entry |
Entry |
Entry.addCategory(Category category)
Adds an individual category to the entry |
Entry |
Entry.addContributor(Person person)
Adds an individual contributor to this entry |
Entry |
Feed.addEntry()
Adds a new Entry to the end of the Feeds collection of entries |
Entry |
Entry.addLink(Link link)
Adds an individual link to the entry |
Entry |
Feed.getEntry(String id)
Retrieves the first entry in the feed with the given atom:id value |
Entry |
Feed.insertEntry()
Adds a new Entry to the start of the Feeds collection of entries |
Entry |
Entry.setContentElement(Content content)
Sets the content for this entry |
Entry |
Entry.setControl(Control control)
Sets this entries Atom Publishing Protocol control element |
Entry |
Entry.setDraft(boolean draft)
Sets whether or not this entry is a draft |
Entry |
Entry.setIdElement(IRIElement id)
Sets the universally unique identifier for this entry |
Entry |
Entry.setPublishedElement(DateTime dateTime)
RFC4287: The "atom:published" element is a Date construct indicating an instant in time associated with an event early in the life cycle of the entry... |
Entry |
Entry.setRightsElement(Text text)
The rights element is typically used to convey a human readable copyright (e.g. |
Entry |
Entry.setSource(Source source)
Returns the source element for this entry. |
Entry |
Entry.setSummaryElement(Text text)
RFC4287: The "atom:summary" element is a Text construct that conveys a short summary, abstract, or excerpt of an entry... |
Entry |
Entry.setTitleElement(Text title)
RFC4287: The "atom:title" element is a Text construct that conveys a human-readable title for an entry or feed. |
Entry |
Entry.setUpdatedElement(DateTime updated)
RFC4287: The "atom:updated" element is a Date construct indicating the most recent instant in time when an entry or feed was modified in a way the publisher considers significant. |
Methods in org.apache.abdera.model that return types with arguments of type Entry | |
---|---|
List<Entry> |
Feed.getEntries()
Returns the complete set of entries contained in this feed |
Methods in org.apache.abdera.model with parameters of type Entry | |
---|---|
Feed |
Feed.addEntry(Entry entry)
Adds a new Entry to the end of the Feeds collection of entries |
Feed |
Feed.insertEntry(Entry entry)
Adds a new Entry to the start of the Feeds collection of entries |
Method parameters in org.apache.abdera.model with type arguments of type Entry | |
---|---|
Feed |
Feed.sortEntries(Comparator<Entry> comparator)
Sorts entries using the given comparator |
Uses of Entry in org.apache.abdera.parser.stax |
---|
Classes in org.apache.abdera.parser.stax that implement Entry | |
---|---|
class |
FOMEntry
|
Methods in org.apache.abdera.parser.stax that return Entry | |
---|---|
Entry |
FOMEntry.addAuthor(Person person)
|
Entry |
FOMEntry.addCategory(Category category)
|
Entry |
FOMEntry.addContributor(Person person)
|
Entry |
FOMFeed.addEntry()
|
Entry |
FOMEntry.addLink(Link link)
|
Entry |
FOMFeed.getEntry(String id)
|
Entry |
FOMFeed.insertEntry()
|
Entry |
FOMFactory.newEntry()
|
Entry |
FOMFactory.newEntry(Base parent)
|
Entry |
FOMFactory.newEntry(QName qname,
org.apache.axiom.om.OMContainer parent,
org.apache.axiom.om.OMXMLParserWrapper parserWrapper)
|
Entry |
FOMEntry.setContentElement(Content content)
|
Entry |
FOMEntry.setControl(Control control)
|
Entry |
FOMEntry.setDraft(boolean draft)
|
Entry |
FOMEntry.setIdElement(IRIElement id)
|
Entry |
FOMEntry.setPublishedElement(DateTime dateTime)
|
Entry |
FOMEntry.setRightsElement(Text text)
|
Entry |
FOMEntry.setSource(Source source)
|
Entry |
FOMEntry.setSummaryElement(Text text)
|
Entry |
FOMEntry.setTitleElement(Text title)
|
Entry |
FOMEntry.setUpdatedElement(DateTime updated)
|
Methods in org.apache.abdera.parser.stax that return types with arguments of type Entry | |
---|---|
List<Entry> |
FOMFeed.getEntries()
|
Methods in org.apache.abdera.parser.stax with parameters of type Entry | |
---|---|
Feed |
FOMFeed.addEntry(Entry entry)
|
Feed |
FOMFeed.insertEntry(Entry entry)
|
Method parameters in org.apache.abdera.parser.stax with type arguments of type Entry | |
---|---|
Feed |
FOMFeed.sortEntries(Comparator<Entry> comparator)
|
Uses of Entry in org.apache.abdera.protocol.client |
---|
Methods in org.apache.abdera.protocol.client with parameters of type Entry | |
---|---|
ClientResponse |
AbderaClient.post(String uri,
Entry entry,
InputStream media)
Sends an HTTP POST request to the specified URI. |
ClientResponse |
AbderaClient.post(String uri,
Entry entry,
InputStream media,
RequestOptions options)
Sends an HTTP POST request to the specified URI. |
ClientResponse |
AbderaClient.post(String uri,
Entry entry,
InputStream media,
String contentType,
RequestOptions options)
Sends an HTTP POST request to the specified URI. |
Uses of Entry in org.apache.abdera.protocol.client.util |
---|
Methods in org.apache.abdera.protocol.client.util with parameters of type Entry | |
---|---|
static Link[] |
LocalizationHelper.selectAlternate(Entry entry)
|
static Link[] |
LocalizationHelper.selectAlternate(Entry entry,
Locale... locales)
|
static Link[] |
LocalizationHelper.selectAlternate(Entry entry,
Locale locale)
|
static Link[] |
LocalizationHelper.selectAlternate(Entry entry,
Range... ranges)
|
static Link[] |
LocalizationHelper.selectAlternate(Entry entry,
Range range)
|
static Link[] |
LocalizationHelper.selectAlternate(Entry entry,
String... ranges)
|
static Link[] |
LocalizationHelper.selectAlternate(Entry entry,
String range)
|
Constructors in org.apache.abdera.protocol.client.util with parameters of type Entry | |
---|---|
MultipartRelatedRequestEntity(Entry entry,
InputStream input)
|
|
MultipartRelatedRequestEntity(Entry entry,
InputStream input,
String contentType)
|
|
MultipartRelatedRequestEntity(Entry entry,
InputStream input,
String contentType,
String boundary)
|
Uses of Entry in org.apache.abdera.protocol.server |
---|
Methods in org.apache.abdera.protocol.server with parameters of type Entry | |
---|---|
static String |
ProviderHelper.getEditUriFromEntry(Entry entry)
|
static boolean |
ProviderHelper.isValidEntry(Entry entry)
Check to see if the entry is minimally valid according to RFC4287. |
Uses of Entry in org.apache.abdera.protocol.server.adapters.ibatis |
---|
Methods in org.apache.abdera.protocol.server.adapters.ibatis that return Entry | |
---|---|
Entry |
IBatisCollectionAdapter.createEntry(Entry entry)
|
protected Entry |
IBatisCollectionAdapter.createEntryFromRow(Feed feed,
Map<String,Object> row)
|
Entry |
IBatisCollectionAdapter.getEntry(Object entryId)
|
Entry |
IBatisCollectionAdapter.updateEntry(Object entryId,
Entry entry)
|
Methods in org.apache.abdera.protocol.server.adapters.ibatis with parameters of type Entry | |
---|---|
protected Map<String,Object> |
IBatisCollectionAdapter.collectColumns(Entry entry)
|
Entry |
IBatisCollectionAdapter.createEntry(Entry entry)
|
Entry |
IBatisCollectionAdapter.updateEntry(Object entryId,
Entry entry)
|
Uses of Entry in org.apache.abdera.protocol.server.impl |
---|
Methods in org.apache.abdera.protocol.server.impl that return Entry | |
---|---|
protected Entry |
AbstractEntityCollectionAdapter.getEntryFromCollectionProvider(RequestContext request)
|
protected Entry |
AbstractCollectionAdapter.getEntryFromRequest(RequestContext request)
Retrieves the FOM Entry object from the request payload. |
Methods in org.apache.abdera.protocol.server.impl with parameters of type Entry | |
---|---|
protected void |
AbstractEntityCollectionAdapter.addContent(Entry e,
T doc,
RequestContext request)
Adds the atom:content element to an entry |
protected String |
AbstractEntityCollectionAdapter.addEntryDetails(RequestContext request,
Entry e,
IRI feedIri,
T entryObj)
Add the details to an entry |
protected String |
AbstractEntityCollectionAdapter.addMediaContent(IRI feedIri,
Entry entry,
T entryObj,
RequestContext request)
Add media content details to a media-link entry |
protected ResponseContext |
AbstractCollectionAdapter.buildCreateEntryResponse(String link,
Entry entry)
Creates the ResponseContext for a newly created entry. |
protected ResponseContext |
AbstractCollectionAdapter.buildGetEntryResponse(RequestContext request,
Entry entry)
Creates the ResponseContext for a GET entry request. |
protected ResponseContext |
AbstractCollectionAdapter.buildPostMediaEntryResponse(String link,
Entry entry)
Creates the ResponseContext for a newly created entry. |
Uses of Entry in org.apache.abdera.protocol.server.multipart |
---|
Methods in org.apache.abdera.protocol.server.multipart that return types with arguments of type Entry | |
---|---|
Document<Entry> |
AbstractMultipartCollectionAdapter.MultipartRelatedPost.getEntry()
|
Constructor parameters in org.apache.abdera.protocol.server.multipart with type arguments of type Entry | |
---|---|
AbstractMultipartCollectionAdapter.MultipartRelatedPost(Document<Entry> entry,
InputStream data,
Map<String,String> entryHeaders,
Map<String,String> dataHeaders)
|
Uses of Entry in org.apache.abdera.protocol.server.provider.basic |
---|
Methods in org.apache.abdera.protocol.server.provider.basic that return Entry | |
---|---|
abstract Entry |
BasicAdapter.createEntry(Entry entry)
|
abstract Entry |
BasicAdapter.getEntry(Object entryId)
|
abstract Entry |
BasicAdapter.updateEntry(Object entryId,
Entry entry)
|
Methods in org.apache.abdera.protocol.server.provider.basic with parameters of type Entry | |
---|---|
protected void |
BasicAdapter.addEditLinkToEntry(Entry entry)
|
abstract Entry |
BasicAdapter.createEntry(Entry entry)
|
protected void |
BasicAdapter.setEntryIdIfNull(Entry entry)
|
abstract Entry |
BasicAdapter.updateEntry(Object entryId,
Entry entry)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |