Uses of Class
org.sentrysoftware.metricshub.engine.connector.model.identity.criterion.WqlCriterion
Packages that use WqlCriterion
Package
Description
-
Uses of WqlCriterion in org.sentrysoftware.metricshub.engine.connector.model.identity.criterion
Subclasses of WqlCriterion in org.sentrysoftware.metricshub.engine.connector.model.identity.criterionModifier and TypeClassDescriptionclassRepresents a detection criterion based on Wbem queries.classRepresents a Windows Management Instrumentation (WMI) detection criterion.Methods in org.sentrysoftware.metricshub.engine.connector.model.identity.criterion that return WqlCriterionModifier and TypeMethodDescriptionabstract WqlCriterionWqlCriterion.copy()Creates a copy of the WqlCriterion instance. -
Uses of WqlCriterion in org.sentrysoftware.metricshub.engine.strategy.utils
Methods in org.sentrysoftware.metricshub.engine.strategy.utils with parameters of type WqlCriterionModifier and TypeMethodDescriptionWqlDetectionHelper.detectNamespace(String hostname, IConfiguration configuration, WqlCriterion criterion, Set<String> possibleNamespaces) Detect the WBEM/WMI namespace applicable to the specified WBEM/WMI criterion.WqlDetectionHelper.performDetectionTest(String hostname, @NonNull IConfiguration configuration, @NonNull WqlCriterion criterion) Perform the specified WQL detection test, on the specified WBEM/WMI protocol configuration.