Modifier and Type | Class and Description |
---|---|
class |
ActivityObject |
class |
Article
The "article" Object type indicates that the Object is an article, such as a news article, a
knowledge base entry, or other similar construct.
|
class |
Audio
The "audio" Object type represents audio content.
|
class |
Bookmark
The "bookmark" Object type represents a pointer to some URL -- typically a web page.
|
class |
Comment
The "comment" object type represents a textual response to another object.
|
class |
Event
The "event" object type represents an event that occurs in a certain place during a particular
interval of time.
|
class |
File
The "file" Object type represents some document or other file with no additional machine-readable
semantics.
|
class |
Folder
The "folder" object type represents a collection of files or media objects.
|
class |
List
The "list" object type represents a collection of related objects.
|
class |
Note
The "note" Object type represents short-form text messages.
|
class |
Person
The "person" Object type represents a user account.
|
class |
Photo
The "photo" object type represents a graphical still image.
|
class |
PhotoAlbum
The "photo album" object type represents a collection of images.
|
class |
Place
The "place" object type represents a location on Earth.
|
class |
Playlist
The "playlist" object type represents an ordered list of time-based media items, such as video
and audio objects.
|
class |
Product
The "product" object type represents a commercial good or service.
|
class |
Review
The "review" object type represents a primarily prose-based commentary on another object.
|
class |
Service
The "service" Object type represents a website, personal website or blog, business, brand, or
other entity that performs some kind of work for other entities, people, or services, or acts as
kind of container for other objects.
|
class |
Song
The "song" Object type represents a song or a recording of a song.
|
class |
Status
The "status" Object type represents a human-readable update of the author's situation, mood,
location or other status.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientEntry
Deprecated.
Propono will be removed in Rome 2.
|
class |
ClientMediaEntry
Deprecated.
Propono will be removed in Rome 2.
|
Constructor and Description |
---|
ClientEntry(ClientAtomService service,
ClientCollection collection,
Entry entry,
boolean partial)
Deprecated.
|
ClientMediaEntry(ClientAtomService service,
ClientCollection collection,
Entry entry,
boolean partial)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Entry |
AtomHandler.getEntry(AtomRequest req)
Deprecated.
Get entry specified by request.
|
Entry |
AtomHandler.postEntry(AtomRequest req,
Entry entry)
Deprecated.
Store new entry in collection specified by request and return representation of entry as it
is stored on server.
|
Entry |
AtomHandler.postMedia(AtomRequest req,
Entry entry)
Deprecated.
Store media data in collection specified by request, create an Atom media-link entry to store
metadata for the new media file and return that entry to the caller.
|
Modifier and Type | Method and Description |
---|---|
Entry |
AtomHandler.postEntry(AtomRequest req,
Entry entry)
Deprecated.
Store new entry in collection specified by request and return representation of entry as it
is stored on server.
|
Entry |
AtomHandler.postMedia(AtomRequest req,
Entry entry)
Deprecated.
Store media data in collection specified by request, create an Atom media-link entry to store
metadata for the new media file and return that entry to the caller.
|
void |
AtomHandler.putEntry(AtomRequest req,
Entry entry)
Deprecated.
Update entry specified by request and return new entry as represented on the server.
|
Modifier and Type | Method and Description |
---|---|
Entry |
FileBasedCollection.addEntry(Entry entry)
Deprecated.
Add entry to collection.
|
Entry |
FileBasedAtomHandler.getEntry(AtomRequest areq)
Deprecated.
Get entry specified by pathInfo.
|
Entry |
FileBasedCollection.getEntry(String fsid)
Deprecated.
Get an entry from the collection.
|
Entry |
FileBasedAtomHandler.postEntry(AtomRequest areq,
Entry entry)
Deprecated.
Create a new entry specified by pathInfo and posted entry.
|
Entry |
FileBasedAtomHandler.postMedia(AtomRequest areq,
Entry entry)
Deprecated.
Store media data in collection specified by pathInfo, create an Atom media-link entry to
store metadata for the new media file and return that entry to the caller.
|
Entry |
FileBasedCollection.updateMediaEntry(String fileName,
String contentType,
InputStream is)
Deprecated.
Update media associated with a media-link entry.
|
Modifier and Type | Method and Description |
---|---|
Entry |
FileBasedCollection.addEntry(Entry entry)
Deprecated.
Add entry to collection.
|
String |
FileBasedCollection.addMediaEntry(Entry entry,
String slug,
InputStream is)
Deprecated.
Add media entry to collection.
|
Entry |
FileBasedAtomHandler.postEntry(AtomRequest areq,
Entry entry)
Deprecated.
Create a new entry specified by pathInfo and posted entry.
|
Entry |
FileBasedAtomHandler.postMedia(AtomRequest areq,
Entry entry)
Deprecated.
Store media data in collection specified by pathInfo, create an Atom media-link entry to
store metadata for the new media file and return that entry to the caller.
|
void |
FileBasedAtomHandler.putEntry(AtomRequest areq,
Entry entry)
Deprecated.
Update entry specified by pathInfo and posted entry.
|
void |
FileBasedCollection.updateEntry(Entry entry,
String fsid)
Deprecated.
Update an entry in the collection.
|
Modifier and Type | Method and Description |
---|---|
List<Entry> |
Feed.getEntries()
Returns the feed entries.
|
Modifier and Type | Method and Description |
---|---|
void |
Feed.setEntries(List<Entry> entries)
Sets the feed entries.
|
Modifier and Type | Method and Description |
---|---|
protected Entry |
ConverterForAtom10.createAtomEntry(SyndEntry sEntry) |
protected Entry |
ConverterForAtom03.createAtomEntry(SyndEntry sEntry) |
Modifier and Type | Method and Description |
---|---|
protected List<Entry> |
ConverterForAtom10.createAtomEntries(List<SyndEntry> syndEntries) |
protected List<Entry> |
ConverterForAtom03.createAtomEntries(List<SyndEntry> syndEntries) |
Modifier and Type | Method and Description |
---|---|
SyndEnclosure |
ConverterForAtom03.createSyndEnclosure(Entry entry,
Link link) |
SyndEnclosure |
ConverterForAtom10.createSyndEnclosure(Feed feed,
Entry entry,
Link link) |
protected SyndEntry |
ConverterForAtom03.createSyndEntry(Entry entry,
boolean preserveWireItem) |
protected SyndEntry |
ConverterForAtom10.createSyndEntry(Feed feed,
Entry entry,
boolean preserveWireItem) |
Modifier and Type | Method and Description |
---|---|
protected List<SyndEntry> |
ConverterForAtom10.createSyndEntries(Feed feed,
List<Entry> atomEntries,
boolean preserveWireItems) |
protected List<SyndEntry> |
ConverterForAtom03.createSyndEntries(List<Entry> atomEntries,
boolean preserveWireItems) |
Modifier and Type | Method and Description |
---|---|
protected Entry |
Atom10Parser.parseEntry(Feed feed,
org.jdom2.Element eEntry,
String baseURI,
Locale locale) |
static Entry |
Atom10Parser.parseEntry(Reader rd,
String baseURI,
Locale locale)
Parse entry from reader.
|
Modifier and Type | Method and Description |
---|---|
protected List<Entry> |
Atom10Parser.parseEntries(Feed feed,
String baseURI,
List<org.jdom2.Element> eEntries,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
protected void |
Atom10Generator.addEntry(Entry entry,
org.jdom2.Element parent) |
protected void |
Atom03Generator.addEntry(Entry entry,
org.jdom2.Element parent) |
protected void |
Atom10Generator.populateEntry(Entry entry,
org.jdom2.Element eEntry) |
protected void |
Atom03Generator.populateEntry(Entry entry,
org.jdom2.Element eEntry) |
static void |
Atom10Generator.serializeEntry(Entry entry,
Writer writer)
Utility method to serialize an entry to writer.
|
Copyright © 2023. All rights reserved.