public class ResizeImageOperation extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
enlarge |
static String |
ID |
protected int |
img_heidth |
protected int |
img_width |
static org.apache.commons.logging.Log |
log |
protected org.nuxeo.ecm.platform.picture.api.ImagingService |
service |
protected org.nuxeo.ecm.core.api.CoreSession |
session |
protected String |
xpath_img_in |
protected String |
xpath_img_out |
| Constructor and Description |
|---|
ResizeImageOperation() |
| Modifier and Type | Method and Description |
|---|---|
org.nuxeo.ecm.core.api.DocumentModel |
run(org.nuxeo.ecm.core.api.DocumentModel doc) |
public static final String ID
public static final org.apache.commons.logging.Log log
protected org.nuxeo.ecm.platform.picture.api.ImagingService service
protected org.nuxeo.ecm.core.api.CoreSession session
protected String xpath_img_in
protected String xpath_img_out
protected int img_width
protected int img_heidth
protected boolean enlarge
Copyright © 2024. All rights reserved.