Package | Description |
---|---|
com.rometools.propono.atom.client | |
com.rometools.propono.atom.common | |
com.rometools.propono.atom.server.impl |
Modifier and Type | Class and Description |
---|---|
class |
ClientCollection
Models an Atom collection, extends Collection and adds methods for adding, retrieving, updateing
and deleting entries.
|
Modifier and Type | Method and Description |
---|---|
Collection |
Collection.elementToCollection(org.jdom2.Element element)
Deserialize an Atom service collection XML element into an object
|
Collection |
Workspace.findCollection(String title,
String contentType)
Find collection by title and/or content-type.
|
Modifier and Type | Method and Description |
---|---|
List<Collection> |
Workspace.getCollections()
Iterate over collections in workspace
|
Modifier and Type | Method and Description |
---|---|
void |
Workspace.addCollection(Collection col)
Add new collection to workspace
|
Modifier and Type | Class and Description |
---|---|
class |
FileBasedCollection
File based Atom collection implementation.
|
Copyright © 2017. All rights reserved.