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 |
ClientWorkspace
Represents Atom protocol workspace on client-side.
|
Modifier and Type | Method and Description |
---|---|
Workspace |
ClientCollection.getWorkspace()
Get workspace or null if collection is not associated with a workspace.
|
Modifier and Type | Method and Description |
---|---|
static Workspace |
Workspace.elementToWorkspace(org.jdom2.Element element)
Deserialize a Atom workspace XML element into an object
|
Workspace |
AtomService.findWorkspace(String title)
Find workspace by title.
|
Modifier and Type | Method and Description |
---|---|
List<Workspace> |
AtomService.getWorkspaces()
Get Workspaces available from service.
|
Modifier and Type | Method and Description |
---|---|
void |
AtomService.addWorkspace(Workspace workspace)
Add Workspace to service.
|
Modifier and Type | Method and Description |
---|---|
void |
AtomService.setWorkspaces(List<Workspace> workspaces)
Set Workspaces of service.
|
Modifier and Type | Class and Description |
---|---|
class |
FileBasedWorkspace
File based Atom service Workspace.
|
Copyright © 2017. All rights reserved.