SearchOpsImpl Class

com.bea.p13n.content.adapter
SearchOpsImpl Class

public class SearchOpsImpl

    extends BaseOps
    implements SearchOps

The search ops for the WLP Content Repository-to-ContentManager adapter.


Hierarchy
Object
  BaseOps
    SearchOpsImpl
All Implemented Interfaces

SearchOps, Serializable

Field Summary

   
Fields from  com.bea.p13n.content.adapter.BaseOps
CONTENT_MANAGER_HOME, credentials, PATH_IS_ID, PATH_STARTS_WITH_SLASH, pathIsId, pathStartsWithSlash, properties
 

Constructor Summary

SearchOpsImpl(Credentials credentials, Properties properties)

 

Method Summary

public Search
convert(Search s)
Convert a new Search to an old search.
public ID[]
search(Search search)
Performs a search against the ContentManager.
 
Methods from  com.bea.p13n.content.adapter.BaseOps
getContentManager, unsupported
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   
Methods from interface com.bea.content.spi.SearchOps
search
 

Constructor Detail

SearchOpsImpl

public SearchOpsImpl(Credentials credentials, 
                     Properties properties)
 

Method Detail

convert(Search) Method

public Search convert(Search s)
throws RepositoryException
Convert a new Search to an old search.

Exceptions

RepositoryException

search(Search) Method

public ID[] search(Search search)
throws RepositoryException
Performs a search against the ContentManager.

Parameters

search
the search parameters (including the expression).

Returns

an array of Node ids.

Exceptions

RepositoryException