Class GetRendition
- java.lang.Object
-
- org.nuxeo.ecm.platform.rendition.operation.GetRendition
-
public class GetRendition extends Object
Returns a document rendition given its name.- Since:
- 7.3
-
-
Field Summary
Fields Modifier and Type Field Description static String
ID
protected String
renditionName
protected RenditionService
renditionService
-
Constructor Summary
Constructors Constructor Description GetRendition()
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
renditionService
protected RenditionService renditionService
-
renditionName
protected String renditionName
-
-
Method Detail
-
run
public Blob run(DocumentModel doc)
-
-