@Exported public class AssetSearcherImpl extends Object implements AssetSearcher
| Constructor and Description |
|---|
AssetSearcherImpl(ICS ics) |
| Modifier and Type | Method and Description |
|---|---|
protected AssetSearchResult |
performQuery(Query query,
String assettype,
String subtype,
AssetTypeDef def) |
AssetSearchResult |
search(Query query)
Search Content Server database with given query
|
public AssetSearcherImpl(ICS ics)
public AssetSearchResult search(Query query) throws AssetAccessException
AssetSearchersearch in interface AssetSearcherquery - the query that specifies the searching condition for this searchAssetAccessException - throw this exception if any error occuredprotected AssetSearchResult performQuery(Query query, String assettype, String subtype, AssetTypeDef def) throws AssetAccessException
AssetAccessException