Class
caplin.webcentric.workspace

WebcentricWorkspaceService

The class is still an Alpha release. It should only be used for experimental development as substantial changes may occur.
A Webcentric implementation of the caplin.services.WorkspaceService interface. This class is assigned to the caplin.workspace-service alias when using the caplin.webcentric-service-aliases alias group.

This class is part of an alpha release, and some methods have not been implemented yet.

Constructor Summary

Attributes Name and Description
caplin.webcentric.workspace.WebcentricWorkspaceService()

Method Summary

Attributes Name and Description
void closeWorkspace( workspace)

See caplin.services.WorkspaceService#closeWorkspace.

void createWorkspace( workspaceToCopy)

See caplin.services.WorkspaceService#createWorkspace.

void deleteWorkspace( workspace)

See caplin.services.WorkspaceService#deleteWorkspace.

void getAvailableWorkspaces()

See caplin.services.WorkspaceService#getAvailableWorkspaces.

void getOpenWorkspaces()

See caplin.services.WorkspaceService#getOpenWorkspaces.

void getSelectedWorkspace()

See caplin.services.WorkspaceService#getSelectedWorkspace.

void openWorkspace( workspace)

See caplin.services.WorkspaceService#openWorkspace.

void saveWorkspace(caplin.webcentric.workspace.WebcentricWorkspace workspace)

Saves the workspace to the Webcentric servlet.

void selectWorkspace( workspace)

See caplin.services.WorkspaceService#select.

Constructor Detail

caplin.webcentric.workspace.WebcentricWorkspaceService()

Method Detail

void closeWorkspace( workspace)

See caplin.services.WorkspaceService#closeWorkspace.

Parameters
workspace

void createWorkspace( workspaceToCopy)

See caplin.services.WorkspaceService#createWorkspace.

Parameters
workspaceToCopy

void deleteWorkspace( workspace)

See caplin.services.WorkspaceService#deleteWorkspace.

Parameters
workspace

void getAvailableWorkspaces()

See caplin.services.WorkspaceService#getAvailableWorkspaces.

void getOpenWorkspaces()

See caplin.services.WorkspaceService#getOpenWorkspaces.

void getSelectedWorkspace()

See caplin.services.WorkspaceService#getSelectedWorkspace.

void openWorkspace( workspace)

See caplin.services.WorkspaceService#openWorkspace.

Parameters
workspace

void saveWorkspace(caplin.webcentric.workspace.WebcentricWorkspace workspace)

Saves the workspace to the Webcentric servlet. Calling this method with a workspace that is not selected will first select it.

Parameters
caplin.webcentric.workspace.WebcentricWorkspace workspace The Webcentric workspace to be saved.

void selectWorkspace( workspace)

See caplin.services.WorkspaceService#select.

Parameters
workspace