|
Nuxeo Enterprise Platform 5.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
DocumentSearchActions and content views instead
@Deprecated public interface SearchActions
| Field Summary | |
|---|---|
static String |
PROV_NXQL
Deprecated. |
static String |
QM_ADVANCED
Deprecated. |
static String |
QM_SIMPLE
Deprecated. |
static String |
SEARCH_DOCUMENT_LIST
Deprecated. |
| Method Summary | |
|---|---|
void |
destroy()
Deprecated. |
String |
getDocumentLocation(DocumentModel doc)
Deprecated. |
DocumentModel |
getDocumentModel()
Deprecated. |
String |
getLatestNxql()
Deprecated. |
String |
getNxql()
Deprecated. |
String |
getQueryErrorMsg()
Deprecated. |
String |
getReindexPath()
Deprecated. |
List<DocumentModel> |
getResultDocuments(String providerName)
Deprecated. |
SelectDataModel |
getResultsSelectModel(String providerName)
Deprecated. |
String |
getSearchTypeId()
Deprecated. |
String |
getSimpleSearchKeywords()
Deprecated. |
void |
init()
Deprecated. Declaration for [Seam]Create method. |
boolean |
isReindexingAll()
Deprecated. Is search service reindexing all ? |
String |
performSearch()
Deprecated. |
String |
processSelectRow(String docRef,
String providerName,
Boolean selection)
Deprecated. This will be called with Seam remoting... |
void |
refreshCache()
Deprecated. Refresh cache |
void |
reindexDocuments()
Deprecated. does nothing |
void |
reindexDocuments(String path)
Deprecated. does nothing |
String |
reset()
Deprecated. Reset the query fields. |
void |
resetSearchField()
Deprecated. |
String |
search()
Deprecated. Request dispatcher. |
void |
setNxql(String nxql)
Deprecated. |
void |
setQueryErrorMsg(String msg)
Deprecated. |
void |
setReindexPath(String path)
Deprecated. Sets the current targeted reindexation path. |
void |
setSearchTypeId(String type)
Deprecated. |
void |
setSimpleSearchKeywords(String k)
Deprecated. |
| Methods inherited from interface org.nuxeo.ecm.webapp.base.StatefulBaseLifeCycle |
|---|
readState, saveState |
| Methods inherited from interface org.nuxeo.ecm.platform.ui.web.model.SelectDataModelListener |
|---|
processSelectRowEvent |
| Methods inherited from interface org.nuxeo.ecm.platform.ui.web.api.ResultsProviderFarm |
|---|
getResultsProvider, getResultsProvider |
| Field Detail |
|---|
static final String SEARCH_DOCUMENT_LIST
static final String QM_ADVANCED
static final String QM_SIMPLE
static final String PROV_NXQL
| Method Detail |
|---|
void init()
void destroy()
String getSimpleSearchKeywords()
void setSimpleSearchKeywords(String k)
String getNxql()
void setNxql(String nxql)
String getSearchTypeId()
void setSearchTypeId(String type)
String getQueryErrorMsg()
void setQueryErrorMsg(String msg)
String getReindexPath()
void setReindexPath(String path)
List<DocumentModel> getResultDocuments(String providerName)
throws ClientException
ClientExceptionString search()
void resetSearchField()
String performSearch()
String getDocumentLocation(DocumentModel doc)
SelectDataModel getResultsSelectModel(String providerName)
throws ClientException
ClientException
DocumentModel getDocumentModel()
throws ClientException
ClientException
@Deprecated
void reindexDocuments()
throws ClientException
ClientException
@Deprecated
void reindexDocuments(String path)
throws ClientException
path -
ClientException
String reset()
throws ClientException
ClientException
@WebRemote
String processSelectRow(String docRef,
String providerName,
Boolean selection)
throws ClientException
docRef - selection -
ClientExceptionString getLatestNxql()
void refreshCache()
boolean isReindexingAll()
|
Nuxeo Enterprise Platform 5.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||