public class OpenStackImageProviderOpenStackImages extends CollectionDecorator<OpenStackImage,OpenStackImages,OpenStackImageProviderOpenStackImage>
OpenStackImageProviderOpenStackImages providing relation and functional services
to OpenStackImages.
| Constructor and Description |
|---|
OpenStackImageProviderOpenStackImages(HttpProxyBroker proxy,
OpenStackImageProvider parent) |
| Modifier and Type | Method and Description |
|---|---|
OpenStackImageProviderOpenStackImage |
get(UUID id)
Fetches OpenStackImageProviderOpenStackImage object by id.
|
OpenStackImageProviderOpenStackImage |
getById(String id)
Fetches OpenStackImageProviderOpenStackImage object by id.
|
List<OpenStackImageProviderOpenStackImage> |
list()
Lists OpenStackImageProviderOpenStackImage objects.
|
List<OpenStackImageProviderOpenStackImage> |
list(Integer max)
Lists OpenStackImageProviderOpenStackImage objects.
|
getpublic OpenStackImageProviderOpenStackImages(HttpProxyBroker proxy, OpenStackImageProvider parent)
proxy - HttpProxyBrokerparent - OpenStackImageProviderpublic List<OpenStackImageProviderOpenStackImage> list() throws org.apache.http.client.ClientProtocolException, ServerException, IOException
list in class CollectionDecorator<OpenStackImage,OpenStackImages,OpenStackImageProviderOpenStackImage>OpenStackImageProviderOpenStackImageorg.apache.http.client.ClientProtocolException - Signals that HTTP/S protocol error has occurred.ServerException - Signals that an oVirt api error has occurred.IOException - Signals that an I/O exception of some sort has occurred.public OpenStackImageProviderOpenStackImage get(UUID id) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
get in class CollectionDecorator<OpenStackImage,OpenStackImages,OpenStackImageProviderOpenStackImage>id - entity idOpenStackImageProviderOpenStackImageorg.apache.http.client.ClientProtocolException - Signals that HTTP/S protocol error has occurred.ServerException - Signals that an oVirt api error has occurred.IOException - Signals that an I/O exception of some sort has occurred.public OpenStackImageProviderOpenStackImage getById(String id) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
getById in class CollectionDecorator<OpenStackImage,OpenStackImages,OpenStackImageProviderOpenStackImage>id - entity idOpenStackImageProviderOpenStackImageorg.apache.http.client.ClientProtocolException - Signals that HTTP/S protocol error has occurred.ServerException - Signals that an oVirt api error has occurred.IOException - Signals that an I/O exception of some sort has occurred.public List<OpenStackImageProviderOpenStackImage> list(Integer max) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
max -
[max results]
OpenStackImageProviderOpenStackImageorg.apache.http.client.ClientProtocolException - Signals that HTTP/S protocol error has occurred.ServerException - Signals that an oVirt api error has occurred.IOException - Signals that an I/O exception of some sort has occurred.Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0