@Name(value="editorLinkActions")
@Scope(value=CONVERSATION)
@Install(precedence=31)
public class ToutaticeEditorLinkActionsBean
extends org.nuxeo.ecm.webapp.action.EditorLinkActionsBean
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
messages
Internationalization properties.
|
| Constructor and Description |
|---|
ToutaticeEditorLinkActionsBean() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getHasSearchResults() |
String |
getMediaSpaceName() |
org.nuxeo.ecm.core.api.DocumentModelList |
getRemotePublishedDocuments(org.nuxeo.ecm.core.api.DocumentModel document) |
List<org.nuxeo.ecm.core.api.DocumentModel> |
getResultDocuments() |
String |
getScope() |
Map<String,String> |
getScopes() |
List<org.nuxeo.ecm.core.api.DocumentModel> |
getSearchDocumentResults() |
String |
getSearchKeywords() |
String |
getTypeDoc() |
Map<String,Object> |
getTypes() |
String |
searchDocuments() |
String |
searchDocuments(String view) |
void |
setResultDocuments(List<org.nuxeo.ecm.core.api.DocumentModel> resultDocuments) |
void |
setScope(String scope) |
void |
setScopes(Map<String,String> scopes) |
void |
setSearchKeywords(String searchKeywords) |
void |
setTypeDoc(String typeDoc) |
void |
setTypes(Map<String,Object> types) |
public String getMediaSpaceName() throws org.nuxeo.ecm.core.api.ClientException
org.nuxeo.ecm.core.api.ClientExceptionpublic Map<String,String> getScopes() throws org.nuxeo.ecm.core.api.ClientException
org.nuxeo.ecm.core.api.ClientExceptionpublic String getScope()
public void setScope(String scope)
public String getTypeDoc()
public void setTypeDoc(String typeDoc)
public List<org.nuxeo.ecm.core.api.DocumentModel> getResultDocuments()
public Map<String,Object> getTypes() throws org.nuxeo.ecm.core.api.ClientException
org.nuxeo.ecm.core.api.ClientExceptionpublic List<org.nuxeo.ecm.core.api.DocumentModel> getSearchDocumentResults()
getSearchDocumentResults in interface org.nuxeo.ecm.webapp.action.EditorLinkActionsgetSearchDocumentResults in class org.nuxeo.ecm.webapp.action.EditorLinkActionsBeanpublic void setResultDocuments(List<org.nuxeo.ecm.core.api.DocumentModel> resultDocuments)
public String getSearchKeywords()
getSearchKeywords in interface org.nuxeo.ecm.webapp.action.EditorLinkActionsgetSearchKeywords in class org.nuxeo.ecm.webapp.action.EditorLinkActionsBeanpublic void setSearchKeywords(String searchKeywords)
setSearchKeywords in interface org.nuxeo.ecm.webapp.action.EditorLinkActionssetSearchKeywords in class org.nuxeo.ecm.webapp.action.EditorLinkActionsBeanpublic boolean getHasSearchResults()
getHasSearchResults in interface org.nuxeo.ecm.webapp.action.EditorLinkActionsgetHasSearchResults in class org.nuxeo.ecm.webapp.action.EditorLinkActionsBeanpublic String searchDocuments(String view) throws org.nuxeo.ecm.core.api.ClientException
org.nuxeo.ecm.core.api.ClientExceptionpublic String searchDocuments() throws org.nuxeo.ecm.core.api.ClientException
searchDocuments in interface org.nuxeo.ecm.webapp.action.EditorLinkActionssearchDocuments in class org.nuxeo.ecm.webapp.action.EditorLinkActionsBeanorg.nuxeo.ecm.core.api.ClientExceptionpublic org.nuxeo.ecm.core.api.DocumentModelList getRemotePublishedDocuments(org.nuxeo.ecm.core.api.DocumentModel document)
document - Copyright © 2018. All rights reserved.