public class VMKatelloErrata extends CollectionDecorator<KatelloErratum,KatelloErrata,VMKatelloErratum>
VMKatelloErrata providing relation and functional services
to KatelloErrata
.
Constructor and Description |
---|
VMKatelloErrata(HttpProxyBroker proxy,
VM parent) |
Modifier and Type | Method and Description |
---|---|
VMKatelloErratum |
get(UUID id)
Fetches VMKatelloErratum object by id.
|
VMKatelloErratum |
getById(String id)
Fetches VMKatelloErratum object by id.
|
List<VMKatelloErratum> |
list()
Lists VMKatelloErratum objects.
|
List<VMKatelloErratum> |
list(Integer max)
Lists VMKatelloErratum objects.
|
get
public VMKatelloErrata(HttpProxyBroker proxy, VM parent)
proxy
- HttpProxyBrokerparent
- VMpublic List<VMKatelloErratum> list() throws org.apache.http.client.ClientProtocolException, ServerException, IOException
list
in class CollectionDecorator<KatelloErratum,KatelloErrata,VMKatelloErratum>
VMKatelloErratum
org.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 VMKatelloErratum get(UUID id) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
get
in class CollectionDecorator<KatelloErratum,KatelloErrata,VMKatelloErratum>
id
- entity idVMKatelloErratum
org.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 VMKatelloErratum getById(String id) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
getById
in class CollectionDecorator<KatelloErratum,KatelloErrata,VMKatelloErratum>
id
- entity idVMKatelloErratum
org.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<VMKatelloErratum> list(Integer max) throws org.apache.http.client.ClientProtocolException, ServerException, IOException
max
- [max results]
VMKatelloErratum
org.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