Uses of Class
org.alfresco.filesys.alfresco.DesktopActionException
-
Packages that use DesktopActionException Package Description org.alfresco.filesys.alfresco FileSystem DesktopAction AlfrescoDiskDriver MultiTenantShareMapperorg.alfresco.filesys.repo.desk Implementation of desk top actions for file system protocols. -
-
Uses of DesktopActionException in org.alfresco.filesys.alfresco
Methods in org.alfresco.filesys.alfresco that throw DesktopActionException Modifier and Type Method Description voidDesktopAction. initializeAction(ServiceRegistry serviceRegistry, AlfrescoContext filesysContext)Initialize the desktop actionvoidDesktopAction. initializeAction(org.springframework.extensions.config.ConfigElement global, org.springframework.extensions.config.ConfigElement config, org.alfresco.jlan.server.filesys.DiskSharedDevice fileSys)Initialize the desktop actionabstract DesktopResponseDesktopAction. runAction(DesktopParams params)Run the desktop actionvoidDesktopAction. standardInitialize(org.springframework.extensions.config.ConfigElement global, org.springframework.extensions.config.ConfigElement config, org.alfresco.jlan.server.filesys.DiskSharedDevice fileSys)Perform standard desktop action initialization -
Uses of DesktopActionException in org.alfresco.filesys.repo.desk
Methods in org.alfresco.filesys.repo.desk that throw DesktopActionException Modifier and Type Method Description voidJavaScriptDesktopAction. initializeAction(ServiceRegistry serviceRegistry, AlfrescoContext filesysContext)DesktopResponseJavaScriptDesktopAction. runAction(DesktopParams params)Run the desktop actionvoidJavaScriptDesktopAction. setAttributeList(String attributes)Set the action attributesvoidJavaScriptDesktopAction. setPreprocess(String preProcessActions)Set the client side pre-processing actionsvoidJavaScriptDesktopAction. standardInitialize(org.springframework.extensions.config.ConfigElement global, org.springframework.extensions.config.ConfigElement config, org.alfresco.jlan.server.filesys.DiskSharedDevice fileSys)Perform standard desktop action initialization
-