Project: stp

com.ibm.rational.wvcm.stp.cc
Interface CcResourceList<T extends Resource>

All Superinterfaces:
Collection<T>, Iterable<T>, List<T>, ResourceList<T>

public interface CcResourceList<T extends Resource>
extends ResourceList<T>

A proxy for a resource in a ClearCase VOB or view.


Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.wvcm.ResourceList
ResourceList.ResponseIterator<V>
 
Method Summary
<V> ResourceList.ResponseIterator<V>
doWriteProperties(Resource context, Feedback feedback)
          Variant of ResourceList.doWriteProperties(Feedback) that supports supplying a context.
 
Methods inherited from interface javax.wvcm.ResourceList
doReadContextProperties, doReadProperties, doWriteProperties
 
Methods inherited from interface 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

doWriteProperties

<V> ResourceList.ResponseIterator<V> doWriteProperties(Resource context,
                                                       Feedback feedback)
                                                   throws WvcmException
Variant of ResourceList.doWriteProperties(Feedback) that supports supplying a context. All other behavior is the same.

Parameters:
context - An optional proxy (often CcView) providing context for the writing of certain properties. May be null.
feedback - the properties available in the returned proxies.
Returns:
an iterator over the results of the method on each element in this ResourceList.
Throws:
WvcmException

Generated Wed 13-Apr-2016 10:51 PM

Copyright © IBM 2016. All rights reserved.