Package tethys.localization
Class LocalizationHandler
java.lang.Object
tethys.CollectionHandler
tethys.localization.LocalizationHandler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetLocalisationdocId
(String prefix) getStreamLocalizations
(PamDataBlock dataBlock) Get a list of Localization documents associated with a particular data block for all deployments documents.getStreamLocalizations
(PamDataBlock dataBlock, ArrayList<PDeployment> deployments) Get a list of Localization documents associated with a particular data block for the list of deployments documents.Methods inherited from class tethys.CollectionHandler
collectionName, getCollection, getDetectorEffort, getMethodString, getSoftwareString, getSupportSoftware, getSupportSoftwareVersion, getTethysControl, getVersionString
-
Constructor Details
-
LocalizationHandler
-
-
Method Details
-
getStreamLocalizations
public StreamDetectionsSummary<NilusDataWrapper<PLocalization>> getStreamLocalizations(PamDataBlock dataBlock) Get a list of Localization documents associated with a particular data block for all deployments documents. Group them by abstract or something- Parameters:
dataBlock
-- Returns:
-
getStreamLocalizations
public StreamDetectionsSummary<NilusDataWrapper<PLocalization>> getStreamLocalizations(PamDataBlock dataBlock, ArrayList<PDeployment> deployments) Get a list of Localization documents associated with a particular data block for the list of deployments documents. Group them by abstract or something- Parameters:
dataBlock
-deployments
- can be null for all deployments.- Returns:
-
getHelpPoint
- Specified by:
getHelpPoint
in classCollectionHandler
-
getLocalisationdocId
-