DocumentSearchActions
and content views instead@Deprecated public interface SearchActions extends SelectDataModelListener, ResultsProviderFarm
Modifier and Type | Field and Description |
---|---|
static String |
PROV_NXQL
Deprecated.
|
static String |
QM_ADVANCED
Deprecated.
|
static String |
QM_SIMPLE
Deprecated.
|
static String |
SEARCH_DOCUMENT_LIST
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
processSelectRowEvent
getResultsProvider, getResultsProvider
static final String SEARCH_DOCUMENT_LIST
static final String QM_ADVANCED
static final String QM_SIMPLE
static final String PROV_NXQL
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
ClientException
String 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
- ClientException
String getLatestNxql()
void refreshCache()
boolean isReindexingAll()
Copyright © 2011 Nuxeo SA. All Rights Reserved.