public interface PictureManager
| Modifier and Type | Method and Description | 
|---|---|
String | 
crop()  | 
void | 
destroy()  | 
void | 
download(DocumentView docView)  | 
String | 
getCropCoords()  | 
Blob | 
getFileContent()
Gets the content of the Picture. 
 | 
String | 
getFilename()
Gets the filename of the uploaded file. 
 | 
String | 
getFileurlPicture()
Gets the fileurl. 
 | 
Integer | 
getIndex()
Gets the index. 
 | 
ArrayList | 
getSelectItems()
Gets the selectedItems. 
 | 
void | 
initialize()  | 
void | 
resetFields()
Listener reinitializing values at every Document changes. 
 | 
String | 
rotate90left()
Turns every view of a picture 90 degrees to the left. 
 | 
String | 
rotate90right()
Turns every view of a picture 90 degrees to the right. 
 | 
void | 
setCropCoords(String cropCoords)  | 
void | 
setFileContent(Blob fileContent)
Sets the content of the Picture. 
 | 
void | 
setFilename(String filename)
Sets the filename of the uploaded file. 
 | 
void | 
setFileurlPicture(String fileurlPicture)
Sets the fileurl. 
 | 
void | 
setIndex(Integer index)
Sets the index. 
 | 
void | 
setSelectItems(ArrayList selectItems)
Sets the selectedItems. 
 | 
String crop() throws IOException
IOExceptionString rotate90left() throws IOException
IOExceptionString rotate90right() throws IOException
IOExceptionvoid download(DocumentView docView)
Blob getFileContent()
void setFileContent(Blob fileContent)
fileContent - a Blob holding the uploaded fileString getFilename()
void setFilename(String filename)
filename - a String holding the filename.String getFileurlPicture()
void setFileurlPicture(String fileurlPicture)
fileurlPicture - a String holding the fileurl.Integer getIndex()
void setIndex(Integer index)
index - an Integer holding the index.void setSelectItems(ArrayList selectItems)
selectItems - an Array holding the selectItems.ArrayList getSelectItems()
String getCropCoords()
void setCropCoords(String cropCoords)
void resetFields()
void initialize()
void destroy()
Copyright © 2019 Nuxeo. All rights reserved.