org.exoplatform.clouddrive.ecms
Class CloudDriveUIService

java.lang.Object
  extended by org.exoplatform.clouddrive.ecms.CloudDriveUIService
All Implemented Interfaces:
org.picocontainer.Startable

public class CloudDriveUIService
extends Object
implements org.picocontainer.Startable

Add ImportCloudDocument button in ListView. We're doing this by hack of already stored DMS navigation.


Field Summary
static String CONNECT_CLOUD_DRIVE_ACTION
           
 
Constructor Summary
CloudDriveUIService(org.exoplatform.services.jcr.RepositoryService repoService, org.exoplatform.clouddrive.CloudDriveService driveService, org.exoplatform.webui.ext.UIExtensionManager uiExtensions, org.exoplatform.services.cms.views.ManageViewService manageView)
           
 
Method Summary
 void prepareViews()
           
protected  void repositoryStarted(String name)
          Action on repository start.
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONNECT_CLOUD_DRIVE_ACTION

public static final String CONNECT_CLOUD_DRIVE_ACTION
See Also:
Constant Field Values
Constructor Detail

CloudDriveUIService

public CloudDriveUIService(org.exoplatform.services.jcr.RepositoryService repoService,
                           org.exoplatform.clouddrive.CloudDriveService driveService,
                           org.exoplatform.webui.ext.UIExtensionManager uiExtensions,
                           org.exoplatform.services.cms.views.ManageViewService manageView)
Method Detail

prepareViews

public void prepareViews()
                  throws Exception
Throws:
Exception

start

public void start()
Specified by:
start in interface org.picocontainer.Startable

stop

public void stop()
Specified by:
stop in interface org.picocontainer.Startable

repositoryStarted

protected void repositoryStarted(String name)
Action on repository start. Actual for mutlitenant environments.

Parameters:
name - String repository name


Copyright © 2013 eXo Platform SAS. All Rights Reserved.