org.alfresco.filesys.repo.desk
Class CheckInOutDesktopAction

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

public class CheckInOutDesktopAction
extends DesktopAction

Check In/Out Desktop Action Class

Provides check in/out functionality via CIFS using the desktop action interface.


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
CheckInOutDesktopAction()
          Class constructor
 
Method Summary
 java.lang.String getConfirmationString()
          Return the confirmation string to be displayed by the client
 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

CheckInOutDesktopAction

public CheckInOutDesktopAction()
Class constructor

Method Detail

getConfirmationString

public java.lang.String getConfirmationString()
Return the confirmation string to be displayed by the client

Overrides:
getConfirmationString in class DesktopAction
Returns:
String

runAction

public DesktopResponse runAction(DesktopParams params)
Run the desktop action

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


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