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