public interface PictureManager
| Modifier and Type | Method and Description |
|---|---|
String |
addPicture()
Deprecated.
since 5.5
|
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.
|
@Deprecated String addPicture() throws Exception
ExceptionString crop() throws ClientException, IOException
ClientExceptionIOExceptionString rotate90left() throws ClientException, IOException
ClientExceptionIOExceptionString rotate90right() throws ClientException, IOException
ClientExceptionIOExceptionvoid download(DocumentView docView) throws ClientException
ClientExceptionBlob 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() throws ClientException
ClientExceptionvoid 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() throws ClientException
ClientExceptionString getCropCoords()
void setCropCoords(String cropCoords)
void resetFields()
void destroy()
Copyright © 2012 Nuxeo SA. All Rights Reserved.