public class SandboxInfoImpl extends Object implements SandboxInfo
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreatedDate() |
String |
getCreator() |
String |
getMainStoreName()
The name of the "main" store within this sandbox.
|
String |
getName()
Get the name
|
String |
getSandboxId()
The sandbox store id
|
String |
getSandboxRootPath()
The sandbox root relative path - eg.
|
org.alfresco.service.namespace.QName |
getSandboxType()
The sandbox type ...
|
String[] |
getStoreNames()
A list of names of the stores within this sandbox.
|
String |
getWebProjectId()
The web project store id
|
public String getName()
SandboxInfogetName in interface SandboxInfopublic String getWebProjectId()
SandboxInfogetWebProjectId in interface SandboxInfopublic String getSandboxId()
SandboxInfogetSandboxId in interface SandboxInfopublic org.alfresco.service.namespace.QName getSandboxType()
SandboxInfogetSandboxType in interface SandboxInfopublic Date getCreatedDate()
getCreatedDate in interface SandboxInfopublic String getCreator()
getCreator in interface SandboxInfopublic String getSandboxRootPath()
SandboxInfogetSandboxRootPath in interface SandboxInfopublic String[] getStoreNames()
Note: all sandboxes must have a "main" layer.
getStoreNames in interface SandboxInfopublic String getMainStoreName()
getMainStoreName in interface SandboxInfoCopyright © 2005–2014 Alfresco Software. All rights reserved.