Package org.nuxeo.ecm.liveconnect.box
Class BoxLiveConnectFile
- java.lang.Object
-
- org.nuxeo.ecm.liveconnect.core.AbstractLiveConnectFile
-
- org.nuxeo.ecm.liveconnect.box.BoxLiveConnectFile
-
- All Implemented Interfaces:
Serializable
,LiveConnectFile
public class BoxLiveConnectFile extends AbstractLiveConnectFile
- Since:
- 8.1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BoxLiveConnectFile(LiveConnectFileInfo info, com.box.sdk.BoxFile.Info file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDigest()
String
getFilename()
long
getFileSize()
-
Methods inherited from class org.nuxeo.ecm.liveconnect.core.AbstractLiveConnectFile
getEncoding, getInfo, getMimeType, toString
-
-
-
-
Constructor Detail
-
BoxLiveConnectFile
public BoxLiveConnectFile(LiveConnectFileInfo info, com.box.sdk.BoxFile.Info file)
-
-