|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | 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-2004
| 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 propertypublic IQueryBuilder getQueryBuilder()
IQueryExpression.
public IResourceList execute(IQueryExpression query,
IResource resource,
int depth,
int maxResults,
boolean includeVersions)
throws ResourceException,
AccessDeniedException,
NotSupportedException
query - The query object that specified the search criteria (may be
null )resource - to start the query ondepth - maximum depth in resource tree to querymaxResults - maximum number of results wantedincludeVersions - when set to true , also descend into
version histories when present (independantly of depth)
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||