Class ImagesServiceImpl
- java.lang.Object
-
- org.ovirt.engine.sdk4.internal.services.ServiceImpl
-
- org.ovirt.engine.sdk4.internal.services.ImagesServiceImpl
-
- All Implemented Interfaces:
Service
,ImagesService
public class ImagesServiceImpl extends ServiceImpl implements ImagesService
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.ovirt.engine.sdk4.services.ImagesService
ImagesService.ListRequest, ImagesService.ListResponse
-
-
Constructor Summary
Constructors Constructor Description ImagesServiceImpl(HttpConnection connection, String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImageService
imageService(String id)
ImagesService.ListRequest
list()
Returns the list of images available in the storage domain or provider.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
-
ImagesServiceImpl
public ImagesServiceImpl(HttpConnection connection, String path)
-
-
Method Detail
-
list
public ImagesService.ListRequest list()
Description copied from interface:ImagesService
Returns the list of images available in the storage domain or provider. The order of the returned list of images isn't guaranteed.- Specified by:
list
in interfaceImagesService
-
imageService
public ImageService imageService(String id)
- Specified by:
imageService
in interfaceImagesService
-
service
public Service service(String path)
Description copied from interface:ImagesService
Service locator method, returns individual service on which the URI is dispatched.- Specified by:
service
in interfaceImagesService
-
-