org.alfresco.web.app.servlet.command
Class ManageTaskDialogCommand
java.lang.Object
org.alfresco.web.app.servlet.command.BaseUIActionCommand
org.alfresco.web.app.servlet.command.ManageTaskDialogCommand
- All Implemented Interfaces:
- Command
public class ManageTaskDialogCommand
- extends BaseUIActionCommand
Command to execute the Manage Task dialog via url.
Arguments: id = the id of the task
type = the qname type of the task
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 |
PROP_TASKID
public static final java.lang.String PROP_TASKID
- See Also:
- Constant Field Values
PROP_TASKTYPE
public static final java.lang.String PROP_TASKTYPE
- See Also:
- Constant Field Values
ManageTaskDialogCommand
public ManageTaskDialogCommand()
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 instanceproperties
- 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.