com.bea.p13n.content.adapter
Class SearchOpsImpl
java.lang.Object
  
com.bea.p13n.content.adapter.BaseOps
      
com.bea.p13n.content.adapter.SearchOpsImpl
- All Implemented Interfaces: 
 - SearchOps, Serializable
 
- public class SearchOpsImpl
- extends BaseOps
- implements SearchOps
   
The search ops for the WLP Content Repository-to-ContentManager
 adapter.
- See Also:
 - Serialized Form
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SearchOpsImpl
public SearchOpsImpl(Credentials credentials,
                     Properties properties)
convert
public Search convert(Search s)
               throws RepositoryException
- Convert a new Search to an old search.
 
- Throws:
 RepositoryException
 
 
search
public ID[] search(Search search)
            throws RepositoryException
- Performs a search against the ContentManager.
- Specified by:
 search in interface SearchOps
 
- Parameters:
 search - the search parameters (including the expression).
- Returns:
 - an array of Node ids.
 - Throws:
 RepositoryException - - if validation error occurs.
 
 
Copyright © 2004 BEA Systems, Inc. All Rights Reserved