Uses of Enum
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 TypeMethodDescriptionvoid
QueryOptions.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 QueryConsistency
Returns the enum constant of this type with the specified name.static QueryConsistency[]
QueryConsistency.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.service.cmr.search with parameters of type QueryConsistencyModifier and TypeMethodDescriptionvoid
SearchParameters.setQueryConsistency
(QueryConsistency queryConsistency)