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
IOExceptionNetXMSClientExceptionList<LibraryImage> getImageLibrary(String category) throws IOException, NetXMSClientException
IOExceptionNetXMSClientExceptionLibraryImage getImage(UUID guid) throws IOException, NetXMSClientException
IOExceptionNetXMSClientExceptionLibraryImage createImage(LibraryImage image, ProgressListener listener) throws IOException, NetXMSClientException
IOExceptionNetXMSClientExceptionvoid deleteImage(LibraryImage image) throws IOException, NetXMSClientException
IOExceptionNetXMSClientExceptionvoid modifyImage(LibraryImage image, ProgressListener listener) throws IOException, NetXMSClientException
IOExceptionNetXMSClientExceptionCopyright © 2014. All rights reserved.