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.FtQueryOptionsReturns 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.voidIDfXQuery.setBooleanOption(IDfXQuery.FtQueryOptions option, boolean value) Set an FtQueryOption to apply to the xquery.voidIDfXQuery.setIntegerOption(IDfXQuery.FtQueryOptions option, int value) Set an FtQueryOption to apply to the xquery.voidIDfXQuery.setMapOption(IDfXQuery.FtQueryOptions option, Map<String, String> value) Set an FtQueryOption to apply to the xquery.voidIDfXQuery.setStringOption(IDfXQuery.FtQueryOptions option, String value) Set an FtQueryOption to apply to the xquery.