|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Workspace | |
---|---|
org.restlet.ext.atom | Support for the Atom syndication standard. |
Uses of Workspace in org.restlet.ext.atom |
---|
Methods in org.restlet.ext.atom that return Workspace | |
---|---|
Workspace |
Collection.getWorkspace()
Returns the parent workspace. |
Methods in org.restlet.ext.atom that return types with arguments of type Workspace | |
---|---|
java.util.List<Workspace> |
Service.getWorkspaces()
Returns the list of workspaces. |
Methods in org.restlet.ext.atom with parameters of type Workspace | |
---|---|
void |
Collection.setWorkspace(Workspace workspace)
Sets the parent workspace. |
Constructors in org.restlet.ext.atom with parameters of type Workspace | |
---|---|
Collection(Workspace workspace,
java.lang.String title,
java.lang.String href)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |