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
Deprecated.
|
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()
Deprecated.
Get categories, a list of BlogEntry.Category objects
|
List<BlogEntry.Category> |
BaseBlogEntry.getCategories()
Deprecated.
Get categories, a list of BlogEntry.Category objects
|
Modifier and Type | Method and Description |
---|---|
void |
BlogEntry.setCategories(List<BlogEntry.Category> categories)
Deprecated.
Set categories, a list of BlogEntry.Category objects
|
void |
BaseBlogEntry.setCategories(List<BlogEntry.Category> categories)
Deprecated.
Set categories, a list of BlogEntry.Category objects
|
Modifier and Type | Method and Description |
---|---|
List<BlogEntry.Category> |
AtomCollection.getCategories()
Deprecated.
Return categories allowed by colletion.
|
List<BlogEntry.Category> |
AtomBlog.getCategories()
Deprecated.
Returns list of available BlogEntry.Category in primary entries collection.
|
Modifier and Type | Method and Description |
---|---|
List<BlogEntry.Category> |
MetaWeblogBlog.getCategories()
Deprecated.
Returns list of available BlogEntry.Category in primary entries collection.
|
List<BlogEntry.Category> |
MetaWeblogBlog.MetaWeblogBlogCollection.getCategories()
Return categories allowed by colletion.
|
Copyright © 2024. All rights reserved.