Uses of Enum Class
org.sqlproc.engine.impl.SqlProcessor.FilterStatus
Packages that use SqlProcessor.FilterStatus
-
Uses of SqlProcessor.FilterStatus in org.sqlproc.engine.impl
Subclasses with type arguments of type SqlProcessor.FilterStatus in org.sqlproc.engine.implModifier and TypeClassDescription(package private) static enumThis status is the result of the filters processing, based on the next rules:
in the case there are no filters
- there are activeFilters, the artifact is dead - NOK
- otherwise the artifact is ok - OK
in the case there are filters
- there are no activeFilters, the artifact is ok, but lower priority - OK_LOWER
- there are activeFilters, and the intersection is not empty, the artifact is ok - OK
- there are activeFilters, and the intersection is empty, the artifact is dead - NOKMethods in org.sqlproc.engine.impl that return SqlProcessor.FilterStatusModifier and TypeMethodDescriptionprotected SqlProcessor.FilterStatusSqlProcessor.filtersControl(String[] filters, List<String> activeFilters) Runs the business logic for the filters related to the artifact usability.static SqlProcessor.FilterStatusReturns the enum constant of this class with the specified name.static SqlProcessor.FilterStatus[]SqlProcessor.FilterStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.