Uses of Enum
com.documentum.xml.xquery.IDfXQuery.FtQueryOptions
Packages that use IDfXQuery.FtQueryOptions
-
Uses of IDfXQuery.FtQueryOptions in com.documentum.xml.xquery
Methods in com.documentum.xml.xquery that return IDfXQuery.FtQueryOptionsModifier and TypeMethodDescriptionstatic IDfXQuery.FtQueryOptions
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.Methods in com.documentum.xml.xquery with parameters of type IDfXQuery.FtQueryOptionsModifier and TypeMethodDescriptionIDfXQuery.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, Map<String, String> value) Set an FtQueryOption to apply to the xquery.void
IDfXQuery.setStringOption
(IDfXQuery.FtQueryOptions option, String value) Set an FtQueryOption to apply to the xquery.