Uses of Class
org.alfresco.opencmis.search.CMISQueryOptions.CMISQueryMode
-
Packages that use CMISQueryOptions.CMISQueryMode Package Description org.alfresco.opencmis.search -
-
Uses of CMISQueryOptions.CMISQueryMode in org.alfresco.opencmis.search
Methods in org.alfresco.opencmis.search that return CMISQueryOptions.CMISQueryMode Modifier and Type Method Description CMISQueryOptions.CMISQueryModeCMISQueryOptions. getQueryMode()Get the query mode.static CMISQueryOptions.CMISQueryModeCMISQueryOptions.CMISQueryMode. valueOf(String name)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.CMISQueryMode Modifier and Type Method Description voidCMISQueryOptions. setQueryMode(CMISQueryOptions.CMISQueryMode queryMode)Set the query mode.
-