Uses of Enum Class
org.frankframework.monitoring.SourceFiltering
Packages that use SourceFiltering
-
Uses of SourceFiltering in org.frankframework.management.bus.dto
Methods in org.frankframework.management.bus.dto that return SourceFilteringMethods in org.frankframework.management.bus.dto with parameters of type SourceFiltering -
Uses of SourceFiltering in org.frankframework.monitoring
Methods in org.frankframework.monitoring that return SourceFilteringModifier and TypeMethodDescriptionITrigger.getSourceFiltering()
Trigger.getSourceFiltering()
static SourceFiltering
Returns the enum constant of this class with the specified name.static SourceFiltering[]
SourceFiltering.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.frankframework.monitoring with parameters of type SourceFilteringModifier and TypeMethodDescriptionvoid
ITrigger.setSourceFiltering
(SourceFiltering filtering) void
Trigger.setSourceFiltering
(SourceFiltering sourceFiltering)