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