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 optionsException
String[] getTags(String sid) throws Exception
sid
- Session IdentifierException
WSTagCloud[] getTagCloud(String sid) throws Exception
sid
- Session IdentifierException
WSDocument[] findByTag(String sid, String tag) throws Exception
tag
- Tag of the documentException
WSDocument[] findByFilename(String sid, String filename) throws Exception
filename
- Filename of the documentException
Copyright © 2008-2014 Logical Objects. All Rights Reserved.