Uses of Enum
org.alfresco.opencmis.search.CMISQueryOptions.CMISQueryMode
Packages that use CMISQueryOptions.CMISQueryMode
-
Uses of CMISQueryOptions.CMISQueryMode in org.alfresco.opencmis.search
Methods in org.alfresco.opencmis.search that return CMISQueryOptions.CMISQueryModeModifier and TypeMethodDescriptionCMISQueryOptions.getQueryMode()
Get the query mode.Returns the enum constant of this type with the specified name.static CMISQueryOptions.CMISQueryMode[]
CMISQueryOptions.CMISQueryMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.opencmis.search with parameters of type CMISQueryOptions.CMISQueryModeModifier and TypeMethodDescriptionvoid
CMISQueryOptions.setQueryMode
(CMISQueryOptions.CMISQueryMode queryMode) Set the query mode.