Uses of Class
org.alfresco.search.model.RequestScope.LocationsEnum
-
Packages that use RequestScope.LocationsEnum Package Description org.alfresco.search.model -
-
Uses of RequestScope.LocationsEnum in org.alfresco.search.model
Methods in org.alfresco.search.model that return RequestScope.LocationsEnum Modifier and Type Method Description static RequestScope.LocationsEnumRequestScope.LocationsEnum. fromValue(String text)RequestScope.LocationsEnumRequestScope. getLocations()The locations to include in the querystatic RequestScope.LocationsEnumRequestScope.LocationsEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static RequestScope.LocationsEnum[]RequestScope.LocationsEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.alfresco.search.model with parameters of type RequestScope.LocationsEnum Modifier and Type Method Description RequestScopeRequestScope. locations(RequestScope.LocationsEnum locations)voidRequestScope. setLocations(RequestScope.LocationsEnum locations)
-