Class GetPictureView
- java.lang.Object
-
- org.nuxeo.ecm.platform.picture.operation.GetPictureView
-
public class GetPictureView extends Object
Simple Operation to extract an image view from a Picture Document.This operation is needed because using the default blob operation is too complicated in the case of the Picture DocumentType.
- Author:
- Tiry ([email protected])
-
-
Constructor Summary
Constructors Constructor Description GetPictureView()
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
viewName
protected String viewName
-
-
Method Detail
-
run
public Blob run(DocumentModel doc)
-
-