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(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.
|
Modifier and Type | Method and Description |
---|---|
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 |
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).
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
String |
MetaWeblogBlog.MetaWeblogBlogCollection.saveResource(BlogResource res)
Save or update resource in this collection
|
Copyright © 2019. All rights reserved.