Interface AtomInfo
-
public interface AtomInfoA AtomInfoAtomInfo represents the structure of Service Document according RFC 5023 (for ATOM format)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommonAttributesgetCommonAttributes()Get common attributesList<ExtensionElement>getExtesionElements()Get the list of extension elementsList<Workspace>getWorkspaces()Get the list of workspaces
-
-
-
Method Detail
-
getWorkspaces
List<Workspace> getWorkspaces()
Get the list of workspaces- Returns:
- a list of
Workspace
-
getCommonAttributes
CommonAttributes getCommonAttributes()
Get common attributes- Returns:
CommonAttributes
-
getExtesionElements
List<ExtensionElement> getExtesionElements()
Get the list of extension elements- Returns:
- a list of
ExtensionElement
-
-