Package | Description |
---|---|
com.rometools.propono.blogclient | |
com.rometools.propono.blogclient.atomprotocol | |
com.rometools.propono.blogclient.metaweblog |
Modifier and Type | Field and Description |
---|---|
protected List<BlogEntry.Category> |
BaseBlogEntry.categories |
Modifier and Type | Method and Description |
---|---|
List<BlogEntry.Category> |
Blog.getCategories()
Deprecated.
Instead use collections directly.
|
List<BlogEntry.Category> |
Blog.Collection.getCategories()
Return categories allowed by colletion.
|
List<BlogEntry.Category> |
BlogEntry.getCategories()
Get categories, a list of BlogEntry.Category objects
|
List<BlogEntry.Category> |
BaseBlogEntry.getCategories()
Get categories, a list of BlogEntry.Category objects
|
Modifier and Type | Method and Description |
---|---|
void |
BlogEntry.setCategories(List<BlogEntry.Category> categories)
Set categories, a list of BlogEntry.Category objects
|
void |
BaseBlogEntry.setCategories(List<BlogEntry.Category> categories)
Set categories, a list of BlogEntry.Category objects
|
Modifier and Type | Method and Description |
---|---|
List<BlogEntry.Category> |
AtomBlog.getCategories()
Returns list of available BlogEntry.Category in primary entries collection.
|
List<BlogEntry.Category> |
AtomCollection.getCategories()
Return categories allowed by colletion.
|
Modifier and Type | Method and Description |
---|---|
List<BlogEntry.Category> |
MetaWeblogBlog.getCategories()
Returns list of available BlogEntry.Category in primary entries collection.
|
List<BlogEntry.Category> |
MetaWeblogBlog.MetaWeblogBlogCollection.getCategories()
Return categories allowed by colletion.
|
Copyright © 2016. All rights reserved.