Interface IDfExpressionScope

All Superinterfaces:
IDfQueryScope

public interface IDfExpressionScope extends IDfQueryScope
Defines a specific expression within a searched source. It can be added to the IDfQueryBuilder.
See Also:
  • Field Details

    • ALL_ECI_SOURCES

      static final String ALL_ECI_SOURCES
      Indicates all external target sources. The expression cannot be targeted to a specific external source, only to all.
      See Also:
  • Method Details

    • getSource

      String getSource()
      Gets the target source.
      Returns:
      The target source.
    • getExpression

      IDfExpressionSet getExpression()
      Gets the expression of this scope.
      Returns:
      The expression of this scope.