Package | Description |
---|---|
com.documentum.xml.xquery |
Modifier and Type | Method and Description |
---|---|
static IDfXQuery.FtQueryOptions |
IDfXQuery.FtQueryOptions.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IDfXQuery.FtQueryOptions[] |
IDfXQuery.FtQueryOptions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
IDfXQuery.getOption(IDfXQuery.FtQueryOptions option)
To get the value of the option that was set.
|
void |
IDfXQuery.setBooleanOption(IDfXQuery.FtQueryOptions option,
boolean value)
Set an FtQueryOption to apply to the xquery.
|
void |
IDfXQuery.setIntegerOption(IDfXQuery.FtQueryOptions option,
int value)
Set an FtQueryOption to apply to the xquery.
|
void |
IDfXQuery.setMapOption(IDfXQuery.FtQueryOptions option,
java.util.Map<java.lang.String,java.lang.String> value)
Set an FtQueryOption to apply to the xquery.
|
void |
IDfXQuery.setStringOption(IDfXQuery.FtQueryOptions option,
java.lang.String value)
Set an FtQueryOption to apply to the xquery.
|
Copyright 1994-2023 OpenText Corporation. All rights reserved.