Package | Description |
---|---|
com.rometools.propono.atom.client |
Modifier and Type | Class and Description |
---|---|
class |
ClientMediaEntry
Client implementation of Atom media-link entry, an Atom entry that provides meta-data for a media
file (e.g.
|
Modifier and Type | Method and Description |
---|---|
ClientEntry |
ClientCollection.createEntry()
Create new entry associated with collection, but do not save to server.
|
ClientEntry |
ClientCollection.getEntry(String uri)
Get full entry specified by entry edit URI.
|
ClientEntry |
ClientAtomService.getEntry(String uri)
Get full entry from service by entry edit URI.
|
ClientEntry |
EntryIterator.next()
Get next entry in collection.
|
Modifier and Type | Method and Description |
---|---|
Iterator<ClientEntry> |
ClientCollection.getEntries()
Get iterator over entries in this collection.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientCollection.addEntry(ClientEntry entry)
Save to collection a new entry that was created by a createEntry() or createMediaEntry() and
save it to the server.
|
Copyright © 2016. All rights reserved.