Package org.alfresco.filesys.repo.desk
Class CheckInOutDesktopAction
- java.lang.Object
-
- org.alfresco.filesys.alfresco.DesktopAction
-
- org.alfresco.filesys.repo.desk.CheckInOutDesktopAction
-
public class CheckInOutDesktopAction extends DesktopAction
Check In/Out Desktop Action ClassProvides check in/out functionality via CIFS using the desktop action interface.
- 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 CheckInOutDesktopAction()Class constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetConfirmationString()Return the confirmation string to be displayed by the clientDesktopResponserunAction(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()
Return the confirmation string to be displayed by the client- Overrides:
getConfirmationStringin classDesktopAction- Returns:
- String
-
runAction
public DesktopResponse runAction(DesktopParams params)
Run the desktop action- Specified by:
runActionin classDesktopAction- Parameters:
params- DesktopParams- Returns:
- DesktopResponse
-
-