Package | Description |
---|---|
com.rometools.propono.blogclient | |
com.rometools.propono.blogclient.atomprotocol | |
com.rometools.propono.blogclient.metaweblog |
Modifier and Type | Method and Description |
---|---|
void |
BlogEntry.delete()
Deprecated.
Delete this entry from blog server
|
InputStream |
BlogResource.getAsStream()
Deprecated.
Get resource as stream, using content.src as URL
|
static BlogConnection |
BlogConnectionFactory.getBlogConnection(String type,
String url,
String username,
String password)
Deprecated.
Create a connection to a blog server.
|
List<BlogEntry.Category> |
Blog.getCategories()
Deprecated.
Instead use collections directly.
|
List<BlogEntry.Category> |
Blog.Collection.getCategories()
Return categories allowed by colletion.
|
Blog.Collection |
Blog.getCollection(String token)
Deprecated.
Get collection by token.
|
List<Blog.Collection> |
Blog.getCollections()
Deprecated.
Gets listing of entry and resource collections available in the blog, including the primary
collections.
|
Iterator<BlogEntry> |
Blog.getEntries()
Deprecated.
Instead use collections directly.
|
Iterator<BlogEntry> |
Blog.Collection.getEntries()
Get iterator over entries/resources in this collection.
|
BlogEntry |
Blog.getEntry(String token)
Deprecated.
Get a single BlogEntry (or BlogResource) by token.
|
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(String name,
String type,
byte[] bytes)
Deprecated.
Instead use collections directly.
|
BlogResource |
Blog.Collection.newResource(String name,
String contentType,
byte[] bytes)
Create but do not save new resource in collection.
|
void |
BlogEntry.save()
Deprecated.
Save this entry to it's collection.
|
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.
|
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.
|
InputStream |
AtomResource.getAsStream()
Deprecated.
Get resource as stream, using content.src as URL
|
List<BlogEntry.Category> |
AtomBlog.getCategories()
Deprecated.
Returns list of available BlogEntry.Category in primary entries collection.
|
Blog.Collection |
AtomBlog.getCollection(String token)
Deprecated.
Get collection by token.
|
List<Blog.Collection> |
AtomBlog.getCollections()
Deprecated.
Gets listing of entry and resource collections available in the blog, including the primary
collections.
|
Iterator<BlogEntry> |
AtomCollection.getEntries()
Deprecated.
Get iterator over entries/resources in this collection.
|
Iterator<BlogEntry> |
AtomBlog.getEntries()
Deprecated.
Get iterator over entries in primary entries collection (the first collection that accepts
entries).
|
BlogEntry |
AtomBlog.getEntry(String token)
Deprecated.
Get a single BlogEntry (or BlogResource) by token.
|
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(String name,
String contentType,
byte[] bytes)
Deprecated.
Create but do not save new resource in collection.
|
BlogResource |
AtomBlog.newResource(String name,
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 |
AtomResource.save()
Deprecated.
Save this entry to it's collection.
|
void |
AtomEntry.save()
Deprecated.
|
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.
|
String |
AtomCollection.saveResource(BlogResource res)
Deprecated.
Save or update resource in this collection
|
void |
AtomResource.update(byte[] newBytes)
Deprecated.
Update resource by immediately uploading new bytes to server
|
Constructor and Description |
---|
AtomConnection(String uri,
String username,
String password)
Deprecated.
Create Atom blog client instance for specified URL and user account.
|
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
|
InputStream |
MetaWeblogResource.getAsStream()
Deprecated.
Get media resource as input stream.
|
List<BlogEntry.Category> |
MetaWeblogBlog.getCategories()
Deprecated.
Returns list of available BlogEntry.Category in primary entries collection.
|
List<BlogEntry.Category> |
MetaWeblogBlog.MetaWeblogBlogCollection.getCategories()
Return categories allowed by colletion.
|
Blog.Collection |
MetaWeblogBlog.getCollection(String token)
Deprecated.
Get collection by token.
|
List<Blog.Collection> |
MetaWeblogBlog.getCollections()
Deprecated.
Gets listing of entry and resource collections available in the blog, including the primary
collections.
|
Iterator<BlogEntry> |
MetaWeblogBlog.getEntries()
Deprecated.
Get iterator over entries in primary entries collection (the first collection that accepts
entries).
|
Iterator<BlogEntry> |
MetaWeblogBlog.MetaWeblogBlogCollection.getEntries()
Get iterator over entries/resources in this collection.
|
BlogEntry |
MetaWeblogBlog.getEntry(String id)
Deprecated.
Get a single BlogEntry (or BlogResource) by token.
|
com.rometools.propono.blogclient.metaweblog.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(String name,
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(String name,
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.
|
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.
|
String |
MetaWeblogBlog.MetaWeblogBlogCollection.saveResource(BlogResource res)
Save or update resource in this collection
|
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(String url,
String userName,
String password)
Deprecated.
|
Copyright © 2023. All rights reserved.