Package com.emc.d2fs.interfaces
Interface IRenditionService
- All Superinterfaces:
ID2fsService
-
Method Summary
Modifier and TypeMethodDescriptionRemove the renditionMethods inherited from interface com.emc.d2fs.interfaces.ID2fsService
isRemote, setRemote
-
Method Details
-
removeRendition
RemoveRenditionResult removeRendition(Context context, String objectId, String contentId, List<Attribute> attributes) throws Exception Remove the rendition- Parameters:
context
-Context
object containing informations about client/sessionobjectId
- String value of document idcontentId
- String rendition id- Returns:
RemoveRenditionResult
object- Throws:
D2fsException
Exception
- Since:
- 4.2.1
-