Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webapp.action
Class EditorLinkActionsBean

java.lang.Object
  extended by org.nuxeo.ecm.webapp.base.InputController
      extended by org.nuxeo.ecm.webapp.action.EditorLinkActionsBean
All Implemented Interfaces:
Serializable, EditorLinkActions

@Name(value="editorLinkActions")
@Scope(value=CONVERSATION)
public class EditorLinkActionsBean
extends InputController
implements EditorLinkActions, Serializable

Author:
Thomas Roger
See Also:
Serialized Form

Constructor Summary
EditorLinkActionsBean()
           
 
Method Summary
 boolean getHasSearchResults()
           
 List<DocumentModel> getSearchDocumentResults()
           
 String getSearchKeywords()
           
 String searchDocuments()
           
 void setSearchKeywords(String searchKeywords)
           
 
Methods inherited from class org.nuxeo.ecm.webapp.base.InputController
computeOutcome, getAdministrator, logDocumentWithName, logDocumentWithTitle, removeDocumentFromList
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditorLinkActionsBean

public EditorLinkActionsBean()
Method Detail

getHasSearchResults

public boolean getHasSearchResults()
Specified by:
getHasSearchResults in interface EditorLinkActions

getSearchDocumentResults

public List<DocumentModel> getSearchDocumentResults()
Specified by:
getSearchDocumentResults in interface EditorLinkActions

searchDocuments

public String searchDocuments()
                       throws ClientException
Specified by:
searchDocuments in interface EditorLinkActions
Throws:
ClientException

getSearchKeywords

public String getSearchKeywords()
Specified by:
getSearchKeywords in interface EditorLinkActions

setSearchKeywords

public void setSearchKeywords(String searchKeywords)
Specified by:
setSearchKeywords in interface EditorLinkActions

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.