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