public class SearchServiceImpl extends AbstractService implements SearchService
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
log |
context| Constructor and Description |
|---|
SearchServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
WSSearchResult |
find(String sid,
WSSearchOptions opt)
Performs a search by the search options.
|
WSDocument[] |
findByFilename(String sid,
String filename)
Finds authorized documents for the current user the given filename (like
operator is used).
|
WSDocument[] |
findByTag(String sid,
String tag)
Finds authorized documents for the current user having a specified tag.
|
WSFolder[] |
findFolders(String sid,
String name)
Finds authorized folders for the current user containing the given name
(like operator is used).
|
WSTagCloud[] |
getTagCloud(String sid)
Retrieves all tag clouds in the repository.
|
String[] |
getTags(String sid)
Retrieves all tags in the repository.
|
checkAdministrator, checkDownloadEnable, checkGroup, checkPermission, checkPublished, checkReadEnable, checkWriteEnable, convertDateToString, convertStringToDate, getSettings, isWebserviceEnabled, setValidateSession, validateSessionpublic WSSearchResult find(String sid, WSSearchOptions opt) throws Exception
SearchServicefind in interface SearchServicesid - Session Identifieropt - Search optionsExceptionpublic WSDocument[] findByFilename(String sid, String filename) throws Exception
SearchServicefindByFilename in interface SearchServicefilename - Filename of the documentExceptionpublic WSDocument[] findByTag(String sid, String tag) throws Exception
SearchServicefindByTag in interface SearchServicetag - Tag of the documentExceptionpublic WSFolder[] findFolders(String sid, String name) throws Exception
SearchServicefindFolders in interface SearchServicename - Name of the folderExceptionpublic WSTagCloud[] getTagCloud(String sid) throws Exception
SearchServicegetTagCloud in interface SearchServicesid - Session IdentifierExceptionpublic String[] getTags(String sid) throws Exception
SearchServicegetTags in interface SearchServicesid - Session IdentifierExceptionCopyright © 2008-2014 Logical Objects. All Rights Reserved.