Class DomainsServiceImpl
- java.lang.Object
-
- org.ovirt.engine.sdk4.internal.services.ServiceImpl
-
- org.ovirt.engine.sdk4.internal.services.DomainsServiceImpl
-
- All Implemented Interfaces:
Service
,DomainsService
public class DomainsServiceImpl extends ServiceImpl implements DomainsService
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.ovirt.engine.sdk4.services.DomainsService
DomainsService.ListRequest, DomainsService.ListResponse
-
-
Constructor Summary
Constructors Constructor Description DomainsServiceImpl(HttpConnection connection, String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DomainService
domainService(String id)
Reference to a service to view details of a domain.DomainsService.ListRequest
list()
List all the authentication domains in the system.Service
service(String path)
Service locator method, returns individual service on which the URI is dispatched.String
toString()
-
Methods inherited from class org.ovirt.engine.sdk4.internal.services.ServiceImpl
checkAction, checkFault, getConnection, getPath, throwError
-
-
-
-
Constructor Detail
-
DomainsServiceImpl
public DomainsServiceImpl(HttpConnection connection, String path)
-
-
Method Detail
-
list
public DomainsService.ListRequest list()
Description copied from interface:DomainsService
List all the authentication domains in the system. Usage: .... GET /ovirt-engine/api/domains .... Will return the list of domains: [source,xml] ----internal-authz - Specified by:
list
in interfaceDomainsService
-
domainService
public DomainService domainService(String id)
Description copied from interface:DomainsService
Reference to a service to view details of a domain.- Specified by:
domainService
in interfaceDomainsService
-
service
public Service service(String path)
Description copied from interface:DomainsService
Service locator method, returns individual service on which the URI is dispatched.- Specified by:
service
in interfaceDomainsService
-
-