Package com.documentum.fc.client.search
Interface IDfLocationQueryScope
- All Superinterfaces:
- IDfQueryScope
Defines a specific location within a searched source.  It can be added to the 
IDfQueryBuilder.- 
Field SummaryFields inherited from interface com.documentum.fc.client.search.IDfQueryScopeSCOPE_EXPRESSION, SCOPE_LOCATION, SCOPE_PARTITION, SCOPE_UNDEFINED
- 
Method SummaryModifier and TypeMethodDescriptionGets the location path.Gets the target source.booleanIndicates whether the location sub-folders are part of the scope.booleanIndicates whether the location is an excluded scope.Methods inherited from interface com.documentum.fc.client.search.IDfQueryScopegetScopeType
- 
Method Details- 
getSourceString getSource()Gets the target source.- Returns:
- The target source.
 
- 
getLocationPathIDfObjectPath getLocationPath() throws DfUnreachableLocationException, DfIdentityException, DfAuthenticationException, DfExceptionGets the location path. This method is not supported for location scope created with an IDfId.- Returns:
- The location path.
- Throws:
- DfUnreachableLocationException- If the location is not reachable (either not existing or insufficient access permission).
- DfIdentityException- If the target source is unknown or if the login information is missing.
- DfAuthenticationException- If the authentication failed with the login information.
- DfException- If a session error occurs, or if a server error occurs.
 
- 
isDescendboolean isDescend()Indicates whether the location sub-folders are part of the scope.- Returns:
- trueif the location sub-folders are part of the scope;- falseotherwise.
 
- 
isExcludedboolean isExcluded()Indicates whether the location is an excluded scope.- Returns:
- trueif the location is an excluded scope;- falseotherwise.
 
 
-