public interface ResourceList<T extends Resource> extends List<T>
Resource
objects,
used to perform operations on all elements of the list.
A new ResourceList is created with Provider.resourceList(T...)
Modifier and Type | Interface and Description |
---|---|
static interface |
ResourceList.ResponseIterator<V>
An iterator of the results of applying a method to
each element of a ResourceList.
|
Modifier and Type | Method and Description |
---|---|
<V> ResourceList.ResponseIterator<V> |
doReadContextProperties(Resource context,
Feedback feedback)
Apply
Resource.doReadProperties(javax.wvcm.Feedback)
to each element of this ResourceList. |
<V> ResourceList.ResponseIterator<V> |
doReadProperties(Feedback feedback)
Apply
Resource.doReadProperties(javax.wvcm.Feedback)
to each element of this ResourceList. |
<V> ResourceList.ResponseIterator<V> |
doWriteProperties(Feedback feedback)
Apply
doWriteProperties
to each element of this ResourceList. |
<V> ResourceList.ResponseIterator<V> doReadContextProperties(Resource context, Feedback feedback) throws WvcmException
Resource.doReadProperties(javax.wvcm.Feedback)
to each element of this ResourceList.feedback
- the properties available in the returned proxies.context
- additional context for the request (commonly a Workspace
or Stream
>WvcmException
<V> ResourceList.ResponseIterator<V> doReadProperties(Feedback feedback) throws WvcmException
Resource.doReadProperties(javax.wvcm.Feedback)
to each element of this ResourceList.feedback
- the properties available in the returned proxies.WvcmException
<V> ResourceList.ResponseIterator<V> doWriteProperties(Feedback feedback) throws WvcmException
doWriteProperties
to each element of this ResourceList.feedback
- the properties available in the returned proxies.WvcmException
Copyright © IBM 2017. All rights reserved.