Package com.emc.d2fs.interfaces
Interface IThumbnailsService
- All Superinterfaces:
ID2fsService
Document thumbnail services.
-
Method Summary
Modifier and TypeMethodDescriptiongetThumbnailsUrls(Context context, String id) Get thumbnail url list of children documentsgetThumbnailUrl(Context context, String id) Get thumbnail url of documentbooleanisProtectedInControlledView(Context context, String id, List<Attribute> parameters) Test if the document is encrypted through controlled viewMethods inherited from interface com.emc.d2fs.interfaces.ID2fsService
isRemote, setRemote
-
Method Details
-
getThumbnailUrl
Get thumbnail url of document -
getThumbnailsUrls
Get thumbnail url list of children documents -
isProtectedInControlledView
boolean isProtectedInControlledView(Context context, String id, List<Attribute> parameters) throws Exception Test if the document is encrypted through controlled view -
getThumbnailsUrlList
Map<String,String> getThumbnailsUrlList(Context context, Set<String> ids, Map<String, Object>... others) throws Exception- Throws:
Exception
-