Package org.alfresco.filesys.repo.desk
Class CmdLineDesktopAction
- java.lang.Object
-
- org.alfresco.filesys.alfresco.DesktopAction
-
- org.alfresco.filesys.repo.desk.CmdLineDesktopAction
-
public class CmdLineDesktopAction extends DesktopAction
Command Line Desktop Action ClassSimple desktop action that returns a test command line.
- Author:
- gkspencer
-
-
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
Constructors Constructor Description CmdLineDesktopAction()Class constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetConfirmationString()Return the action confirmation string to be displayed by the client applicationDesktopResponserunAction(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
-
-
-
-
Method Detail
-
getConfirmationString
public java.lang.String getConfirmationString()
Description copied from class:DesktopActionReturn the action confirmation string to be displayed by the client application- Overrides:
getConfirmationStringin classDesktopAction- Returns:
- String
-
runAction
public DesktopResponse runAction(DesktopParams params)
Description copied from class:DesktopActionRun the desktop action- Specified by:
runActionin classDesktopAction- Parameters:
params- DesktopParams- Returns:
- DesktopResponse
-
-