public interface IDfSearchSource
SRC_TYPE_DOCBASE
and SRC_TYPE_EXTERNAL
are
supported.IDfQueryDefinition
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CAP_ALL_VERSIONS
Supports search for all versions of objects.
|
static java.lang.String |
CAP_DEFAULT_LOGIN
The adapter to the source is setup with a default account (user login optional).
|
static java.lang.String |
CAP_DUPLICATE_REMOVAL
Supports automatic duplicate removal.
|
static java.lang.String |
CAP_FTDQL
Supports FTDQL semantics.
|
static java.lang.String |
CAP_HIDDEN_OBJ
Supports searching hidden objects.
|
static java.lang.String |
CAP_LOGICAL_OR_EXPR_SET
Supports logical OR operation between expressions of a set.
|
static java.lang.String |
CAP_LOGIN
Supports login.
|
static java.lang.String |
CAP_TRY_FTDQL_FIRST
Supports TRY_FTDQL_FIRST Hint.
|
static java.lang.String |
CAP_USER_LOGIN
The user can provide credentials to authenticate to the source.
|
static int |
SRC_TYPE_DEFAULT
Internal default source type (repository).
|
static int |
SRC_TYPE_DOCBASE
Source type of a Documentum repository.
|
static int |
SRC_TYPE_EXTERNAL
External (non-repository) source type.
|
static int |
SRC_TYPE_UNDEFINED
Internal source type used to identify uninitialized instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
areMetadataWildcardsSupported(IDfSessionManager sessionManager)
Indicates if wildcards in metadata searches can be used with this source.
|
java.lang.String |
getDescription()
Gets the (optional) source description.
|
java.net.URL |
getHomeURL()
Gets the home URL of this search source.
|
java.lang.String |
getName()
Gets the name of the source.
|
int |
getType()
Gets the Search Source type of the current instance.
|
boolean |
hasCapability(java.lang.String capability)
Gets the specified source capability.
|
boolean |
isFacetSupported(IDfSessionManager sessionManager)
Indicates if the source supports facets.
|
boolean |
isRangeAccessSupported(IDfSessionManager sessionManager)
Indicates if the source supports range access.
|
static final int SRC_TYPE_UNDEFINED
static final int SRC_TYPE_DOCBASE
static final int SRC_TYPE_EXTERNAL
static final int SRC_TYPE_DEFAULT
static final java.lang.String CAP_LOGICAL_OR_EXPR_SET
static final java.lang.String CAP_HIDDEN_OBJ
static final java.lang.String CAP_ALL_VERSIONS
static final java.lang.String CAP_DUPLICATE_REMOVAL
static final java.lang.String CAP_FTDQL
static final java.lang.String CAP_TRY_FTDQL_FIRST
static final java.lang.String CAP_LOGIN
static final java.lang.String CAP_USER_LOGIN
CAP_DEFAULT_LOGIN
,
Constant Field Valuesstatic final java.lang.String CAP_DEFAULT_LOGIN
CAP_USER_LOGIN
,
Constant Field Valuesint getType()
java.lang.String getName()
java.lang.String getDescription()
java.net.URL getHomeURL()
boolean hasCapability(java.lang.String capability)
capability
- can be one of the following: true
, if specified capability is supported.boolean isFacetSupported(IDfSessionManager sessionManager)
boolean isRangeAccessSupported(IDfSessionManager sessionManager)
boolean areMetadataWildcardsSupported(IDfSessionManager sessionManager)
Copyright 1994-2023 OpenText Corporation. All rights reserved.