Uses of Class
oracle.pgx.api.filter.FilterType
-
Packages that use FilterType Package Description oracle.pgx.api.filter This package contains filter data objects.oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of FilterType in oracle.pgx.api.filter
Methods in oracle.pgx.api.filter that return FilterType Modifier and Type Method Description FilterTypeGraphFilter. getType()Gets the type of the filter.static FilterTypeFilterType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FilterType[]FilterType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in oracle.pgx.api.filter with parameters of type FilterType Modifier and Type Method Description static GraphFilterWithExpressionGraphFilterWithExpression. fromTypeAndExpression(FilterType type, java.lang.String filterExpression)static GraphFilterBinaryGraphFilterOperation. fromTypeAndFilters(FilterType type, GraphFilter leftFilter, GraphFilter rightFilter) -
Uses of FilterType in oracle.pgx.config
Methods in oracle.pgx.config that return FilterType Modifier and Type Method Description FilterTypeFilterExpressionConfig. getType()the type of the filter
-