Package | Description |
---|---|
com.rometools.propono.atom.client | |
com.rometools.propono.blogclient.atomprotocol |
Modifier and Type | Field and Description |
---|---|
private ClientCollection |
ClientCategories.clientCollection
Deprecated.
|
private ClientCollection |
EntryIterator.collection
Deprecated.
|
private ClientCollection |
ClientEntry.collection
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
(package private) ClientCollection |
ClientEntry.getCollection()
Deprecated.
|
static ClientCollection |
AtomClientFactory.getCollection(java.lang.String uri,
AuthStrategy authStrategy)
Deprecated.
Create ClientCollection bound to URI.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
ClientEntry.addToCollection(ClientCollection col)
Deprecated.
|
(package private) void |
ClientMediaEntry.addToCollection(ClientCollection col)
Deprecated.
Package access, to be called by DefaultClientCollection
|
(package private) void |
ClientEntry.setCollection(ClientCollection collection)
Deprecated.
|
Constructor and Description |
---|
ClientCategories(org.jdom2.Element e,
ClientCollection clientCollection)
Deprecated.
Load select from XML element
|
ClientEntry(ClientAtomService service,
ClientCollection collection)
Deprecated.
|
ClientEntry(ClientAtomService service,
ClientCollection collection,
Entry entry,
boolean partial)
Deprecated.
|
ClientMediaEntry(ClientAtomService service,
ClientCollection collection)
Deprecated.
Create ClientMedieEntry for service and collection.
|
ClientMediaEntry(ClientAtomService service,
ClientCollection collection,
Entry entry,
boolean partial)
Deprecated.
|
ClientMediaEntry(ClientAtomService service,
ClientCollection collection,
java.lang.String title,
java.lang.String slug,
java.lang.String contentType,
byte[] bytes)
Deprecated.
|
ClientMediaEntry(ClientAtomService service,
ClientCollection collection,
java.lang.String title,
java.lang.String slug,
java.lang.String contentType,
java.io.InputStream is)
Deprecated.
|
EntryIterator(ClientCollection collection)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
private ClientCollection |
AtomCollection.clientCollection
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
(package private) ClientCollection |
AtomCollection.getClientCollection()
Deprecated.
|
Constructor and Description |
---|
AtomCollection(AtomBlog blog,
ClientCollection col)
Deprecated.
|