|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SandboxInfo
Provides information about a WCM sandbox created by SandboxFactory.
Method Summary | |
---|---|
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 |
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |