Nuxeo Enterprise Platform 5.4

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:
java.io.Serializable, EditorLinkActions

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

Author:
Thomas Roger
See Also:
Serialized Form

Constructor Summary
EditorLinkActionsBean()
           
 
Method Summary
 void destroy()
           
 boolean getHasSearchResults()
           
 java.util.List<DocumentModel> getSearchDocumentResults()
           
 java.lang.String getSearchKeywords()
           
 java.lang.String searchDocuments()
           
 void setSearchKeywords(java.lang.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 java.util.List<DocumentModel> getSearchDocumentResults()
Specified by:
getSearchDocumentResults in interface EditorLinkActions

searchDocuments

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

getSearchKeywords

public java.lang.String getSearchKeywords()
Specified by:
getSearchKeywords in interface EditorLinkActions

setSearchKeywords

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

destroy

@Destroy
public void destroy()
Specified by:
destroy in interface EditorLinkActions

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.