public class EditWebContentCommand extends BaseUIActionCommand
Arguments: webproject = the GUID of the webproject to create the content in sandbox = the sandbox to create the content in path = path to the form instance data for edit
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROP_PATH |
static java.lang.String |
PROP_SANDBOX |
static java.lang.String |
PROP_WEBPROJECTID |
PROP_REQUEST, PROP_RESPONSE, PROP_SERVLETCONTEXT| Constructor and Description |
|---|
EditWebContentCommand() |
| 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_PATH
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.