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 (tdelprat@nuxeo.com)
-
-
Constructor Summary
Constructors Constructor Description GetPictureView()
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GetPictureView
public GetPictureView()
-
-
Method Detail
-
run
public Blob run(DocumentModel doc)
-
-