public class MDSSandbox
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
void |
abortSandbox(java.lang.String sandboxName)
Abort the changes in the sandbox.
|
void |
commitSandbox(java.lang.String sandboxName)
Commit the changes in the sandbox so that they are visible outside the sandbox.
|
void |
createSandbox(java.lang.String sandboxName)
Create a new sandbox.
|
java.util.List<java.lang.String> |
listSandboxes()
Get a list of the names of existing sandboxes.
|
public java.util.List<java.lang.String> listSandboxes()
throws RepositoryException
RepositoryException - if an error occurs.
public void createSandbox(java.lang.String sandboxName)
throws RepositoryException
sandboxName - the name of the new sandbox.RepositoryException - if an error occurs.
public void commitSandbox(java.lang.String sandboxName)
throws RepositoryException
RepositoryException - if an error occurs.
public void abortSandbox(java.lang.String sandboxName)
throws RepositoryException
RepositoryException - if an error occurs.