javax.wvcm
Interface ResourceList

All Superinterfaces:
java.util.Collection, java.lang.Iterable, java.util.List

public interface ResourceList
extends java.util.List

A list containing Resource objects, used to perform operations on all elements of the list.


Nested Class Summary
static interface ResourceList.ResponseIterator
          An iterator of the results of applying a method to each element of a ResourceList.
 
Method Summary
 ResourceList.ResponseIterator doCheckin(boolean keepCheckedOut, boolean forkOK)
          Apply doCheckin to each element of this ResourceList.
 ResourceList.ResponseIterator doCheckout(boolean forkOK, java.util.List activityList, boolean newActivity, boolean unreserved)
          Apply doCheckout to each element of this ResourceList.
 ResourceList.ResponseIterator doControl()
          Apply doControl to each element of this ResourceList.
 ResourceList.ResponseIterator doRefresh(PropertyNameList wantedPropertyList, boolean ignoreDirty)
          Apply doRefresh to each element of this ResourceList.
 ResourceList.ResponseIterator doUncheckout()
          Apply doUncheckout to each element of this ResourceList.
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Method Detail

doControl

ResourceList.ResponseIterator doControl()
Apply doControl to each element of this ResourceList.


doCheckin

ResourceList.ResponseIterator doCheckin(boolean keepCheckedOut,
                                        boolean forkOK)
Apply doCheckin to each element of this ResourceList.


doCheckout

ResourceList.ResponseIterator doCheckout(boolean forkOK,
                                         java.util.List activityList,
                                         boolean newActivity,
                                         boolean unreserved)
Apply doCheckout to each element of this ResourceList.


doRefresh

ResourceList.ResponseIterator doRefresh(PropertyNameList wantedPropertyList,
                                        boolean ignoreDirty)
Apply doRefresh to each element of this ResourceList.


doUncheckout

ResourceList.ResponseIterator doUncheckout()
Apply doUncheckout to each element of this ResourceList.



Copyright (c) 2003 - Apache Software Foundation