|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
retrieves all children of a parent collection that match the parameters provided
| Method Summary | |
void |
addPropertyNames(IPropertyNameList list)
allows to add a list of propertynames to be used in the getChildren
method of this interface. |
IResourceList |
getChildren(ICollection parent,
IParameters parameters,
IPropertyNameList list)
retrieves the children of the given parent folder. |
| Method Detail |
public IResourceList getChildren(ICollection parent,
IParameters parameters,
IPropertyNameList list)
throws WcmException
IResource
instances in that folder will be returned. The filtering might take place within
the repository framework as well as in the implementing class. Resources
might already be ordered.
parent - the collection to retrieve children for, must not be nullparameters - the parameters that specify how the result should be filtered and sorted,
must not be nulllist - the properties that should be retrieved for the returned resources. This
can increase performance, because calls to the RF to retrieve properties are bundled,
might be null
null.
WcmExceptionpublic void addPropertyNames(IPropertyNameList list)
getChildren
method of this interface. The implementation of that method must merge these
property names with the property names provided in that method.
list - the names of the properties to be used when retrieving resources
from the RF. Might be null or an empty list
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||