com.fatwire.assetapi.query
Interface AssetSearcher
- All Known Implementing Classes:
- AssetSearcherImpl
public interface AssetSearcher
Provide the direct searching against database functionality with returned result being simple bean instead of
a complex asset.
LIMITATIONS : the returned bean will only contain the basic information about the asset, basically, the information
contained in the primary table. If there are url field involved, this searcher will only return the file name, not
the file data, one need to default to Asset API if complete asset data is desired
search
AssetSearchResult search(Query query)
throws AssetAccessException
- Search Content Server database with given query
- Parameters:
query
- the query that specifies the searching condition for this search
- Returns:
- the AssetSearchResult object with assets meet given condition
- Throws:
AssetAccessException
- throw this exception if any error occured
Copyright (c) 2003 - 2011 FatWire Corporation All Rights Reserved.