public interface CcResourceList<T extends Resource> extends ResourceList<T>
A proxy for a resource in a ClearCase VOB or view.
ResourceList.ResponseIterator<V>
Modifier and Type | Method and Description |
---|---|
<V> ResourceList.ResponseIterator<V> |
doWriteProperties(Resource context,
Feedback feedback)
Variant of
ResourceList.doWriteProperties(Feedback) that
supports supplying a context. |
doReadContextProperties, doReadProperties, doWriteProperties
<V> ResourceList.ResponseIterator<V> doWriteProperties(Resource context, Feedback feedback) throws WvcmException
ResourceList.doWriteProperties(Feedback)
that
supports supplying a context. All other behavior is the same.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.WvcmException
Copyright © IBM 2016. All rights reserved.