org.alfresco.web.app.servlet.command
Class EditSpaceCommand

java.lang.Object
  extended by org.alfresco.web.app.servlet.command.BaseUIActionCommand
      extended by org.alfresco.web.app.servlet.command.EditSpaceCommand
All Implemented Interfaces:
Command

public class EditSpaceCommand
extends BaseUIActionCommand

Command to execute the Edit Space dialog via url.

Arguments: noderef - of the space to show the edit props dialog for


Field Summary
static java.lang.String PROP_NODEREF
           
 
Fields inherited from class org.alfresco.web.app.servlet.command.BaseUIActionCommand
PROP_REQUEST, PROP_RESPONSE, PROP_SERVLETCONTEXT
 
Constructor Summary
EditSpaceCommand()
           
 
Method Summary
 java.lang.Object execute(org.alfresco.service.ServiceRegistry serviceRegistry, java.util.Map properties)
          Execute the command
 java.lang.String[] getPropertyNames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROP_NODEREF

public static final java.lang.String PROP_NODEREF
See Also:
Constant Field Values
Constructor Detail

EditSpaceCommand

public EditSpaceCommand()
Method Detail

execute

public java.lang.Object execute(org.alfresco.service.ServiceRegistry serviceRegistry,
                                java.util.Map properties)
Description copied from interface: Command
Execute the command

Parameters:
serviceRegistry - The ServiceRegistry instance
properties - Bag of named properties for the command
Returns:
return value from the command if any
See Also:
Command.execute(org.alfresco.service.ServiceRegistry, java.util.Map)

getPropertyNames

public java.lang.String[] getPropertyNames()
Returns:
the names of the properties required for this command
See Also:
Command.getPropertyNames()


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