Uses of Class
project35.desktopDeployment.Workspace

Packages that use Workspace
project35.desktopDeployment The project35.desktopDeployment package describes classes that are used to make the desktop version of the data entry tool. 
project35.soa.security contains basic classes for supporting a security service. 
 

Uses of Workspace in project35.desktopDeployment
 

Methods in project35.desktopDeployment that return Workspace
static Workspace Workspace.createWorkSpace(Startup startup)
           
 

Uses of Workspace in project35.soa.security
 

Methods in project35.soa.security with parameters of type Workspace
 void SecurityService.setWorkSpace(Workspace workSpace)
           
 void DummySecurityService.setWorkSpace(Workspace workSpace)