Uses of Enum Class
org.alfresco.service.cmr.search.QueryConsistency
Packages that use QueryConsistency
-
Uses of QueryConsistency in org.alfresco.repo.search.impl.querymodel
Methods in org.alfresco.repo.search.impl.querymodel that return QueryConsistencyMethods in org.alfresco.repo.search.impl.querymodel with parameters of type QueryConsistencyModifier and TypeMethodDescriptionvoidQueryOptions.setQueryConsistency(QueryConsistency queryConsistency) -
Uses of QueryConsistency in org.alfresco.service.cmr.search
Methods in org.alfresco.service.cmr.search that return QueryConsistencyModifier and TypeMethodDescriptionSearchParameters.getQueryConsistency()static QueryConsistencyReturns the enum constant of this class with the specified name.static QueryConsistency[]QueryConsistency.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.alfresco.service.cmr.search with parameters of type QueryConsistencyModifier and TypeMethodDescriptionvoidSearchParameters.setQueryConsistency(QueryConsistency queryConsistency)