Package | Description |
---|---|
oracle.pgx.api.filter |
This package contains filter data objects.
|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
FilterType |
GraphFilter.getType()
Gets the type of the filter.
|
static FilterType |
FilterType.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.
|
Modifier and Type | Method and Description |
---|---|
static GraphFilterWithExpression |
GraphFilterWithExpression.fromTypeAndExpression(FilterType type, java.lang.String filterExpression) |
static GraphFilter |
BinaryGraphFilterOperation.fromTypeAndFilters(FilterType type, GraphFilter leftFilter, GraphFilter rightFilter) |
Modifier and Type | Method and Description |
---|---|
FilterType |
FilterExpressionConfig.getType()
the type of the filter
|
Copyright © 2017 Oracle Corp. All Rights Reserved.