Package | Description |
---|---|
com.rometools.propono.atom.client | |
com.rometools.propono.atom.common | |
com.rometools.propono.atom.server | |
com.rometools.propono.atom.server.impl |
Modifier and Type | Class and Description |
---|---|
class |
ClientCategories
Deprecated.
Propono will be removed in Rome 2.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<Categories> |
Collection.categories
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Categories> |
Collection.getCategories()
Deprecated.
Get categories allowed by collection.
|
Modifier and Type | Method and Description |
---|---|
void |
Collection.addCategories(Categories cats)
Deprecated.
Workspace can have multiple Categories objects
|
Modifier and Type | Method and Description |
---|---|
Categories |
AtomHandler.getCategories(AtomRequest req)
Deprecated.
Get categories, a list of Categories objects
|
Modifier and Type | Method and Description |
---|---|
Categories |
FileBasedAtomHandler.getCategories(AtomRequest areq)
Deprecated.
Returns null because we use in-line categories.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Categories> |
FileBasedCollection.getCategories()
Deprecated.
Get list of one Categories object containing categories allowed by collection, returns
in-line categories if collection set to use in-line categories.
|
java.util.List<Categories> |
FileBasedCollection.getCategories(boolean inline)
Deprecated.
Get list of one Categories object containing categories allowed by collection.
|