Uses of Class
org.sentrysoftware.metricshub.engine.strategy.detection.CriterionTestResult
Packages that use CriterionTestResult
Package
Description
-
Uses of CriterionTestResult in org.sentrysoftware.metricshub.engine.connector.model.identity.criterion
Methods in org.sentrysoftware.metricshub.engine.connector.model.identity.criterion that return CriterionTestResultModifier and TypeMethodDescriptionabstract CriterionTestResultCriterion.accept(ICriterionProcessor criterionProcessor) Accepts the given criterion processor for evaluation.DeviceTypeCriterion.accept(ICriterionProcessor criterionProcessor) Accepts the given criterion processor for evaluation.HttpCriterion.accept(ICriterionProcessor criterionProcessor) Accepts the given criterion processor for evaluation.IpmiCriterion.accept(ICriterionProcessor criterionProcessor) OsCommandCriterion.accept(ICriterionProcessor criterionProcessor) ProcessCriterion.accept(ICriterionProcessor criterionProcessor) ProductRequirementsCriterion.accept(ICriterionProcessor criterionProcessor) ServiceCriterion.accept(ICriterionProcessor criterionProcessor) SnmpGetCriterion.accept(ICriterionProcessor criterionProcessor) SnmpGetNextCriterion.accept(ICriterionProcessor criterionProcessor) WbemCriterion.accept(ICriterionProcessor criterionProcessor) WmiCriterion.accept(ICriterionProcessor criterionProcessor) -
Uses of CriterionTestResult in org.sentrysoftware.metricshub.engine.strategy.detection
Methods in org.sentrysoftware.metricshub.engine.strategy.detection that return CriterionTestResultModifier and TypeMethodDescriptionstatic CriterionTestResultCriterionTestResult.empty()Creates an empty criterion test result.static CriterionTestResultCreate a detection error report.static CriterionTestResultCreate a detection error report.static CriterionTestResultCreate a detection error report.static CriterionTestResultCreate a detection failure report.CriterionProcessor.process(DeviceTypeCriterion deviceTypeCriterion) Process the givenDeviceTypeCriterionand return theCriterionTestResultCriterionProcessor.process(HttpCriterion httpCriterion) Process the givenHttpCriterionthrough Client and return theCriterionTestResultCriterionProcessor.process(IpmiCriterion ipmiCriterion) Process the givenIpmiCriterionthrough Client and return theCriterionTestResultCriterionProcessor.process(OsCommandCriterion osCommandCriterion) Process the givenOsCommandCriterionthrough Client and return theCriterionTestResultCriterionProcessor.process(ProcessCriterion processCriterion) Process the givenProcessCriterionthrough Client and return theCriterionTestResultCriterionProcessor.process(ProductRequirementsCriterion productRequirementsCriterion) Process the givenProductRequirementsCriterionand return theCriterionTestResult.CriterionProcessor.process(ServiceCriterion serviceCriterion) Process the givenServiceCriterionthrough Client and return theCriterionTestResultCriterionProcessor.process(SnmpGetCriterion snmpGetCriterion) Process the givenSnmpGetCriterionthrough Client and return theCriterionTestResultCriterionProcessor.process(SnmpGetNextCriterion snmpGetNextCriterion) Process the givenSnmpGetNextCriterionthrough Client and return theCriterionTestResultCriterionProcessor.process(WbemCriterion wbemCriterion) Process the givenWbemCriterionthrough Client and return theCriterionTestResultCriterionProcessor.process(WmiCriterion wmiCriterion) Process the givenWmiCriterionthrough Client and return theCriterionTestResultICriterionProcessor.process(DeviceTypeCriterion deviceTypeCriterion) Process the device type criterion.ICriterionProcessor.process(HttpCriterion httpCriterion) Process the HTTP criterion.ICriterionProcessor.process(IpmiCriterion ipmiCriterion) Process the IPMI criterion.ICriterionProcessor.process(OsCommandCriterion osCommandCriterion) Process the OS command criterion.ICriterionProcessor.process(ProcessCriterion processCriterion) Process the process criterion.ICriterionProcessor.process(ProductRequirementsCriterion productRequirementsCriterion) Process the product requirements criterion.ICriterionProcessor.process(ServiceCriterion serviceCriterion) Process the service criterion.ICriterionProcessor.process(SnmpGetCriterion snmpGetCriterion) Process the SNMP Get criterion.ICriterionProcessor.process(SnmpGetNextCriterion snmpGetNextCriterion) Process the SNMP Get Next criterion.ICriterionProcessor.process(WbemCriterion wbemCriterion) Process the WBEM criterion.ICriterionProcessor.process(WmiCriterion wmiCriterion) Process the WMI criterion.static CriterionTestResultCreate a successful detection report. -
Uses of CriterionTestResult in org.sentrysoftware.metricshub.engine.strategy.utils
Methods in org.sentrysoftware.metricshub.engine.strategy.utils that return CriterionTestResultModifier and TypeMethodDescriptionWqlDetectionHelper.performDetectionTest(String hostname, @NonNull IConfiguration configuration, @NonNull WqlCriterion criterion) Perform the specified WQL detection test, on the specified WBEM/WMI protocol configuration.