public class DefaultPictureAdapter extends AbstractPictureAdapter
CONTENT_XPATH, FIELD_BYLINE, FIELD_CAPTION, FIELD_CREDIT, FIELD_DATELINE, FIELD_GENRE, FIELD_HEADLINE, FIELD_LANGUAGE, FIELD_ORIGIN, FIELD_SLUGLINE, FIELD_SOURCE, FIELD_SUBHEADLINE, FIELD_TYPAGE, MEDIUM_SIZE, SCHEMA_NAME, SMALL_SIZE, THUMB_SIZE, VIEWS_PROPERTY
Constructor and Description |
---|
DefaultPictureAdapter() |
Modifier and Type | Method and Description |
---|---|
boolean |
createPicture(Blob blob,
String filename,
String title,
ArrayList<Map<String,Object>> pictureConversions) |
void |
doCrop(String coords) |
void |
doRotate(int angle) |
boolean |
fillPictureViews(Blob blob,
String filename,
String title,
ArrayList<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 . |
createPictureimpl, fillPictureViews, setDocumentModel
public boolean createPicture(Blob blob, String filename, String title, ArrayList<Map<String,Object>> pictureConversions) throws IOException, ClientException
IOException
ClientException
public boolean fillPictureViews(Blob blob, String filename, String title, ArrayList<Map<String,Object>> pictureConversions) throws IOException, ClientException
PictureResourceAdapter
pictureConversions
and blob
to compute the picture views.
The blob
is converted to fit the defined pictureConversions
.
IOException
ClientException
public void preFillPictureViews(Blob blob, List<Map<String,Object>> pictureConversions, ImageInfo imageInfo) throws IOException, ClientException
PictureResourceAdapter
pictureConversions
and blob
.
The blob
is not converted and just stored as the Blob of the picture views.
IOException
ClientException
public void doRotate(int angle) throws ClientException
ClientException
public void doCrop(String coords) throws ClientException
ClientException
public Blob getPictureFromTitle(String title) throws PropertyException, ClientException
PropertyException
ClientException
public String getFirstViewXPath()
PictureResourceAdapter
public String getViewXPath(String viewName)
PictureResourceAdapter
null
if the view is not found on the Picture.viewName
- the view nameCopyright © 2015 Nuxeo SA. All rights reserved.