Package org.alfresco.search.model
Class RequestScope
- java.lang.Object
-
- org.alfresco.search.model.RequestScope
-
@Validated public class RequestScope extends Object
Scope
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRequestScope.LocationsEnumThe locations to include in the query
-
Constructor Summary
Constructors Constructor Description RequestScope()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)RequestScope.LocationsEnumgetLocations()The locations to include in the queryinthashCode()RequestScopelocations(RequestScope.LocationsEnum locations)voidsetLocations(RequestScope.LocationsEnum locations)StringtoString()
-
-
-
Method Detail
-
locations
public RequestScope locations(RequestScope.LocationsEnum locations)
-
getLocations
public RequestScope.LocationsEnum getLocations()
The locations to include in the query- Returns:
- locations
-
setLocations
public void setLocations(RequestScope.LocationsEnum locations)
-
-