public class CreateWebContentCommand extends BaseUIActionCommand
Arguments: webproject = the GUID of the webproject to create the content in sandbox = the sandbox to create the content in form = optional form name as the default selection in the content wizard
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROP_FORMNAME |
static java.lang.String |
PROP_SANDBOX |
static java.lang.String |
PROP_WEBPROJECTID |
PROP_REQUEST, PROP_RESPONSE, PROP_SERVLETCONTEXT| Constructor and Description |
|---|
CreateWebContentCommand() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
execute(org.alfresco.service.ServiceRegistry serviceRegistry,
java.util.Map properties)
Execute the command
|
java.lang.String[] |
getPropertyNames() |
public static final java.lang.String PROP_WEBPROJECTID
public static final java.lang.String PROP_SANDBOX
public static final java.lang.String PROP_FORMNAME
public java.lang.Object execute(org.alfresco.service.ServiceRegistry serviceRegistry,
java.util.Map properties)
CommandserviceRegistry - The ServiceRegistry instanceproperties - Bag of named properties for the commandCommand.execute(org.alfresco.service.ServiceRegistry, java.util.Map)public java.lang.String[] getPropertyNames()
Command.getPropertyNames()Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.