See: Description
Interface | Description |
---|---|
BatchWorkspaceService |
A service to perform batch operations in the current user's workspace.
|
WorkspaceService |
he service to manage files and folders in the current user's workspace.
|
Class | Description |
---|---|
WorkspaceFile |
The representation of a file in the user's workspace.
|
WorkspaceFolder |
The representation of a folder in the user's workspace.
|
WorkspaceItem |
The abstract base class for workspace folders and files.
|
Exception | Description |
---|---|
WorkspaceItemCopyException |
Thrown when the workspace item cannot be copied as requested.
|
WorkspaceItemDeleteException |
Thrown when the workspace item cannot be deleted as requested.
|
WorkspaceItemException |
The root of the hierarchy of all workspace item checked exceptions.
|
WorkspaceItemExistsException |
Thrown when an attempt is made to create a workspace item in the workspace and an item with that name exists.
|
WorkspaceItemMoveException |
Thrown when the workspace item cannot be moved as requested.
|
WorkspaceItemNotFoundException |
Thrown when the specified workspace item s not found in the workspace.
|
WorkspaceMarkForAddException |
Thrown when the workspace item cannot be marked for addition to the repository.
|
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA