Uses of Enum Class
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 class with the specified name.static CMISQueryOptions.CMISQueryMode[]CMISQueryOptions.CMISQueryMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.alfresco.opencmis.search with parameters of type CMISQueryOptions.CMISQueryModeModifier and TypeMethodDescriptionvoidCMISQueryOptions.setQueryMode(CMISQueryOptions.CMISQueryMode queryMode) Set the query mode.