public class NoPictureAdapter extends AbstractPictureAdapter
Modifier and Type | Field and Description |
---|---|
static String |
ORIGINAL_VIEW_NAME |
CONTENT_XPATH, depth, description, doc, FIELD_BYLINE, FIELD_CAPTION, FIELD_CREDIT, FIELD_DATELINE, FIELD_GENRE, FIELD_HEADLINE, FIELD_LANGUAGE, FIELD_ORIGIN, FIELD_SLUGLINE, FIELD_SOURCE, FIELD_SUBHEADLINE, FIELD_TYPAGE, fileContent, height, imageInfo, MEDIUM_SIZE, SCHEMA_NAME, SMALL_SIZE, THUMB_SIZE, type, VIEWS_PROPERTY, width
Constructor and Description |
---|
NoPictureAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
doCrop(String coords) |
void |
doRotate(int angle) |
boolean |
fillPictureViews(Blob blob,
String filename,
String title,
List<Map<String,Object>> pictureConversions)
Fill this Picture views using the given
pictureConversions and blob to compute the picture views. |
String |
getFirstViewXPath()
Convenience method to get the XPath of the first view of the Picture.
|
Blob |
getPictureFromTitle(String title) |
String |
getViewXPath(String viewName)
Returns the XPath of the given view name, or
null if the view is not found on the Picture. |
void |
preFillPictureViews(Blob blob,
List<Map<String,Object>> pictureConversions,
ImageInfo imageInfo)
Pre-fill this Picture views using the given
pictureConversions and blob . |
addPictureView, addPictureViews, addViews, clearViews, createPictureimpl, crop, fillPictureViews, getContentFromViews, getConversionService, getImageInfo, getImagingService, getPictureViews, getSession, setDocumentModel, setMetadata
public static final String ORIGINAL_VIEW_NAME
public NoPictureAdapter()
public void doRotate(int angle)
public Blob getPictureFromTitle(String title) throws PropertyException
PropertyException
public String getFirstViewXPath()
PictureResourceAdapter
public String getViewXPath(String viewName)
PictureResourceAdapter
null
if the view is not found on the Picture.viewName
- the view namepublic boolean fillPictureViews(Blob blob, String filename, String title, List<Map<String,Object>> pictureConversions)
PictureResourceAdapter
pictureConversions
and blob
to compute the picture views.
The blob
is converted to fit the defined pictureConversions
.
public void preFillPictureViews(Blob blob, List<Map<String,Object>> pictureConversions, ImageInfo imageInfo)
PictureResourceAdapter
pictureConversions
and blob
.
The blob
is not converted and just stored as the Blob of the picture views.
Copyright © 2017 Nuxeo. All rights reserved.