|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.wcm.sandbox.SandboxInfoImpl
public class SandboxInfoImpl
Provides information about a WCM sandbox created by Sandbox Service/Factory
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getName()
SandboxInfo
getName
in interface SandboxInfo
public java.lang.String getWebProjectId()
SandboxInfo
getWebProjectId
in interface SandboxInfo
public java.lang.String getSandboxId()
SandboxInfo
getSandboxId
in interface SandboxInfo
public org.alfresco.service.namespace.QName getSandboxType()
SandboxInfo
getSandboxType
in interface SandboxInfo
public java.util.Date getCreatedDate()
getCreatedDate
in interface SandboxInfo
public java.lang.String getCreator()
getCreator
in interface SandboxInfo
public java.lang.String getSandboxRootPath()
SandboxInfo
getSandboxRootPath
in interface SandboxInfo
public java.lang.String[] getStoreNames()
Note: all sandboxes must have a "main" layer.
getStoreNames
in interface SandboxInfo
public java.lang.String getMainStoreName()
getMainStoreName
in interface SandboxInfo
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |