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