Skip navigation links


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


Method Summary
 AssetSearchResult search(Query query)
          Search Content Server database with given query

 

Method Detail

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

Skip navigation links


Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.