Uses of Enum Class
tethys.Collection
Package
Description
-
Uses of Collection in tethys
Modifier 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.Modifier and TypeMethodDescriptionvoid
TethysControl.openCollectionInPAMGuard
(Collection collection) void
TethysControl.openTethysCollection
(Collection collection) open client in the default web browserModifierConstructorDescriptionCollectionHandler
(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
Modifier 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
Modifier and TypeMethodDescriptionNilusDocumentWrapper.getCollection()
Collection for the nilus object. -
Uses of Collection in tethys.pamdata
Modifier 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
ModifierConstructorDescriptionTethysReport
(boolean success, Collection collection, String docName, String docId) -
Uses of Collection in tethys.swing.documents
Modifier and TypeMethodDescriptionvoid
TethysDocumentTable.setCollection
(Collection collection) static void
TethysDocumentsFrame.showTable
(Window parentFrame, TethysControl tethysControl, Collection collection) ModifierConstructorDescriptionTethysDocumentTable
(TethysControl tethysControl, Collection collection)