Uses of Class
org.sentrysoftware.metricshub.engine.connector.model.identity.criterion.DeviceTypeCriterion
Packages that use DeviceTypeCriterion
-
Uses of DeviceTypeCriterion in org.sentrysoftware.metricshub.engine.strategy.detection
Methods in org.sentrysoftware.metricshub.engine.strategy.detection with parameters of type DeviceTypeCriterionModifier and TypeMethodDescriptionbooleanCriterionProcessor.isDeviceKindIncluded(List<DeviceKind> deviceKindList, DeviceTypeCriterion deviceTypeCriterion) Return true if the deviceKind in the deviceKindList is included in the DeviceTypeCriterion detection.CriterionProcessor.process(DeviceTypeCriterion deviceTypeCriterion) Process the givenDeviceTypeCriterionand return theCriterionTestResultICriterionProcessor.process(DeviceTypeCriterion deviceTypeCriterion) Process the device type criterion.