Uses of Enum Class
tethys.Collection
Packages that use Collection
Package
Description
- 
Uses of Collection in tethys
Fields in tethys declared as CollectionMethods in tethys that return CollectionModifier and TypeMethodDescriptionstatic Collectionget Tethys collection name from nilus collection objectsstatic CollectionFind a collection for the given name.CollectionHandler.getCollection()DocumentInfo.getCollection()TethysState.getCollection()static Collection[]Collection.mainList()A list of the main collections in the database, i.e.static CollectionReturns the enum constant of this class with the specified name.static Collection[]Collection.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in tethys with parameters of type CollectionModifier and TypeMethodDescriptionvoidTethysControl.openCollectionInPAMGuard(Collection collection) voidTethysControl.openTethysCollection(Collection collection) open client in the default web browserConstructors in tethys with parameters of type CollectionModifierConstructorDescriptionCollectionHandler(TethysControl tethysControl, Collection collection) DocumentInfo(Collection collection, String documentName, String documentId) DocumentNilusObject(Collection collection, String documentName, String documentId, T nilusObject) TethysState(TethysState.StateType stateType, Collection collection)  - 
Uses of Collection in tethys.dbxml
Methods in tethys.dbxml with parameters of type CollectionModifier and TypeMethodDescriptionDocumentMap.getCollection(Collection collection) DBXMLQueries.getCollectionDocumentList(Collection collection) Get a list of all documents in a collection.DBXMLQueries.getDeploymentDocuments(Collection collection, String deploymentId) Get the names of all the detection or localisation documents for a given deployment id.voidDBXMLQueries.labelDocumentList(Collection collection, ArrayList<DocumentInfo> documentList) booleanDBXMLConnect.removeDocument(Collection collection, String documentName) Remove a document based on a collection name and a cdocument Id. - 
Uses of Collection in tethys.niluswraps
Methods in tethys.niluswraps that return CollectionModifier and TypeMethodDescriptionNilusDocumentWrapper.getCollection()Collection for the nilus object. - 
Uses of Collection in tethys.pamdata
Methods in tethys.pamdata with parameters of type CollectionModifier and TypeMethodDescriptionnilus.AlgorithmTypeAutoTethysProvider.getAlgorithm(Collection collection) nilus.AlgorithmTypeTethysDataProvider.getAlgorithm(Collection collection) Get Algorithm information for a Tethys Detections document - 
Uses of Collection in tethys.reporter
Methods in tethys.reporter that return CollectionConstructors in tethys.reporter with parameters of type CollectionModifierConstructorDescriptionTethysReport(boolean success, Collection collection, String docName, String docId)  - 
Uses of Collection in tethys.swing.documents
Methods in tethys.swing.documents that return CollectionMethods in tethys.swing.documents with parameters of type CollectionModifier and TypeMethodDescriptionvoidTethysDocumentTable.setCollection(Collection collection) static voidTethysDocumentsFrame.showTable(Window parentFrame, TethysControl tethysControl, Collection collection) Constructors in tethys.swing.documents with parameters of type CollectionModifierConstructorDescriptionTethysDocumentTable(TethysControl tethysControl, Collection collection)