|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BlogClientException | |
---|---|
org.rometools.propono.blogclient | |
org.rometools.propono.blogclient.atomprotocol | |
org.rometools.propono.blogclient.metaweblog |
Uses of BlogClientException in org.rometools.propono.blogclient |
---|
Methods in org.rometools.propono.blogclient that throw BlogClientException | |
---|---|
void |
BlogEntry.delete()
Delete this entry from blog server |
InputStream |
BlogResource.getAsStream()
Get resource as stream, using content.src as URL |
static BlogConnection |
BlogConnectionFactory.getBlogConnection(String type,
String url,
String username,
String password)
Create a connection to a blog server. |
List |
Blog.getCategories()
Deprecated. Instead use collections directly. |
List |
Blog.Collection.getCategories()
Return categories allowed by colletion. |
Blog.Collection |
Blog.getCollection(String token)
Get collection by token. |
List |
Blog.getCollections()
Gets listing of entry and resource collections available in the blog, including the primary collections. |
Iterator |
Blog.getEntries()
Deprecated. Instead use collections directly. |
Iterator |
Blog.Collection.getEntries()
Get iterator over entries/resources in this collection. |
BlogEntry |
Blog.getEntry(String token)
Get a single BlogEntry (or BlogResource) by token. |
Iterator |
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()
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)
Update resource by immediately uploading new bytes to server |
Uses of BlogClientException in org.rometools.propono.blogclient.atomprotocol |
---|
Methods in org.rometools.propono.blogclient.atomprotocol that throw BlogClientException | |
---|---|
void |
AtomEntry.delete()
Delete this entry from blog server |
InputStream |
AtomResource.getAsStream()
Get resource as stream, using content.src as URL |
List |
AtomBlog.getCategories()
Returns list of available BlogEntry.Category in primary entries collection. |
Blog.Collection |
AtomBlog.getCollection(String token)
Get collection by token. |
List |
AtomBlog.getCollections()
Gets listing of entry and resource collections available in the blog, including the primary collections. |
Iterator |
AtomCollection.getEntries()
Get iterator over entries/resources in this collection. |
Iterator |
AtomBlog.getEntries()
Get iterator over entries in primary entries collection (the first collection that accepts entries). |
BlogEntry |
AtomBlog.getEntry(String token)
Get a single BlogEntry (or BlogResource) by token. |
Iterator |
AtomBlog.getResources()
Get entries in primary resources collection (the first collection that accepts anything other than entries). |
BlogEntry |
AtomCollection.newEntry()
Create but do not save new entry in collection. |
BlogEntry |
AtomBlog.newEntry()
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)
Create but do not save new resource in collection. |
BlogResource |
AtomBlog.newResource(String name,
String contentType,
byte[] bytes)
Create but do not save it to server new BlogResource in primary resources collection (the first collection found that accepts resources). |
void |
AtomEntry.save()
Save this entry to it's collection. |
void |
AtomResource.save()
Save this entry to it's collection. |
String |
AtomCollection.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 |
AtomCollection.saveResource(BlogResource res)
Save or update resource in this collection |
void |
AtomResource.update(byte[] newBytes)
Update resource by immediately uploading new bytes to server |
Constructors in org.rometools.propono.blogclient.atomprotocol that throw BlogClientException | |
---|---|
AtomConnection(String uri,
String username,
String password)
Create Atom blog client instance for specified URL and user account. |
Uses of BlogClientException in org.rometools.propono.blogclient.metaweblog |
---|
Methods in org.rometools.propono.blogclient.metaweblog that throw BlogClientException | |
---|---|
void |
MetaWeblogResource.delete()
Not supported by MetaWeblog API |
void |
MetaWeblogEntry.delete()
Delete this entry from blog server |
InputStream |
MetaWeblogResource.getAsStream()
Get media resource as input stream. |
List |
MetaWeblogBlog.getCategories()
Returns list of available BlogEntry.Category in primary entries collection. |
List |
MetaWeblogBlog.MetaWeblogBlogCollection.getCategories()
Return categories allowed by colletion. |
Blog.Collection |
MetaWeblogBlog.getCollection(String token)
Get collection by token. |
List |
MetaWeblogBlog.getCollections()
Gets listing of entry and resource collections available in the blog, including the primary collections. |
Iterator |
MetaWeblogBlog.getEntries()
Get iterator over entries in primary entries collection (the first collection that accepts entries). |
Iterator |
MetaWeblogBlog.MetaWeblogBlogCollection.getEntries()
Get iterator over entries/resources in this collection. |
BlogEntry |
MetaWeblogBlog.getEntry(String id)
Get a single BlogEntry (or BlogResource) by token. |
Iterator |
MetaWeblogBlog.getResources()
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)
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()
Save this entry to it's collection. |
void |
MetaWeblogEntry.save()
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)
Update resource by immediately uploading new bytes to server |
Constructors in org.rometools.propono.blogclient.metaweblog that throw BlogClientException | |
---|---|
MetaWeblogBlog.EntryIterator()
Iterator for looping over MetaWeblog API entries. |
|
MetaWeblogConnection(String url,
String userName,
String password)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |