@Name(value="editorLinkActions") @Scope(value=CONVERSATION) public class EditorLinkActionsBean extends InputController implements EditorLinkActions, Serializable
Constructor and Description |
---|
EditorLinkActionsBean() |
Modifier and Type | Method and Description |
---|---|
boolean |
getHasSearchResults() |
List<DocumentModel> |
getSearchDocumentResults() |
String |
getSearchKeywords() |
String |
searchDocuments() |
void |
setSearchKeywords(String searchKeywords) |
computeOutcome, getAdministrator, logDocumentWithName, logDocumentWithTitle, removeDocumentFromList
public boolean getHasSearchResults()
getHasSearchResults
in interface EditorLinkActions
public List<DocumentModel> getSearchDocumentResults()
getSearchDocumentResults
in interface EditorLinkActions
public String searchDocuments() throws ClientException
searchDocuments
in interface EditorLinkActions
ClientException
public String getSearchKeywords()
getSearchKeywords
in interface EditorLinkActions
public void setSearchKeywords(String searchKeywords)
setSearchKeywords
in interface EditorLinkActions
Copyright © 2013 Nuxeo SA. All Rights Reserved.