|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A folder is a resource that contains a set of named mappings to other resources, called the "bound members" of that folder. The "members" of a folder are the folder itself and all members of the bound members of the folder. The semantics of a folder is similar to those of a Windows folder, a Unix directory, or a WebDAV collection.
| Nested Class Summary | |
static interface |
Folder.Binding
A Binding in a Folder is a mapping from a name
to a Resource that is a bound member of the Folder. |
| Method Summary | |
Iterator |
doReadMemberList(PropertyNameList wantedPropertyList,
boolean deep)
Return an iterator of Resource objects that contain properties of
the resources that are bound members of this Folder. |
List |
getBindingList()
Return a list of Binding objects that identify the bound members of this Folder. |
| Method Detail |
public Iterator doReadMemberList(PropertyNameList wantedPropertyList,
boolean deep)
throws WvcmException
Resource objects that contain properties of
the resources that are bound members of this Folder.
If deep is true, then
all members of the folder (including this Folder) are included.
wantedPropertyList - The list of properties to be retrieved.deep - Whether to retrieve properties for
all members of this Folder.
WvcmException - Postconditions:
public List getBindingList()
throws WvcmException
Folder.
WvcmException - if this Folder was not created with
BINDING_LIST
as a wanted property.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||