public interface SearchService
| Modifier and Type | Method and Description |
|---|---|
WSSearchResult |
find(String sid,
WSSearchOptions options)
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.
|
WSSearchResult find(String sid, WSSearchOptions options) throws Exception
sid - Session Identifieroptions - Search optionsExceptionString[] getTags(String sid) throws Exception
sid - Session IdentifierExceptionWSTagCloud[] getTagCloud(String sid) throws Exception
sid - Session IdentifierExceptionWSDocument[] findByTag(String sid, String tag) throws Exception
tag - Tag of the documentExceptionWSDocument[] findByFilename(String sid, String filename) throws Exception
filename - Filename of the documentExceptionCopyright © 2008-2014 Logical Objects. All Rights Reserved.