|
Project: stp | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ResourceList<T extends Resource>
A list containing Resource objects,
used to perform operations on all elements of the list.
A new ResourceList is created with Provider.resourceList(T...)
| Nested Class Summary | |
|---|---|
static interface |
ResourceList.ResponseIterator<V>
An iterator of the results of applying a method to each element of a ResourceList. |
| Method Summary | ||
|---|---|---|
|
doReadContextProperties(Resource context,
Feedback feedback)
Apply Resource.doReadProperties(javax.wvcm.Feedback)
to each element of this ResourceList. |
|
|
doReadProperties(Feedback feedback)
Apply Resource.doReadProperties(javax.wvcm.Feedback)
to each element of this ResourceList. |
|
|
doWriteProperties(Feedback feedback)
Apply doWriteProperties
to each element of this ResourceList. |
|
| 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 |
|---|
<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
|
Generated Mon 30-Jan-2017 04:26 PM | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||