Uses of Class
com.sas.hls.resource.workspace.WorkspaceResource

Packages that use WorkspaceResource
com.sas.hls.resource.workspace Provides the classes and interfaces to manipulate resources in the current workspace. 
 

Uses of WorkspaceResource in com.sas.hls.resource.workspace
 

Subclasses of WorkspaceResource in com.sas.hls.resource.workspace
 class WorkspaceFile
          Client-side representation of a file in the workspace.
 class WorkspaceFolder
          Represents a folder in the workspace.
 

Methods in com.sas.hls.resource.workspace that return WorkspaceResource
 WorkspaceResource WorkspaceResourceService.copy(String sourcePath, String targetPath)
          Copy the file or folder from sourcePath into targetFolder and give the new copy the name newName.
 WorkspaceResource WorkspaceResourceService.getResource(String path)
          Get a client representation of the specified resource in the workspace.
 WorkspaceResource WorkspaceResourceService.rename(String path, String name)
          Rename the workspace resource.
 

Methods in com.sas.hls.resource.workspace that return types with arguments of type WorkspaceResource
 List<WorkspaceResource> WorkspaceResourceService.getChildren(String path)
          Return the children of the specified workspace folder.
 



Copyright (c) 2012, SAS Institute Inc., Cary, NC, USA