@AlfrescoPublicApi public class RangeParameters extends Object
Constructor and Description |
---|
RangeParameters(String field,
String start,
String end,
String gap,
boolean hardend,
List<String> other,
List<String> include,
List<String> tags,
List<String> excludeFilters)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getEnd() |
List<String> |
getExcludeFilters() |
String |
getField() |
String |
getGap() |
List<String> |
getInclude() |
List<String> |
getOther() |
String |
getStart() |
List<String> |
getTags() |
boolean |
isHardend() |
boolean |
isRangeEndInclusive() |
boolean |
isRangeStartInclusive() |
public RangeParameters(String field, String start, String end, String gap, boolean hardend, List<String> other, List<String> include, List<String> tags, List<String> excludeFilters)
field
- minCount
- start
- end
- gap
- hardend
- other
- can have one of the following values: before,after,between,noneinclude
- can have one of the following values: lower,upper,edge,outer,alltags
- excludeFilters
- Copyright © 2005–2017 Alfresco Software. All rights reserved.