Package | Description |
---|---|
com.rometools.propono.atom.client | |
com.rometools.propono.blogclient.atomprotocol |
Modifier and Type | Class and Description |
---|---|
class |
ClientMediaEntry
Deprecated.
Propono will be removed in Rome 2.
|
Modifier and Type | Method and Description |
---|---|
ClientEntry |
ClientCollection.createEntry()
Deprecated.
Create new entry associated with collection, but do not save to server.
|
ClientEntry |
ClientCollection.getEntry(java.lang.String uri)
Deprecated.
Get full entry specified by entry edit URI.
|
ClientEntry |
ClientAtomService.getEntry(java.lang.String uri)
Deprecated.
Get full entry from service by entry edit URI.
|
ClientEntry |
EntryIterator.next()
Deprecated.
Get next entry in collection.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<ClientEntry> |
ClientCollection.getEntries()
Deprecated.
Get iterator over entries in this collection.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientCollection.addEntry(ClientEntry entry)
Deprecated.
Save to collection a new entry that was created by a createEntry() or createMediaEntry() and
save it to the server.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Iterator<ClientEntry> |
AtomEntryIterator.iterator
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
AtomResource.copyFromRomeEntry(ClientEntry entry)
Deprecated.
|
(package private) void |
AtomEntry.copyFromRomeEntry(ClientEntry entry)
Deprecated.
|
(package private) Entry |
AtomEntry.copyToRomeEntry(ClientEntry entry)
Deprecated.
|
Constructor and Description |
---|
AtomEntry(AtomBlog blog,
ClientEntry entry)
Deprecated.
|
AtomEntry(AtomCollection collection,
ClientEntry entry)
Deprecated.
|