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