|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A property search manager provides the capability to search for resources in a repository.
Copyright (c) SAP AG 2001-2005
| Method Summary | |
IResourceList |
execute(IQueryExpression query,
IResource resource,
int depth,
int maxResults,
boolean includeVersions)
Runs a query and returns a list of resource that matched the criteria. |
IQueryBuilder |
getQueryBuilder()
Retrieve a search manager specific query builder, which builds a IQueryExpression. |
boolean |
isUnderstood(IPropertyName propName)
The manager has special knowledge how to handle this property. |
| Method Detail |
public boolean isUnderstood(IPropertyName propName)
propName - name of property
public IQueryBuilder getQueryBuilder()
IQueryExpression.
IQueryBuilder for constructing query
public IResourceList execute(IQueryExpression query,
IResource resource,
int depth,
int maxResults,
boolean includeVersions)
throws ResourceException,
AccessDeniedException,
NotSupportedException
query - the query object that specifies the search criteriaresource - to start the query ondepth - maximum depth in resource tree to query (0, 1, or Integer.MAX_VALUE)maxResults - maximum number of results wantedincludeVersions - when set to true , also descend into
version histories when present (independently of depth)
ResourceException
AccessDeniedException
NotSupportedException
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||