Uses of Class
com.attivio.sdk.util.CalendarField
-
Packages that use CalendarField Package Description com.attivio.sdk.search.fields Model forFieldExpressions
applied toQueryRequests
.com.attivio.sdk.util com.attivio.util Contains utility classes and methods used across the Attivio code base. -
-
Uses of CalendarField in com.attivio.sdk.search.fields
Methods in com.attivio.sdk.search.fields that return CalendarField Modifier and Type Method Description CalendarField
DateAdd. getCalendarField()
Get the date field to use for addition.CalendarField
DateDiff. getCalendarField()
Get the date field to use for subtraction.CalendarField
DateExtract. getCalendarField()
Get the field requested.Methods in com.attivio.sdk.search.fields with parameters of type CalendarField Modifier and Type Method Description static DateExtract
DateExtract. valueOf(CalendarField field, StringParser parser)
Constructors in com.attivio.sdk.search.fields with parameters of type CalendarField Constructor Description DateAdd(CalendarField field, FieldExpression expression, FieldExpression amount)
Construct a new CalendarField to apply to aFieldExpression
.DateAdd(CalendarField field, java.lang.String fieldName, int amount)
Construct a new DateAdd to apply to a field.DateDiff(CalendarField field, FieldExpression a, FieldExpression b)
DateExtract(CalendarField field, FieldExpression expression)
Construct a new CalendarField to apply to aFieldExpression
.DateExtract(CalendarField field, java.lang.String fieldName)
Construct a new DateExtract to apply to a field. -
Uses of CalendarField in com.attivio.sdk.util
Methods in com.attivio.sdk.util that return CalendarField Modifier and Type Method Description static CalendarField
CalendarField. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CalendarField[]
CalendarField. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CalendarField in com.attivio.util
Methods in com.attivio.util with parameters of type CalendarField Modifier and Type Method Description FieldExpression
FieldExpressionFactory. dateAdd(CalendarField field, FieldExpression arg, FieldExpression amount)
FieldExpression
FieldExpressionFactory. dateDiff(CalendarField field, FieldExpression a, FieldExpression b)
-