public interface SandboxInfo
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreatedDate() |
String |
getCreator() |
String |
getMainStoreName()
The id 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 ids of the stores within this sandbox.
|
String |
getWebProjectId()
The web project store id
|
String getName()
String getSandboxId()
String getWebProjectId()
org.alfresco.service.namespace.QName getSandboxType()
Date getCreatedDate()
String getCreator()
String getSandboxRootPath()
String[] getStoreNames()
Note: all sandboxes must have a "main" layer.
String getMainStoreName()
Copyright © 2005–2014 Alfresco Software. All rights reserved.