Package | Description |
---|---|
com.rometools.propono.blogclient | |
com.rometools.propono.blogclient.atomprotocol | |
com.rometools.propono.blogclient.metaweblog |
Modifier and Type | Interface and Description |
---|---|
interface |
BlogResource
Deprecated.
Propono will be removed in Rome 2.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseBlogEntry
Deprecated.
Propono will be removed in Rome 2.
|
Modifier and Type | Method and Description |
---|---|
BlogEntry |
Blog.getEntry(String token)
Deprecated.
Get a single BlogEntry (or BlogResource) by token.
|
BlogEntry |
Blog.newEntry()
Deprecated.
Instead use collections directly.
|
BlogEntry |
Blog.Collection.newEntry()
Create but do not save new entry in collection.
|
Modifier and Type | Method and Description |
---|---|
Iterator<BlogEntry> |
Blog.getEntries()
Deprecated.
Instead use collections directly.
|
Iterator<BlogEntry> |
Blog.Collection.getEntries()
Get iterator over entries/resources in this collection.
|
Iterator<BlogEntry> |
Blog.getResources()
Deprecated.
Instead use collections directly.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AtomEntry
Deprecated.
Propono will be removed in Rome 2.
|
class |
AtomResource
Deprecated.
Propono will be removed in Rome 2.
|
Modifier and Type | Method and Description |
---|---|
BlogEntry |
AtomBlog.getEntry(String token)
Deprecated.
Get a single BlogEntry (or BlogResource) by token.
|
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).
|
BlogEntry |
AtomCollection.newEntry()
Deprecated.
Create but do not save new entry in collection.
|
BlogEntry |
AtomEntryIterator.next()
Deprecated.
Get next entry.
|
Modifier and Type | Method and Description |
---|---|
Iterator<BlogEntry> |
AtomBlog.getEntries()
Deprecated.
Get iterator over entries in primary entries collection (the first collection that accepts
entries).
|
Iterator<BlogEntry> |
AtomCollection.getEntries()
Deprecated.
Get iterator over entries/resources in this collection.
|
Iterator<BlogEntry> |
AtomBlog.getResources()
Deprecated.
Get entries in primary resources collection (the first collection that accepts anything other
than entries).
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
MetaWeblogEntry
Deprecated.
Propono will be removed in Rome 2.
|
class |
MetaWeblogResource
Deprecated.
Propono will be removed in Rome 2.
|
Modifier and Type | Method and Description |
---|---|
BlogEntry |
MetaWeblogBlog.getEntry(String id)
Deprecated.
Get a single BlogEntry (or BlogResource) by token.
|
BlogEntry |
MetaWeblogBlog.newEntry()
Deprecated.
Create but do not save it to server new BlogEntry in primary entries collection (the first
collection found that accepts entries).
|
BlogEntry |
MetaWeblogBlog.MetaWeblogBlogCollection.newEntry()
Create but do not save new entry in collection.
|
BlogEntry |
MetaWeblogBlog.EntryIterator.next()
Get next entry.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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).
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2019. All rights reserved.