org.exoplatform.clouddrive.ecms.viewer
Interface CloudFileViewer
- All Known Implementing Classes:
- AbstractFileForm, AbstractFileViewer, DefaultFileViewer
public interface CloudFileViewer
Support for file viewers to show Cloud Drive files preview embedded in ECMS Documents.
Created by The eXo Platform SAS.
- Version:
- $Id: CloudFileViewer.java 00000 Nov 18, 2014 pnedonosko $
- Author:
- Peter Nedonosko
|
Method Summary |
void |
initFile(org.exoplatform.clouddrive.CloudDrive drive,
org.exoplatform.clouddrive.CloudFile file)
Initialize UI component to represent the given cloud file. |
initFile
void initFile(org.exoplatform.clouddrive.CloudDrive drive,
org.exoplatform.clouddrive.CloudFile file)
throws Exception
- Initialize UI component to represent the given cloud file.
- Parameters:
drive - CloudDrivefile - CloudFile
- Throws:
Exception
Copyright © 2003–2015 eXo Platform SAS. All rights reserved.