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
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchOpsImpl
public SearchOpsImpl(Credentials
credentials,
Properties
properties)
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