Package | Description |
---|---|
com.rometools.propono.blogclient | |
com.rometools.propono.blogclient.atomprotocol | |
com.rometools.propono.blogclient.metaweblog |
Modifier and Type | Interface and Description |
---|---|
interface |
BlogResource
Represents a file that has been uploaded to a blog.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseBlogEntry
Base implementation of a blog entry.
|
Modifier and Type | Method and Description |
---|---|
BlogEntry |
Blog.getEntry(String token)
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
Atom protocol implementation of BlogEntry.
|
class |
AtomResource
Atom protocol implementation of BlogResource.
|
Modifier and Type | Method and Description |
---|---|
BlogEntry |
AtomBlog.getEntry(String token)
Get a single BlogEntry (or BlogResource) by token.
|
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).
|
BlogEntry |
AtomEntryIterator.next()
Get next entry.
|
Modifier and Type | Method and Description |
---|---|
Iterator<BlogEntry> |
AtomCollection.getEntries()
Get iterator over entries/resources in this collection.
|
Iterator<BlogEntry> |
AtomBlog.getEntries()
Get iterator over entries in primary entries collection (the first collection that accepts
entries).
|
Iterator<BlogEntry> |
AtomBlog.getResources()
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)
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
MetaWeblog API implementation of an entry.
|
class |
MetaWeblogResource
MetaWeblog API implementation of an resource entry.
|
Modifier and Type | Method and Description |
---|---|
BlogEntry |
MetaWeblogBlog.getEntry(String id)
Get a single BlogEntry (or BlogResource) by token.
|
BlogEntry |
MetaWeblogBlog.newEntry()
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()
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()
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 © 2017. All rights reserved.