org.alfresco.filesys.repo.desk
Class CmdLineDesktopAction

java.lang.Object
  extended by org.alfresco.filesys.alfresco.DesktopAction
      extended by org.alfresco.filesys.repo.desk.CmdLineDesktopAction

public class CmdLineDesktopAction
extends DesktopAction

Command Line Desktop Action Class

Simple desktop action that returns a test command line.


Field Summary
 
Fields inherited from class org.alfresco.filesys.alfresco.DesktopAction
AttrAlfrescoFiles, AttrAlfrescoFolders, AttrAllowNoParams, AttrAnyFiles, AttrAnyFilesFolders, AttrAnyFolders, AttrClientFiles, AttrClientFolders, AttrMultiplePaths, AttrTargetFiles, AttrTargetFolders, logger, PreConfirmAction, PreCopyToTarget, PreLocalToWorkingCopy, StsAccessDenied, StsAuthTicket, StsBadParameter, StsCommandLine, StsError, StsFileNotFound, StsLaunchURL, StsNoSuchAction, StsNotWorkingCopy, StsSuccess
 
Constructor Summary
CmdLineDesktopAction()
          Class constructor
 
Method Summary
 java.lang.String getConfirmationString()
          Return the action confirmation string to be displayed by the client application
 DesktopResponse runAction(DesktopParams params)
          Run the desktop action
 
Methods inherited from class org.alfresco.filesys.alfresco.DesktopAction
equals, getAttributes, getContext, getName, getPreProcessActions, getPseudoFile, getServiceRegistry, getWebappURL, hasAttribute, hasDebug, hasPreProcessAction, hasPseudoFile, hasWebappURL, initializeAction, initializeAction, setAttributes, setDebug, setFilename, setName, setPath, setPreProcessActions, setPseudoFile, setServiceRegistry, setWebappURL, standardInitialize, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CmdLineDesktopAction

public CmdLineDesktopAction()
Class constructor

Method Detail

getConfirmationString

public java.lang.String getConfirmationString()
Description copied from class: DesktopAction
Return the action confirmation string to be displayed by the client application

Overrides:
getConfirmationString in class DesktopAction
Returns:
String

runAction

public DesktopResponse runAction(DesktopParams params)
Description copied from class: DesktopAction
Run the desktop action

Specified by:
runAction in class DesktopAction
Parameters:
params - DesktopParams
Returns:
DesktopResponse


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