| Package | Description |
|---|---|
| com.rometools.propono.blogclient | |
| com.rometools.propono.blogclient.atomprotocol | |
| com.rometools.propono.blogclient.metaweblog |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
Blog.Collection.saveResource(BlogResource resource)
Save or update resource in this collection
|
| Modifier and Type | Class and Description |
|---|---|
class |
AtomResource
Deprecated.
Propono will be removed in Rome 2.
|
| Modifier and Type | Method and Description |
|---|---|
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).
|
BlogResource |
AtomCollection.newResource(java.lang.String name,
java.lang.String contentType,
byte[] bytes)
Deprecated.
Create but do not save new resource in collection.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
AtomBlog.deleteResource(BlogResource resource)
Deprecated.
|
(package private) java.lang.String |
AtomBlog.saveResource(BlogResource res)
Deprecated.
|
java.lang.String |
AtomCollection.saveResource(BlogResource res)
Deprecated.
Save or update resource in this collection
|
| Modifier and Type | Class and Description |
|---|---|
class |
MetaWeblogResource
Deprecated.
Propono will be removed in Rome 2.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) BlogResource |
MetaWeblogBlog.getResource(java.lang.String token)
Deprecated.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
MetaWeblogBlog.deleteResource(BlogResource resource)
Deprecated.
|
java.lang.String |
MetaWeblogBlog.MetaWeblogBlogCollection.saveResource(BlogResource res)
Save or update resource in this collection
|