@Deprecated public class AtomService extends Object
Modifier and Type | Field and Description |
---|---|
static org.jdom2.Namespace |
ATOM_FORMAT
Deprecated.
Namespace for Atom Syndication Format
|
static org.jdom2.Namespace |
ATOM_PROTOCOL
Deprecated.
Namespace for Atom Publishing Protocol
|
Constructor and Description |
---|
AtomService()
Deprecated.
Create new and empty Atom service
|
Modifier and Type | Method and Description |
---|---|
void |
addWorkspace(Workspace workspace)
Deprecated.
Add Workspace to service.
|
static AtomService |
documentToService(org.jdom2.Document document)
Deprecated.
Deserialize an Atom service XML document into an object
|
Workspace |
findWorkspace(String title)
Deprecated.
Find workspace by title.
|
List<Workspace> |
getWorkspaces()
Deprecated.
Get Workspaces available from service.
|
org.jdom2.Document |
serviceToDocument()
Deprecated.
Serialize an AtomService object into an XML document
|
void |
setWorkspaces(List<Workspace> workspaces)
Deprecated.
Set Workspaces of service.
|
public static org.jdom2.Namespace ATOM_FORMAT
public static org.jdom2.Namespace ATOM_PROTOCOL
public void addWorkspace(Workspace workspace)
public List<Workspace> getWorkspaces()
public void setWorkspaces(List<Workspace> workspaces)
public Workspace findWorkspace(String title)
title
- Match this titlepublic static AtomService documentToService(org.jdom2.Document document) throws ProponoException
ProponoException
public org.jdom2.Document serviceToDocument()
Copyright © 2022. All rights reserved.