org.netxms.api.client.images
Interface ImageLibraryManager
public interface ImageLibraryManager
getImageLibrary
java.util.List<LibraryImage> getImageLibrary()
throws java.io.IOException,
NetXMSClientException
- Throws:
java.io.IOException
NetXMSClientException
getImageLibrary
java.util.List<LibraryImage> getImageLibrary(java.lang.String category)
throws java.io.IOException,
NetXMSClientException
- Throws:
java.io.IOException
NetXMSClientException
getImage
LibraryImage getImage(java.util.UUID guid)
throws java.io.IOException,
NetXMSClientException
- Throws:
java.io.IOException
NetXMSClientException
createImage
LibraryImage createImage(LibraryImage image,
ProgressListener listener)
throws java.io.IOException,
NetXMSClientException
- Throws:
java.io.IOException
NetXMSClientException
deleteImage
void deleteImage(LibraryImage image)
throws java.io.IOException,
NetXMSClientException
- Throws:
java.io.IOException
NetXMSClientException
modifyImage
void modifyImage(LibraryImage image,
ProgressListener listener)
throws java.io.IOException,
NetXMSClientException
- Throws:
java.io.IOException
NetXMSClientException
Copyright © 2011. All Rights Reserved.