public interface EditorImageActions
Modifier and Type | Method and Description |
---|---|
boolean |
getHasSearchResults() |
boolean |
getHasSearchVideosResults()
Return true if the search has results.
|
String |
getImageProperty() |
boolean |
getInCreationMode() |
boolean |
getIsImageUploaded() |
List<DocumentModel> |
getSearchImageResults() |
String |
getSearchKeywords() |
List<DocumentModel> |
getSearchVideosResults()
List of result of the searched the videos.
|
String |
getSelectedSize() |
String |
getSelectedTab() |
List<Map<String,String>> |
getSizes() |
InputStream |
getUploadedImage() |
String |
getUploadedImageName() |
String |
getUrlForImage() |
String |
getURLVideo(DocumentModel video,
String type)
Get the URL of a transcoded video for a specific format.
|
String |
searchImages() |
String |
searchVideos() |
void |
setSearchKeywords(String searchKeywords) |
void |
setSelectedSize(String selectedSize) |
void |
setUploadedImage(InputStream uploadedImage) |
void |
setUploadedImageName(String uploadedImageName) |
String |
uploadImage() |
String getSelectedTab()
void setUploadedImage(InputStream uploadedImage)
InputStream getUploadedImage()
void setUploadedImageName(String uploadedImageName)
String getUploadedImageName()
String uploadImage() throws ClientException
ClientException
boolean getIsImageUploaded()
boolean getInCreationMode()
String getUrlForImage()
String searchImages() throws ClientException
ClientException
String searchVideos() throws ClientException
ClientException
List<DocumentModel> getSearchImageResults()
List<DocumentModel> getSearchVideosResults()
boolean getHasSearchResults()
boolean getHasSearchVideosResults()
String getSearchKeywords()
void setSearchKeywords(String searchKeywords)
void setSelectedSize(String selectedSize)
String getSelectedSize()
String getImageProperty()
String getURLVideo(DocumentModel video, String type) throws ClientException
video
- The video document.type
- The type of video.ClientException
Copyright © 2014 Nuxeo SA. All rights reserved.