public interface IDfLocationQueryScope extends IDfQueryScope
IDfQueryBuilder
.SCOPE_EXPRESSION, SCOPE_LOCATION, SCOPE_PARTITION, SCOPE_UNDEFINED
Modifier and Type | Method and Description |
---|---|
IDfObjectPath |
getLocationPath()
Gets the location path.
|
java.lang.String |
getSource()
Gets the target source.
|
boolean |
isDescend()
Indicates whether the location sub-folders are part of the scope.
|
boolean |
isExcluded()
Indicates whether the location is an excluded scope.
|
getScopeType
java.lang.String getSource()
IDfObjectPath getLocationPath() throws DfUnreachableLocationException, DfIdentityException, DfAuthenticationException, DfException
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.boolean isDescend()
true
if the location sub-folders are part of the scope; false
otherwise.boolean isExcluded()
true
if the location is an excluded scope; false
otherwise.Copyright 1994-2023 OpenText Corporation. All rights reserved.