org.alfresco.wcm.sandbox
Interface SandboxInfo

All Known Implementing Classes:
SandboxInfoImpl

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

getName

java.lang.String getName()
Get the name

Returns:
String name

getSandboxId

java.lang.String getSandboxId()
The sandbox store id


getWebProjectId

java.lang.String getWebProjectId()
The web project store id


getSandboxType

org.alfresco.service.namespace.QName getSandboxType()
The sandbox type ... for now a QName, based on existing SandboxConstants


getCreatedDate

java.util.Date getCreatedDate()

getCreator

java.lang.String getCreator()

getSandboxRootPath

java.lang.String getSandboxRootPath()
The sandbox root relative path - eg. for WCM web project with webapps, typically /www/avm_webapps


getStoreNames

java.lang.String[] getStoreNames()
A list of ids of the stores within this sandbox. The "main" store should come first in this list; any other stores should appear in the order that they are overlaid on "main" (e.g.: any "preview" layers should come afterward, in "lowest first" order).

Note: all sandboxes must have a "main" layer.


getMainStoreName

java.lang.String getMainStoreName()
The id of the "main" store within this sandbox.



Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.