public interface ImageLibraryManager
Modifier and Type | Method and Description |
---|---|
LibraryImage |
createImage(LibraryImage image,
ProgressListener listener) |
void |
deleteImage(LibraryImage image) |
LibraryImage |
getImage(UUID guid) |
List<LibraryImage> |
getImageLibrary() |
List<LibraryImage> |
getImageLibrary(String category) |
void |
modifyImage(LibraryImage image,
ProgressListener listener) |
List<LibraryImage> getImageLibrary() throws IOException, NetXMSClientException
IOException
NetXMSClientException
List<LibraryImage> getImageLibrary(String category) throws IOException, NetXMSClientException
IOException
NetXMSClientException
LibraryImage getImage(UUID guid) throws IOException, NetXMSClientException
IOException
NetXMSClientException
LibraryImage createImage(LibraryImage image, ProgressListener listener) throws IOException, NetXMSClientException
IOException
NetXMSClientException
void deleteImage(LibraryImage image) throws IOException, NetXMSClientException
IOException
NetXMSClientException
void modifyImage(LibraryImage image, ProgressListener listener) throws IOException, NetXMSClientException
IOException
NetXMSClientException
Copyright © 2014. All rights reserved.