Package com.documentum.fc.client.search
Interface IDfExpressionScope
- All Superinterfaces:
IDfQueryScope
Defines a specific expression within a searched source. It can be added to the
IDfQueryBuilder
.-
Field Summary
FieldsFields inherited from interface com.documentum.fc.client.search.IDfQueryScope
SCOPE_EXPRESSION, SCOPE_LOCATION, SCOPE_PARTITION, SCOPE_UNDEFINED
-
Method Summary
Modifier and TypeMethodDescriptionGets the expression of this scope.Gets the target source.Methods inherited from interface com.documentum.fc.client.search.IDfQueryScope
getScopeType
-
Field Details
-
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.
-