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 Collection
get Tethys collection name from nilus collection objectsstatic Collection
Find 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 Collection
Returns 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 TypeMethodDescriptionvoid
TethysControl.openCollectionInPAMGuard
(Collection collection) void
TethysControl.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 TypeMethodDescriptionDBXMLQueries.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.boolean
DBXMLConnect.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.AlgorithmType
AutoTethysProvider.getAlgorithm
(Collection collection) nilus.AlgorithmType
TethysDataProvider.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 TypeMethodDescriptionvoid
TethysDocumentTable.setCollection
(Collection collection) static void
TethysDocumentsFrame.showTable
(Window parentFrame, TethysControl tethysControl, Collection collection) Constructors in tethys.swing.documents with parameters of type CollectionModifierConstructorDescriptionTethysDocumentTable
(TethysControl tethysControl, Collection collection)