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
Models an Atom protocol Categories element, which may contain ROME Atom
Category elements. |
Modifier and Type | Method and Description |
---|---|
List<Categories> |
Collection.getCategories()
Get categories allowed by collection.
|
Modifier and Type | Method and Description |
---|---|
void |
Collection.addCategories(Categories cats)
Workspace can have multiple Categories objects
|
Modifier and Type | Method and Description |
---|---|
Categories |
AtomHandler.getCategories(AtomRequest req)
Get categories, a list of Categories objects
|
Modifier and Type | Method and Description |
---|---|
Categories |
FileBasedAtomHandler.getCategories(AtomRequest areq)
Returns null because we use in-line categories.
|
Modifier and Type | Method and Description |
---|---|
List<Categories> |
FileBasedCollection.getCategories()
Get list of one Categories object containing categories allowed by collection, returns
in-line categories if collection set to use in-line categories.
|
List<Categories> |
FileBasedCollection.getCategories(boolean inline)
Get list of one Categories object containing categories allowed by collection.
|
Copyright © 2017. All rights reserved.