Uses of Class
org.restlet.ext.atom.Workspace
-
Packages that use Workspace Package Description org.restlet.ext.atom Support for the Atom syndication and the AtomPub (Atom Publication Protocol) standards in their 1.0 version.org.restlet.ext.atom.internal -
-
Uses of Workspace in org.restlet.ext.atom
Fields in org.restlet.ext.atom declared as Workspace Modifier and Type Field Description private WorkspaceCollection. workspaceThe parent workspace.Fields in org.restlet.ext.atom with type parameters of type Workspace Modifier and Type Field Description private java.util.List<Workspace>Service. workspacesThe list of workspaces.Methods in org.restlet.ext.atom that return Workspace Modifier and Type Method Description WorkspaceCollection. getWorkspace()Returns the parent workspace.Methods in org.restlet.ext.atom that return types with arguments of type Workspace Modifier and Type Method Description java.util.List<Workspace>Service. getWorkspaces()Returns the list of workspaces.Methods in org.restlet.ext.atom with parameters of type Workspace Modifier and Type Method Description voidCollection. setWorkspace(Workspace workspace)Sets the parent workspace.Constructors in org.restlet.ext.atom with parameters of type Workspace Constructor Description Collection(Workspace workspace, java.lang.String title, java.lang.String href)Constructor. -
Uses of Workspace in org.restlet.ext.atom.internal
Fields in org.restlet.ext.atom.internal declared as Workspace Modifier and Type Field Description private WorkspaceServiceContentReader. currentWorkspace
-