| Package | Description |
|---|---|
| org.alfresco.wcm.sandbox | |
| org.alfresco.wcm.sandbox.script | |
| org.alfresco.wcm.util |
| Modifier and Type | Class and Description |
|---|---|
class |
SandboxInfoImpl
Provides information about a WCM sandbox created by Sandbox Service/Factory
|
| Modifier and Type | Method and Description |
|---|---|
SandboxInfo |
SandboxService.createAuthorSandbox(String wpStoreId)
Create author/user sandbox within a web project for the current user
|
SandboxInfo |
SandboxServiceImpl.createAuthorSandbox(String wpStoreId) |
SandboxInfo |
SandboxService.createAuthorSandbox(String wpStoreId,
String userName)
Create author/user sandbox within a web project for the given user
|
SandboxInfo |
SandboxServiceImpl.createAuthorSandbox(String wpStoreId,
String userName) |
SandboxInfo |
SandboxFactory.createReadOnlyWorkflowSandbox(String storeId)
Create a read-only workflow sandbox for the named store.
|
SandboxInfo |
SandboxFactory.createStagingSandbox(String storeId,
org.alfresco.service.cmr.repository.NodeRef webProjectNodeRef,
String branchStoreId)
Create the staging sandbox for the named store.
|
SandboxInfo |
SandboxFactory.createUserSandbox(String storeId,
String username,
String role)
Create a user sandbox for the named store.
|
SandboxInfo |
SandboxFactory.createWorkflowSandbox(String storeId)
Create a workflow sandbox for the named store.
|
SandboxInfo |
SandboxService.getAuthorSandbox(String wpStoreId)
Gets author/user sandbox info for the current user
|
SandboxInfo |
SandboxServiceImpl.getAuthorSandbox(String wpStoreId) |
SandboxInfo |
SandboxService.getAuthorSandbox(String wpStoreId,
String userName)
Gets author/user sandbox info for the given user
|
SandboxInfo |
SandboxServiceImpl.getAuthorSandbox(String wpStoreId,
String userName) |
SandboxInfo |
SandboxService.getSandbox(String sbStoreId)
Get sandbox info
|
SandboxInfo |
SandboxServiceImpl.getSandbox(String sbStoreId) |
SandboxInfo |
SandboxService.getStagingSandbox(String wpStoreId)
Gets staging sandbox info
|
SandboxInfo |
SandboxServiceImpl.getStagingSandbox(String wpStoreId) |
| Modifier and Type | Method and Description |
|---|---|
protected org.alfresco.util.Pair<SandboxInfo,String> |
SandboxServiceImpl.createWorkflowSandbox(String workflowName,
Map<org.alfresco.service.namespace.QName,Serializable> workflowParams,
String stagingSandboxId,
List<String> srcPaths,
Map<String,Date> expirationDates)
Creates a workflow sandbox for all the submitted items
|
List<SandboxInfo> |
SandboxFactory.listAllSandboxes(String wpStoreId) |
List<SandboxInfo> |
SandboxFactory.listAllSandboxes(String wpStoreId,
boolean includeWorkflowSandboxes,
boolean includeLocalhostDeployed) |
List<SandboxInfo> |
SandboxService.listSandboxes(String wpStoreId)
List the available sandboxes for the current user and given web project
|
List<SandboxInfo> |
SandboxServiceImpl.listSandboxes(String wpStoreId) |
List<SandboxInfo> |
SandboxService.listSandboxes(String wpStoreId,
String userName)
List the available sandboxes for the given user and web project
|
List<SandboxInfo> |
SandboxServiceImpl.listSandboxes(String wpStoreId,
String userName) |
| Modifier and Type | Method and Description |
|---|---|
void |
SandboxFactory.deleteSandbox(SandboxInfo sbInfo,
boolean isSubmitDirectWorkflowSandbox,
boolean removeLocks) |
protected void |
SandboxServiceImpl.startWorkflow(String wpStoreId,
String sbStoreId,
SandboxInfo wfSandboxInfo,
String webApp,
String workflowName,
Map<org.alfresco.service.namespace.QName,Serializable> workflowParams,
String submitLabel,
String submitComment,
Date launchDate,
boolean autoDeploy)
Starts the configured workflow to allow the submitted items to be link
checked and reviewed.
|
| Constructor and Description |
|---|
Sandbox(WebProject webproject,
SandboxInfo si) |
| Modifier and Type | Method and Description |
|---|---|
static org.alfresco.service.cmr.repository.NodeRef |
WCMWorkflowUtil.createWorkflowPackage(WorkflowService workflowService,
AVMService avmService,
SandboxInfo sandboxInfo) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.