此内容没有您所选择的语言版本。
16.49. Workspace Change Requests
Requests that deal with changing workspaces extend ChangeRequest.
Name | Description |
---|---|
CreateWorkspaceRequest | A request to create a workspace with a particular name. The connector returns the actual location for the root node if the workspace exists, as well as the actual name of the workspace (e.g., the default workspace name if a null name is supplied). The connector sets a InvalidWorkspaceException error on the request if the named workspace already exists. |
DestroyWorkspaceRequest | A request to destroy a workspace with a particular name. The connector sets a InvalidWorkspaceException error on the request if the named workspace does not exist. |
CloneWorkspaceRequest | A request to clone one named workspace as another new named workspace. The connector sets a InvalidWorkspaceException error on the request if the original workspace does not exist, or if the new workspace already exists. |