Uses of Class
tethys.dbxml.TethysException
-
Uses of TethysException in tethys
Modifier and TypeMethodDescriptionvoid
TethysControl.showException
(TethysException tethysException) -
Uses of TethysException in tethys.dbxml
Modifier and TypeMethodDescriptionDBXMLConnect.createTempXMLDocument
(Object nilusObject) Create a temporary nilus file.DBXMLConnect.createXMLDocument
(Object nilusObject, File file) Convert a nilus Object into a fileboolean
DBXMLConnect.deleteDeployment
(String deploymentId) Delete a Deploymnet and any contained Detections document.boolean
DBXMLConnect.deleteDocument
(Object nilusDocument) Delete a nilus document from the database.boolean
DBXMLConnect.postAndLog
(Object nilusObject) boolean
DBXMLConnect.postAndLog
(Object nilusObject, String documentName) I don't think this should ever be used since everything goes a bit pear shaped if the documentName isn't the same as the Id.boolean
DBXMLConnect.removeDocument
(String collectionName, String documentName) Remove a document based on a collection name and a document namw.boolean
DBXMLConnect.removeDocument
(Collection collection, String documentName) Remove a document based on a collection name and a cdocument Id.boolean
DBXMLConnect.updateDocument
(Object nilusDocument) Update a document within Tethys.