Package | Description |
---|---|
com.rometools.propono.blogclient | |
com.rometools.propono.blogclient.atomprotocol | |
com.rometools.propono.blogclient.metaweblog |
Modifier and Type | Method and Description |
---|---|
private static BlogConnection |
BlogConnectionFactory.createBlogConnection(java.lang.String className,
java.lang.String url,
java.lang.String username,
java.lang.String password)
Deprecated.
|
void |
BlogEntry.delete()
Deprecated.
Delete this entry from blog server
|
java.io.InputStream |
BlogResource.getAsStream()
Deprecated.
Get resource as stream, using content.src as URL
|
static BlogConnection |
BlogConnectionFactory.getBlogConnection(java.lang.String type,
java.lang.String url,
java.lang.String username,
java.lang.String password)
Deprecated.
Create a connection to a blog server.
|
java.util.List<BlogEntry.Category> |
Blog.getCategories()
Deprecated.
Instead use collections directly.
|
java.util.List<BlogEntry.Category> |
Blog.Collection.getCategories()
Return categories allowed by colletion.
|
Blog.Collection |
Blog.getCollection(java.lang.String token)
Deprecated.
Get collection by token.
|
java.util.List<Blog.Collection> |
Blog.getCollections()
Deprecated.
Gets listing of entry and resource collections available in the blog, including the primary
collections.
|
java.util.Iterator<BlogEntry> |
Blog.getEntries()
Deprecated.
Instead use collections directly.
|
java.util.Iterator<BlogEntry> |
Blog.Collection.getEntries()
Get iterator over entries/resources in this collection.
|
BlogEntry |
Blog.getEntry(java.lang.String token)
Deprecated.
Get a single BlogEntry (or BlogResource) by token.
|
java.util.Iterator<BlogEntry> |
Blog.getResources()
Deprecated.
Instead use collections directly.
|
BlogEntry |
Blog.newEntry()
Deprecated.
Instead use collections directly.
|
BlogEntry |
Blog.Collection.newEntry()
Create but do not save new entry in collection.
|
BlogResource |
Blog.newResource(java.lang.String name,
java.lang.String type,
byte[] bytes)
Deprecated.
Instead use collections directly.
|
BlogResource |
Blog.Collection.newResource(java.lang.String name,
java.lang.String contentType,
byte[] bytes)
Create but do not save new resource in collection.
|
void |
BlogEntry.save()
Deprecated.
Save this entry to it's collection.
|
java.lang.String |
Blog.Collection.saveEntry(BlogEntry entry)
Save or update a BlogEntry in this collection by adding it to this collection and then
calling it's entry.save() method.
|
java.lang.String |
Blog.Collection.saveResource(BlogResource resource)
Save or update resource in this collection
|
void |
BlogResource.update(byte[] newBytes)
Deprecated.
Update resource by immediately uploading new bytes to server
|
Modifier and Type | Method and Description |
---|---|
void |
AtomEntry.delete()
Deprecated.
|
(package private) void |
AtomCollection.deleteEntry(BlogEntry entry)
Deprecated.
|
(package private) void |
AtomBlog.deleteEntry(BlogEntry entry)
Deprecated.
|
(package private) void |
AtomBlog.deleteResource(BlogResource resource)
Deprecated.
|
java.io.InputStream |
AtomResource.getAsStream()
Deprecated.
Get resource as stream, using content.src as URL
|
java.util.List<BlogEntry.Category> |
AtomBlog.getCategories()
Deprecated.
Returns list of available BlogEntry.Category in primary entries collection.
|
Blog.Collection |
AtomBlog.getCollection(java.lang.String token)
Deprecated.
Get collection by token.
|
java.util.List<Blog.Collection> |
AtomBlog.getCollections()
Deprecated.
Gets listing of entry and resource collections available in the blog, including the primary
collections.
|
java.util.Iterator<BlogEntry> |
AtomCollection.getEntries()
Deprecated.
Get iterator over entries/resources in this collection.
|
java.util.Iterator<BlogEntry> |
AtomBlog.getEntries()
Deprecated.
Get iterator over entries in primary entries collection (the first collection that accepts
entries).
|
BlogEntry |
AtomBlog.getEntry(java.lang.String token)
Deprecated.
Get a single BlogEntry (or BlogResource) by token.
|
java.util.Iterator<BlogEntry> |
AtomBlog.getResources()
Deprecated.
Get entries in primary resources collection (the first collection that accepts anything other
than entries).
|
BlogEntry |
AtomCollection.newEntry()
Deprecated.
Create but do not save new entry in collection.
|
BlogEntry |
AtomBlog.newEntry()
Deprecated.
Create but do not save it to server new BlogEntry in primary entries collection (the first
collection found that accepts entries).
|
BlogResource |
AtomCollection.newResource(java.lang.String name,
java.lang.String contentType,
byte[] bytes)
Deprecated.
Create but do not save new resource in collection.
|
BlogResource |
AtomBlog.newResource(java.lang.String name,
java.lang.String contentType,
byte[] bytes)
Deprecated.
Create but do not save it to server new BlogResource in primary resources collection (the
first collection found that accepts resources).
|
void |
AtomEntry.save()
Deprecated.
|
void |
AtomResource.save()
Deprecated.
Save this entry to it's collection.
|
java.lang.String |
AtomCollection.saveEntry(BlogEntry entry)
Deprecated.
Save or update a BlogEntry in this collection by adding it to this collection and then
calling it's entry.save() method.
|
(package private) java.lang.String |
AtomBlog.saveEntry(BlogEntry entry)
Deprecated.
|
java.lang.String |
AtomCollection.saveResource(BlogResource res)
Deprecated.
Save or update resource in this collection
|
(package private) java.lang.String |
AtomBlog.saveResource(BlogResource res)
Deprecated.
|
void |
AtomResource.update(byte[] newBytes)
Deprecated.
Update resource by immediately uploading new bytes to server
|
Constructor and Description |
---|
AtomConnection(java.lang.String uri,
java.lang.String username,
java.lang.String password)
Deprecated.
Create Atom blog client instance for specified URL and user account.
|
AtomEntry(AtomBlog blog,
AtomCollection collection)
Deprecated.
|
AtomEntry(AtomBlog blog,
ClientEntry entry)
Deprecated.
|
AtomEntry(AtomCollection collection,
ClientEntry entry)
Deprecated.
|
AtomEntryIterator(AtomCollection collection)
Deprecated.
|
AtomResource(AtomBlog blog,
ClientMediaEntry entry)
Deprecated.
|
AtomResource(AtomCollection collection,
ClientMediaEntry entry)
Deprecated.
|
AtomResource(AtomCollection collection,
java.lang.String name,
java.lang.String contentType,
byte[] bytes)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
MetaWeblogResource.delete()
Deprecated.
Not supported by MetaWeblog API
|
void |
MetaWeblogEntry.delete()
Deprecated.
Delete this entry from blog server
|
(package private) void |
MetaWeblogBlog.deleteEntry(java.lang.String id)
Deprecated.
|
(package private) void |
MetaWeblogBlog.deleteResource(BlogResource resource)
Deprecated.
|
java.io.InputStream |
MetaWeblogResource.getAsStream()
Deprecated.
Get media resource as input stream.
|
java.util.List<BlogEntry.Category> |
MetaWeblogBlog.getCategories()
Deprecated.
Returns list of available BlogEntry.Category in primary entries collection.
|
java.util.List<BlogEntry.Category> |
MetaWeblogBlog.MetaWeblogBlogCollection.getCategories()
Return categories allowed by colletion.
|
Blog.Collection |
MetaWeblogBlog.getCollection(java.lang.String token)
Deprecated.
Get collection by token.
|
java.util.List<Blog.Collection> |
MetaWeblogBlog.getCollections()
Deprecated.
Gets listing of entry and resource collections available in the blog, including the primary
collections.
|
java.util.Iterator<BlogEntry> |
MetaWeblogBlog.getEntries()
Deprecated.
Get iterator over entries in primary entries collection (the first collection that accepts
entries).
|
java.util.Iterator<BlogEntry> |
MetaWeblogBlog.MetaWeblogBlogCollection.getEntries()
Get iterator over entries/resources in this collection.
|
BlogEntry |
MetaWeblogBlog.getEntry(java.lang.String id)
Deprecated.
Get a single BlogEntry (or BlogResource) by token.
|
private void |
MetaWeblogBlog.EntryIterator.getNextEntries() |
(package private) BlogResource |
MetaWeblogBlog.getResource(java.lang.String token)
Deprecated.
|
NoOpIterator<BlogEntry> |
MetaWeblogBlog.getResources()
Deprecated.
Get entries in primary resources collection (the first collection that accepts anything other
than entries).
|
BlogEntry |
MetaWeblogBlog.MetaWeblogBlogCollection.newEntry()
Create but do not save new entry in collection.
|
BlogResource |
MetaWeblogBlog.newResource(java.lang.String name,
java.lang.String contentType,
byte[] bytes)
Deprecated.
Create but do not save it to server new BlogResource in primary resources collection (the
first collection found that accepts resources).
|
BlogResource |
MetaWeblogBlog.MetaWeblogBlogCollection.newResource(java.lang.String name,
java.lang.String contentType,
byte[] bytes)
Create but do not save new resource in collection.
|
void |
MetaWeblogResource.save()
Deprecated.
Save this entry to it's collection.
|
void |
MetaWeblogEntry.save()
Deprecated.
Save this entry to it's collection.
|
(package private) java.lang.String |
MetaWeblogBlog.saveEntry(BlogEntry entry)
Deprecated.
|
java.lang.String |
MetaWeblogBlog.MetaWeblogBlogCollection.saveEntry(BlogEntry entry)
Save or update a BlogEntry in this collection by adding it to this collection and then
calling it's entry.save() method.
|
java.lang.String |
MetaWeblogBlog.MetaWeblogBlogCollection.saveResource(BlogResource res)
Save or update resource in this collection
|
(package private) java.lang.String |
MetaWeblogBlog.saveResource(MetaWeblogResource resource)
Deprecated.
|
void |
MetaWeblogResource.update(byte[] bytes)
Deprecated.
Update resource by immediately uploading new bytes to server
|
Constructor and Description |
---|
EntryIterator()
Iterator for looping over MetaWeblog API entries.
|
MetaWeblogConnection(java.lang.String url,
java.lang.String userName,
java.lang.String password)
Deprecated.
|